Skip to content

Commit 2a66133

Browse files
committed
Bump dev-python/propcache-0.3.2
1 parent 179c0e8 commit 2a66133

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

dev-python/propcache/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DIST propcache-0.3.1.tar.gz 43651 BLAKE2B dbbd70f29c3b4d7ed9a976e0dde766f7ecc0b4e50f90d0d83c60c8633ebadd25dae8e01ce2cd0f8c00d0fae67a35316bc165f5c6e116cbbe290e2371d1e79f47 SHA512 c109678adc26193d972906d923abbfe7ddeb02829fa3adb82d28988b56497a9e8126ce7186f1b0414ca6e6aba6baaddadcefdf19f7e24fbe5831e2f8da06473e
2+
DIST propcache-0.3.2.tar.gz 44139 BLAKE2B ace9070dbfceb08fcef26f01f9aab291982a3f99f1f035fb113d539a613eeeb2b69b36b197c21d733b0a4b5d73cc22180aa6aca9f3a220dbd3cd471dc57d0ee4 SHA512 d85a89dd1d34936578eb05a869e0ec07679d477c716aa047bbda00688a2926fd8a1f712c9ddec3de38faa49762941120df12ebe88dc36278f20d84ee796b91fe
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
# Autogen by MARK Devkit
3+
4+
EAPI=7
5+
6+
PYTHON_COMPAT=( python3+ )
7+
DISTUTILS_USE_PEP517="standalone"
8+
inherit distutils-r1
9+
10+
DESCRIPTION="Accelerated property cache"
11+
HOMEPAGE="https://github.com/aio-libs/propcache"
12+
SRC_URI="https://files.pythonhosted.org/packages/a6/16/43264e4a779dd8588c21a70f0709665ee8f611211bdd2c87d952cfa7c776/propcache-0.3.2.tar.gz -> propcache-0.3.2.tar.gz
13+
"
14+
BDEPEND="
15+
dev-python/expandvars[${PYTHON_USEDEP}]
16+
dev-python/setuptools[${PYTHON_USEDEP}]
17+
native-extensions? ( dev-python/cython[${PYTHON_USEDEP}] )
18+
"
19+
IUSE="+native-extensions"
20+
SLOT="0"
21+
LICENSE="Apache-2.0"
22+
KEYWORDS="*"
23+
S="${WORKDIR}/propcache-0.3.2"
24+
25+
python_compile() {
26+
local -x PROPCACHE_NO_EXTENSIONS=0
27+
if ! use native-extensions || [[ ${EPYTHON} != python* ]]; then
28+
PROPCACHE_NO_EXTENSIONS=1
29+
fi
30+
distutils-r1_python_compile
31+
}
32+

0 commit comments

Comments
 (0)