summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:44:51 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:55:07 +0200
commit9319a3af0a073973fdccceb33829fb92cf050d5b (patch)
tree5db83e8b99253412a3dd336f18866bcc8df01dc2 /dev-python/qtsass/qtsass-0.1.1.ebuild
parentdev-python/qtconsole: Remove redundant versions (diff)
downloadgentoo-9319a3af0a073973fdccceb33829fb92cf050d5b.tar.gz
gentoo-9319a3af0a073973fdccceb33829fb92cf050d5b.tar.bz2
gentoo-9319a3af0a073973fdccceb33829fb92cf050d5b.zip
dev-python/qtsass: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qtsass/qtsass-0.1.1.ebuild')
-rw-r--r--dev-python/qtsass/qtsass-0.1.1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/qtsass/qtsass-0.1.1.ebuild b/dev-python/qtsass/qtsass-0.1.1.ebuild
deleted file mode 100644
index fdaf47419aea..000000000000
--- a/dev-python/qtsass/qtsass-0.1.1.ebuild
+++ /dev/null
@@ -1,18 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Compile SASS files to Qt stylesheets"
-HOMEPAGE="https://github.com/spyder-ide/qtsass"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/libsass[${PYTHON_USEDEP}]"