diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-25 13:05:17 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-25 13:05:17 +0000 |
| commit | fa9f7e190f626ce3fd9a972abd0ed1bafa9b8a13 (patch) | |
| tree | e3d7b90c67886cd49f0f0ced33eea30aeaa6a9f2 /dev-python/cssselect2/cssselect2-0.6.0.ebuild | |
| parent | 9218995707096553f29ac818e9f1eee6d2d3af27 (diff) | |
| download | baldeagleos-repo-fa9f7e190f626ce3fd9a972abd0ed1bafa9b8a13.tar.gz baldeagleos-repo-fa9f7e190f626ce3fd9a972abd0ed1bafa9b8a13.tar.xz baldeagleos-repo-fa9f7e190f626ce3fd9a972abd0ed1bafa9b8a13.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cssselect2/cssselect2-0.6.0.ebuild')
| -rw-r--r-- | dev-python/cssselect2/cssselect2-0.6.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/cssselect2/cssselect2-0.6.0.ebuild b/dev-python/cssselect2/cssselect2-0.6.0.ebuild deleted file mode 100644 index 17111079b3ce..000000000000 --- a/dev-python/cssselect2/cssselect2-0.6.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Parses CSS3 Selectors and translates them to XPath 1.0" -HOMEPAGE=" - https://doc.courtbouillon.org/cssselect2/stable/ - https://pypi.org/project/cssselect2/ - https://github.com/Kozea/cssselect2/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" - -RDEPEND=" - dev-python/tinycss2[${PYTHON_USEDEP}] - dev-python/webencodings[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e '/addopts/d' pyproject.toml || die - distutils-r1_src_prepare -} |
