diff options
Diffstat (limited to 'dev-python/lesscpy')
-rw-r--r-- | dev-python/lesscpy/Manifest | 2 | ||||
-rw-r--r-- | dev-python/lesscpy/lesscpy-0.14.0.ebuild | 19 |
2 files changed, 7 insertions, 14 deletions
diff --git a/dev-python/lesscpy/Manifest b/dev-python/lesscpy/Manifest index ae1df05a79df..3e80559efa66 100644 --- a/dev-python/lesscpy/Manifest +++ b/dev-python/lesscpy/Manifest @@ -1,3 +1,3 @@ DIST lesscpy-0.14.0.tar.gz 186505 BLAKE2B 6c7f4691c352573d081436d5f31ddacbd6b054810f07feafaf654a5c401d98c3274f86f03f68534f661b79bff3d708eb09bfdc0e3b9e800b7e2091060e64c370 SHA512 333015e3d4169fafedf0c295d12d5f0eadb8bea2576d147f1461e5854638b0501ea3038a945924efd81629b66dcc7ffcd3fabd12933529cb5fd4b962e87fe2c3 -EBUILD lesscpy-0.14.0.ebuild 655 BLAKE2B 99fe9197856beac107585ebd8d531ac0ba2f956dad02279d458bfd4890b574a3684618e8fd9416442e9a7e4f96869d68f9d9b5c7f2fec136795541c2b9f41257 SHA512 1da1acfe5ef26d5a9995bf22cc5e767f0da9eef93e16844e21a08a1689e48ea3c2bcfb6907ed33636b39a0e89c852c1a552310e22b4e8ac9455dd4f52eabb938 +EBUILD lesscpy-0.14.0.ebuild 487 BLAKE2B dff6bb39f3afafbe11a70f8dd03b14abdb0e5b6664dfd8f236d3688a88608400aca102083aef456ec4ef39a73b175ded66af81d499a6546f9933d527b6604653 SHA512 d150b3cf373c9cd399be71e1e5616552bacef307e7bffb20f113cabaf32143e1b0bd7ab4c4cf26b0c6fa017d92e6e159d9e39fae24eaabc56a15504d3d8aa280 MISC metadata.xml 441 BLAKE2B c9c2bc6984c96c07afe8d866a5206ea1d64846137321c5d84c281796b3ffb240aef443ce2a380e44fb49d64ee05ac850aba23b83a2e4d5529c75747dbb55c248 SHA512 88fab7282fa26425cd6ad9bef796f763f80ea950ad855c20b1fcf327dd5b0cf3d99177a56231808fbb5f0358cf41abcccfbecc25e8f47e079ea977826fb2e95f diff --git a/dev-python/lesscpy/lesscpy-0.14.0.ebuild b/dev-python/lesscpy/lesscpy-0.14.0.ebuild index 21e9b438e594..06eba5c57e17 100644 --- a/dev-python/lesscpy/lesscpy-0.14.0.ebuild +++ b/dev-python/lesscpy/lesscpy-0.14.0.ebuild @@ -1,15 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 -RESTRICT="!test? ( test )" - DESCRIPTION="A compiler written in Python for the LESS language" HOMEPAGE="https://pypi.org/project/lesscpy/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -17,12 +13,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -BDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="dev-python/ply[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/ply[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" -python_test() { - nosetests -v || die "tests failed under ${EPYTHON}" -} +distutils_enable_tests nose |