summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-04 14:22:44 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-04 14:22:44 +0200
commit7f1ec16b9ef9bfba61be46941ee7dab946c3fa12 (patch)
tree68614002c34c8e8bfc75f6c7595b19760d53bdbb /dev-python/tinycss2
parentdev-python/testfixtures: Remove old (diff)
downloadgentoo-7f1ec16b9ef9bfba61be46941ee7dab946c3fa12.tar.gz
gentoo-7f1ec16b9ef9bfba61be46941ee7dab946c3fa12.tar.bz2
gentoo-7f1ec16b9ef9bfba61be46941ee7dab946c3fa12.zip
dev-python/tinycss2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tinycss2')
-rw-r--r--dev-python/tinycss2/Manifest1
-rw-r--r--dev-python/tinycss2/tinycss2-0.6.1.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/tinycss2/Manifest b/dev-python/tinycss2/Manifest
index a4364d70eb1e..eb7f15d3df24 100644
--- a/dev-python/tinycss2/Manifest
+++ b/dev-python/tinycss2/Manifest
@@ -1,2 +1 @@
-DIST tinycss2-0.6.1.tar.gz 59548 BLAKE2B 9c80ea593ce4831bb4846eadca44595a5b30247a9a4ce9608bb4c505cebe47d151936361e0d9d4af124ce9097dc664b6a4eb7f926ce28c4336aebd08450b71cf SHA512 fa064bbb06d641a497a3c1eb35118bbf8ca8c4d32fbd3d8c64bb10d6cdab24387e77cd4c3277a957f23de2bd527a407836245f4387d7f880958858bd9cc7ab89
DIST tinycss2-1.0.2.tar.gz 57728 BLAKE2B 966af74a499b9eb696beb3aca2c832d4e07641ed61415aa85a1798e30c568932875ff69f1ccf71cde8823194ea8dfbd54226fa93e718291f09645ea60620b43d SHA512 69bdf52898f9e704c01fe5fd11170e0efc9a6aca14646f5331fc06ebbdf941f9b6c798ded7d93636c7b810b35c659750c3ece3917c5c9cef4092e3e17b382dd1
diff --git a/dev-python/tinycss2/tinycss2-0.6.1.ebuild b/dev-python/tinycss2/tinycss2-0.6.1.ebuild
deleted file mode 100644
index 614f0a40cb07..000000000000
--- a/dev-python/tinycss2/tinycss2-0.6.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A complete yet simple CSS parser for Python"
-HOMEPAGE="https://github.com/Kozea/tinycss2/
- https://pypi.org/project/tinycss2/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RESTRICT="test"
-
-RDEPEND="dev-python/webencodings[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-DOCS=( CHANGES README.rst )
-
-python_test() {
- py.test || die "testsuite failed under ${EPYTHON}"
-}