diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-17 10:59:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-17 10:59:29 +0200 |
commit | 72800dbe4d3ae5c91289f891017c57c5501d865d (patch) | |
tree | 2b0e6ffcdf0a52aa9f8564bc2d3658ca99241bd0 /dev-python/lesscpy | |
parent | dev-python/lazr-config: Remove old (diff) | |
download | gentoo-72800dbe4d3ae5c91289f891017c57c5501d865d.tar.gz gentoo-72800dbe4d3ae5c91289f891017c57c5501d865d.tar.bz2 gentoo-72800dbe4d3ae5c91289f891017c57c5501d865d.zip |
dev-python/lesscpy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lesscpy')
-rw-r--r-- | dev-python/lesscpy/Manifest | 1 | ||||
-rw-r--r-- | dev-python/lesscpy/lesscpy-0.14.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/lesscpy/Manifest b/dev-python/lesscpy/Manifest index ac794aebdef1..7041fba9bb05 100644 --- a/dev-python/lesscpy/Manifest +++ b/dev-python/lesscpy/Manifest @@ -1,2 +1 @@ -DIST lesscpy-0.14.0.tar.gz 186505 BLAKE2B 6c7f4691c352573d081436d5f31ddacbd6b054810f07feafaf654a5c401d98c3274f86f03f68534f661b79bff3d708eb09bfdc0e3b9e800b7e2091060e64c370 SHA512 333015e3d4169fafedf0c295d12d5f0eadb8bea2576d147f1461e5854638b0501ea3038a945924efd81629b66dcc7ffcd3fabd12933529cb5fd4b962e87fe2c3 DIST lesscpy-0.15.0.tar.gz 176879 BLAKE2B 942775e090d3fbc8af033163186d43650bf20967689459bedd87dba14063c199fa322a17310fde422e3d45370cc7fee3482ff2a388518c49b2b16fb40f241a69 SHA512 3e225dcd435b9fbf9b21ad7cae86612eee923946b0bafd502221a95df4df739bae8df62f33fe77a90ee8a1c12de05ba556b2d76a95b85c9d68d27ce6ae46a747 diff --git a/dev-python/lesscpy/lesscpy-0.14.0.ebuild b/dev-python/lesscpy/lesscpy-0.14.0.ebuild deleted file mode 100644 index 06eba5c57e17..000000000000 --- a/dev-python/lesscpy/lesscpy-0.14.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -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" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/ply[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests nose |