diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-04 13:06:25 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-04 13:10:51 +0200 |
commit | 2072e19610718cb598fc2eb83c6eadff2977cbe9 (patch) | |
tree | 9d85ff91ebf283c5bd4b30070de3e82363ef41dc | |
parent | dev-python/spyder-notebook: drop 0.6.0 (diff) | |
download | gentoo-2072e19610718cb598fc2eb83c6eadff2977cbe9.tar.gz gentoo-2072e19610718cb598fc2eb83c6eadff2977cbe9.tar.bz2 gentoo-2072e19610718cb598fc2eb83c6eadff2977cbe9.zip |
app-portage/gentle: drop 0.4.0
Closes: https://bugs.gentoo.org/912768
Closes: https://bugs.gentoo.org/913548
Closes: https://bugs.gentoo.org/914436
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
-rw-r--r-- | app-portage/gentle/Manifest | 1 | ||||
-rw-r--r-- | app-portage/gentle/gentle-0.4.0.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest index 32a131baf15b..070d0735a8c8 100644 --- a/app-portage/gentle/Manifest +++ b/app-portage/gentle/Manifest @@ -1,2 +1 @@ -DIST gentle_mxml-0.4.0.tar.gz 329273 BLAKE2B baf6d954838d6cd2fc9548aaa33c85cb53307b325521a2fe300486a2cc08e833f835016ba632b484c1068c7deee3b2eeb17606f0180d248081304fa866b79461 SHA512 beac2c7bd3e4d80448fec5a633502e6cdc763145541b9205e3c354597b4e9c724f94cadb747b87df3c49669f5534cc9d123ded00b45b9cb783cd4e086a9b3ceb DIST gentle_mxml-1.0.0.tar.gz 356588 BLAKE2B bb5eddfd91876226cad27c6e2b06ac60926c7f1075c3c6838b2abf262b9a7ec7740083e8397a3980174d83d3c2b6fff67772adf2454fb11892a1624d27ebf533 SHA512 fdd9399545e6613b932de3bfc093815019941fcbba1535384a77431259320b478cd4a020ea3d657f1bf2a296a8f788fb9a08bc1c917b3c59e06d2a237f22a91a diff --git a/app-portage/gentle/gentle-0.4.0.ebuild b/app-portage/gentle/gentle-0.4.0.ebuild deleted file mode 100644 index b2f9beb6bc2b..000000000000 --- a/app-portage/gentle/gentle-0.4.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=flit -PYPI_PN="gentle-mxml" -inherit distutils-r1 optfeature pypi - -DESCRIPTION="Gentoo Lazy Entry - a metadata.xml generator" -HOMEPAGE=" - https://gentle.sysrq.in - https://pypi.org/project/gentle-mxml/ -" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - app-text/xmldiff[${PYTHON_USEDEP}] - dev-python/build[${PYTHON_USEDEP}] - dev-python/pkginfo[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/rdflib[${PYTHON_USEDEP}] - $(python_gen_cond_dep \ - 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10) - ) -" - -EPYTEST_DESELECT=( - # require network - "tests/python/wheel/test_generator.py::test_pkg_empty[pyproject.toml]" - "tests/python/wheel/test_generator.py::test_pkg_empty[setup.py]" -) - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/insipid-sphinx-theme \ - dev-python/sphinx-prompt - -pkg_postinst() { - optfeature "python packaging support" dev-python/build - optfeature "PKG-INFO support" dev-python/pkginfo - optfeature "yaml support" dev-python/pyyaml - optfeature "rdf support" dev-python/rdflib - optfeature "toml support" dev-python/tomli -} |