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
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')
-rw-r--r--dev-python/qtsass/Manifest1
-rw-r--r--dev-python/qtsass/qtsass-0.1.1.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/qtsass/Manifest b/dev-python/qtsass/Manifest
index 476ac62307ec..e6ecc367485f 100644
--- a/dev-python/qtsass/Manifest
+++ b/dev-python/qtsass/Manifest
@@ -1,2 +1 @@
-DIST qtsass-0.1.1.tar.gz 12266 BLAKE2B 5c070170262ae3f54286f2bdf480aeafc063f45c1a3cedf9a1ba9f729de941769f6267ceadda4e19bcee6a9309a174753b6a93b2ad982017a001cd72d9d77838 SHA512 5cfbb056f5091d18d2d7080bdb24bf7be5ae07964d440d3a18f5f955f19028fce0535b634c0fc4c3f78d49d82370c857547bd3dab32ae8567e797cdeb4d60058
DIST qtsass-0.3.0.tar.gz 27880 BLAKE2B 07f71e794392ee23db901b1ae74e4c8a8888040b3e5b0681e05e2aa22ec2bdc958e588e2ee9ca9e5fdb4d341827b7c39a4ceb589ed4c669454cae78ee9747883 SHA512 fc3e082a01b35d1e7cada22cd5bea2aed37d4d3dd5a036d3d6d7621fb64ac61fdb3f2358f377f69e2cc5678798069af1d7cce04c4bcb9edf390d5162d308389c
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}]"