dev-python/dogpile-core-0.4.1-r1 build with python 3.7

mhiretskiy
Ваше Имя 4 years ago
parent b9412e7b77
commit a5ba4ceacc

@ -0,0 +1,2 @@
DIST dogpile.core-0.4.1.tar.gz 99534 BLAKE2B 40f2bafbee07a4d66ad75f19a3587ae448d1bf22a57f9e8d12a102f6c5add9365ea9fa957432675b26600c906722c73a5d39d98f2e35fe8ffff07d48752f9da4 SHA512 f4c37297788677afe6ab17ba5aa928f9770b0edbd1a675cd4ad512ef0c15cf1e2d765d9b7a9fe3638f0a646e0ad51d54c9b4ded33611022744226bfde1aa9896
EBUILD dogpile-core-0.4.1-r1.ebuild 672 BLAKE2B eda2992f2d9265118c13bf51a0f4325861001ce39cb7eff1760238d12c886de07896a87ba91f74c0ae5d6744662ebf769b68527588a731e963e8832f706aff39 SHA512 14a19acb1954820b2edbec8da0636d04a655ea62d284611f4223d1c73a0d52d1f9f301d1c1e3b2ff27a4a0fe59dd4c81cc56e42423cd8c4a3bb2541e6cf8fa76

@ -0,0 +1,26 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python3_7 )
inherit distutils-r1
DESCRIPTION="Copy-on-write locking mechanism for expensive resources"
HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.core"
SRC_URI="mirror://pypi/${PN:0:1}/dogpile.core/dogpile.core-${PV}.tar.gz"
S="${WORKDIR}/dogpile.core-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {
nosetests tests/ || die "test failed under ${EPYTHON}"
}
Loading…
Cancel
Save