From 5f56d7572b4b06cda72f66488d9a17be6db50350 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 1 May 2020 18:56:02 +0200 Subject: dev-python/libsass: cleanup old Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan Closes: https://github.com/gentoo/gentoo/pull/15596 Signed-off-by: James Le Cuirot --- dev-python/libsass/libsass-0.19.4.ebuild | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 dev-python/libsass/libsass-0.19.4.ebuild (limited to 'dev-python/libsass/libsass-0.19.4.ebuild') diff --git a/dev-python/libsass/libsass-0.19.4.ebuild b/dev-python/libsass/libsass-0.19.4.ebuild deleted file mode 100644 index 0c11aa2e40a6..000000000000 --- a/dev-python/libsass/libsass-0.19.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="A straightforward binding of libsass for Python" -HOMEPAGE="https://github.com/sass/libsass-python" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-libs/libsass - dev-python/six[${PYTHON_USEDEP}] - test? ( - dev-python/PyQt5[testlib,${PYTHON_USEDEP}] - dev-python/werkzeug[${PYTHON_USEDEP}] - )" - -# Remove sassc, in favour of pysassc, see: https://github.com/sass/libsass-python/issues/134 -# This avoids a file collision with dev-lang/sassc -PATCHES=( "${FILESDIR}"/${P}_rename_sassc.patch ) - -python_test() { - "${EPYTHON}" sasstests.py || die "Tests fail with ${EPYTHON}" -} -- cgit v1.2.3