summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-10 20:47:39 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-10 20:50:32 +0200
commit975997f3691d7438cc85439b727cb1dc8476e81f (patch)
tree1469c093114c72efcde120f7d733735c573e6006 /dev-python/qtsass
parentsys-block/libzbc: Stabilize 5.9.0 ppc64, #857462 (diff)
downloadgentoo-975997f3691d7438cc85439b727cb1dc8476e81f.tar.gz
gentoo-975997f3691d7438cc85439b727cb1dc8476e81f.tar.bz2
gentoo-975997f3691d7438cc85439b727cb1dc8476e81f.zip
dev-python/qtsass: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qtsass')
-rw-r--r--dev-python/qtsass/qtsass-0.3.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/qtsass/qtsass-0.3.0.ebuild b/dev-python/qtsass/qtsass-0.3.0.ebuild
deleted file mode 100644
index f2529bcdfc42..000000000000
--- a/dev-python/qtsass/qtsass-0.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Compile SASS files to Qt stylesheets"
-HOMEPAGE="https://github.com/spyder-ide/qtsass"
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/libsass[${PYTHON_USEDEP}]"
-
-PATCHES=(
- "${FILESDIR}/${P}-fix-py3.10.patch"
-)
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # assert 1 == 2
- tests/test_watchers.py::test_watchers
-)