commit:     5f8b84e6b16cde1e1baa8423fdc6e473f3dfdab0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 08:34:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 08:46:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8b84e6

dev-python/lesscpy: Remove old (drop to ~arch)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/lesscpy/Manifest              |  2 --
 dev-python/lesscpy/lesscpy-0.11.1.ebuild | 30 ------------------------------
 dev-python/lesscpy/lesscpy-0.9j.ebuild   | 24 ------------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-python/lesscpy/Manifest b/dev-python/lesscpy/Manifest
index 8dca9a97d1c..593519935d2 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 0aac1ed9338..00000000000
--- 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 5cb22403631..00000000000
--- 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}"
-}

Reply via email to