summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-17 09:35:02 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-17 09:41:27 +0200
commitf04fcd031766d76099ba5416e7f0e497fbf9fca1 (patch)
tree79fe97d6947659b52f5b01d227b0f1470ba26729 /dev-python/css-parser
parentdev-python/confuse: Remove old (diff)
downloadgentoo-f04fcd031766d76099ba5416e7f0e497fbf9fca1.tar.gz
gentoo-f04fcd031766d76099ba5416e7f0e497fbf9fca1.tar.bz2
gentoo-f04fcd031766d76099ba5416e7f0e497fbf9fca1.zip
dev-python/css-parser: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/css-parser')
-rw-r--r--dev-python/css-parser/Manifest1
-rw-r--r--dev-python/css-parser/css-parser-1.0.4-r1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/css-parser/Manifest b/dev-python/css-parser/Manifest
index 610aec31c950..b5d8276dd815 100644
--- a/dev-python/css-parser/Manifest
+++ b/dev-python/css-parser/Manifest
@@ -1,2 +1 @@
-DIST css-parser-1.0.4.tar.gz 143977 BLAKE2B 94a42d751a90d306b0dd2d503d8d9c326509b438d1f52b5567e6f6db7d80e7a6d2c37cbfa0db79225cc4d0fd5df612b3e430fa1c62604a2f8990d20678019af0 SHA512 3781128e55c1e72aa00369873e214f683e3f42944ae83d399697adb7d2966f68fb500c39982845ce9cd06078e4021838d82b06f99d90938069371da8a89a0857
DIST css-parser-1.0.6.tar.gz 336932 BLAKE2B 00cfc4597137c0aa6af3cc8a72fa3e59a1d7b83210668c8421c0703a4a38d05d73f691ff00ffac14025f021a10f85c1d3697778794d23f75db381f5e63e24b7d SHA512 4c623541e1145c91458e7e2028f6a0de652ae2189dc99672fc72f098799d6349edb051bafc0901258481fa3422346303d2ef634392889ee83a29814609cdbd43
diff --git a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
deleted file mode 100644
index c3ab77e55761..000000000000
--- a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A CSS Cascading Style Sheets library (fork of cssutils)"
-HOMEPAGE="https://pypi.org/project/css-parser/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-# Tests fail under network-sandbox.
-RESTRICT+=" test"
-
-python_test() {
- esetup.py test || die "tests failed under ${EPYTHON}"
-}