summaryrefslogtreecommitdiff
path: root/dev-python/cssselect/cssselect-1.2.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-29 10:10:35 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-29 10:10:35 +0100
commit1d7acd836e46b2ee77058027cd66123243ca3b35 (patch)
treeb1f72969ea8437675cca31112c5ac191ac818e0e /dev-python/cssselect/cssselect-1.2.0.ebuild
parent8826d2fc4fc50bfa7d25df1a95a2e0dd50398bed (diff)
downloadgentoo-1d7acd836e46b2ee77058027cd66123243ca3b35.tar.gz
gentoo-1d7acd836e46b2ee77058027cd66123243ca3b35.tar.bz2
gentoo-1d7acd836e46b2ee77058027cd66123243ca3b35.zip
dev-python/cssselect: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cssselect/cssselect-1.2.0.ebuild')
-rw-r--r--dev-python/cssselect/cssselect-1.2.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/cssselect/cssselect-1.2.0.ebuild b/dev-python/cssselect/cssselect-1.2.0.ebuild
deleted file mode 100644
index 8a7c9fb325dc..000000000000
--- a/dev-python/cssselect/cssselect-1.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="Parse CSS3 Selectors and translate them to XPath 1.0"
-HOMEPAGE="
- https://cssselect.readthedocs.io/en/latest/
- https://github.com/scrapy/cssselect/
- https://pypi.org/project/cssselect/
-"
-SRC_URI="
- https://github.com/scrapy/cssselect/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest