summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-11 19:10:08 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-11 19:33:09 +0200
commitf905a64f5d1b35e2afa3f4386e8d5d75ff586a12 (patch)
treeedf00e8dd651cd9f4614cef70e48a24f019c9a1c /dev-python/lesscpy/lesscpy-0.13.0.ebuild
parentdev-python/joblib: Remove old (diff)
downloadgentoo-f905a64f5d1b35e2afa3f4386e8d5d75ff586a12.tar.gz
gentoo-f905a64f5d1b35e2afa3f4386e8d5d75ff586a12.tar.bz2
gentoo-f905a64f5d1b35e2afa3f4386e8d5d75ff586a12.zip
dev-python/lesscpy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lesscpy/lesscpy-0.13.0.ebuild')
-rw-r--r--dev-python/lesscpy/lesscpy-0.13.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/lesscpy/lesscpy-0.13.0.ebuild b/dev-python/lesscpy/lesscpy-0.13.0.ebuild
deleted file mode 100644
index 1aa5850ae1c4..000000000000
--- a/dev-python/lesscpy/lesscpy-0.13.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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="MIT"
-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}"
-}