summaryrefslogtreecommitdiff
path: root/dev-python/cssutils/cssutils-2.6.0.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-07-21 15:53:34 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-07-21 15:53:34 +0300
commit85302ce7be696e9d99abe1e70d02e62eb43584e9 (patch)
treec0e2e9a1ccefc967962463f6de930d3bfe2c437c /dev-python/cssutils/cssutils-2.6.0.ebuild
parente3781c6306d5b43f5d42257a9b9dedaf03755498 (diff)
downloadgentoo-85302ce7be696e9d99abe1e70d02e62eb43584e9.tar.gz
gentoo-85302ce7be696e9d99abe1e70d02e62eb43584e9.tar.bz2
gentoo-85302ce7be696e9d99abe1e70d02e62eb43584e9.zip
dev-python/cssutils: drop 2.6.0, 2.7.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/cssutils/cssutils-2.6.0.ebuild')
-rw-r--r--dev-python/cssutils/cssutils-2.6.0.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/cssutils/cssutils-2.6.0.ebuild b/dev-python/cssutils/cssutils-2.6.0.ebuild
deleted file mode 100644
index 825083f854fd..000000000000
--- a/dev-python/cssutils/cssutils-2.6.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A CSS Cascading Style Sheets library"
-HOMEPAGE="
- https://pypi.org/project/cssutils/
- https://github.com/jaraco/cssutils/
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc x86"
-
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/cssselect[${PYTHON_USEDEP}]
- >=dev-python/jaraco-test-5.1[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # network
- encutils/__init__.py::encutils
- cssutils/tests/test_parse.py::TestCSSParser::test_parseUrl
- examples/website.py::website.logging
- )
- local EPYTEST_IGNORE=(
- # path mismatch with "parse" package
- examples/parse.py
- )
-
- epytest
-}