diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-20 09:34:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-20 09:46:17 +0100 |
commit | 5f8b84e6b16cde1e1baa8423fdc6e473f3dfdab0 (patch) | |
tree | b32d9265bd17fbafc376daa4a4a112bcae6a4546 /dev-python/lesscpy | |
parent | dev-python/intervaltree: Remove py2 (diff) | |
download | gentoo-5f8b84e6b16cde1e1baa8423fdc6e473f3dfdab0.tar.gz gentoo-5f8b84e6b16cde1e1baa8423fdc6e473f3dfdab0.tar.bz2 gentoo-5f8b84e6b16cde1e1baa8423fdc6e473f3dfdab0.zip |
dev-python/lesscpy: Remove old (drop to ~arch)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lesscpy')
-rw-r--r-- | dev-python/lesscpy/Manifest | 2 | ||||
-rw-r--r-- | dev-python/lesscpy/lesscpy-0.11.1.ebuild | 30 | ||||
-rw-r--r-- | dev-python/lesscpy/lesscpy-0.9j.ebuild | 24 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/lesscpy/Manifest b/dev-python/lesscpy/Manifest index 8dca9a97d1ce..593519935d26 100644 --- a/dev-python/lesscpy/Manifest +++ b/dev-python/lesscpy/Manifest @@ -1,3 +1 @@ -DIST lesscpy-0.11.1.tar.gz 159706 BLAKE2B 4f664d7e6d6edc0fea6db8d9b664703e408cbfccd666760ce1f394746696c61b28755668c7fe0d5ef374735e1ab6514532e2992d2d0c6292ef88861b25636225 SHA512 2cf4e8c3a46cf5e9a7f1dd80f613550fa0e857a8acf9d33d9da2f7a90e1b264bbc18a427668f152ff136b438b19866f016dec91794c721b98ec2f2456dc504e3 DIST lesscpy-0.13.0.tar.gz 157854 BLAKE2B 2a06827233e5142249298c75d323ffaed2cf497f5ddf86023e65235417f3fb970e66a6b112e9eeb38f24868ab98a6d4b9bcb0cf8a53a2121fff44098fdde459a SHA512 227db8212a386b06f288140d09b7505ae43bc6221396fa2d154a6d7f0831cf1ff005d9818fd85fb3804103b725b60827cf56a29930c2de928546ab0dcf3d5877 -DIST lesscpy-0.9j.tar.gz 32061 BLAKE2B 95edffd8cfe958d966062fa58c041ebf411d5f771d48cc1da9f868c35094bb5b465449616e994690c972414cc188c9343ae29839df9fa57711e4575a42f927fc SHA512 9063b89a1ca8dc8424b3b1989bdf7c31de74e26ab8ab5ede1664f53d1ff1946308d9add65236cd5fabc58efcaf1cb5789fa73f0775a83cb70ea9a73d25207a73 diff --git a/dev-python/lesscpy/lesscpy-0.11.1.ebuild b/dev-python/lesscpy/lesscpy-0.11.1.ebuild deleted file mode 100644 index 0aac1ed93382..000000000000 --- a/dev-python/lesscpy/lesscpy-0.11.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -# incomplete tarball -RESTRICT="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" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/ply[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -python_test() { - # https://github.com/lesscpy/lesscpy/issues/74 - esetup.py test - # This is equally effective - # nosetests -v || die "tests failed under ${EPYTHON}" -} diff --git a/dev-python/lesscpy/lesscpy-0.9j.ebuild b/dev-python/lesscpy/lesscpy-0.9j.ebuild deleted file mode 100644 index 5cb224036319..000000000000 --- a/dev-python/lesscpy/lesscpy-0.9j.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -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="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" - -python_test() { - ${PYTHON} lesscpy/test/__main__.py || die "test failed under ${EPYTHON}" -} |