commit: 3db02a5c4d59b1f88785f456c87856b400a14551 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 17:17:28 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 17:39:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db02a5c
dev-python/http-parser: treeclean Closes: https://bugs.gentoo.org/907495 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/http-parser/Manifest | 1 - dev-python/http-parser/http-parser-0.9.0-r1.ebuild | 45 ---------------------- dev-python/http-parser/metadata.xml | 12 ------ profiles/package.mask | 6 --- 4 files changed, 64 deletions(-) diff --git a/dev-python/http-parser/Manifest b/dev-python/http-parser/Manifest deleted file mode 100644 index 60d5c5e9c20d..000000000000 --- a/dev-python/http-parser/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST http-parser-0.9.0.gh.tar.gz 101174 BLAKE2B 92b74dffd2c35672bc383ccda59f93723c0f83ecb0fbf0470f5daacdd37f68d4d63de7d4ea53f86d2109349a793b7535cc864f014311dee6ac5e67d0ca751931 SHA512 75e51bef43d9d7698aad69f8bfe651e24784b97603cac55f33bf4c12c86792c8c71d6206f31847d052e4d8621a5ea65a7b34eca5bebdb8189f58e6d98d33139d diff --git a/dev-python/http-parser/http-parser-0.9.0-r1.ebuild b/dev-python/http-parser/http-parser-0.9.0-r1.ebuild deleted file mode 100644 index 1bfa1afb610d..000000000000 --- a/dev-python/http-parser/http-parser-0.9.0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="HTTP request/response parser for python in C" -HOMEPAGE=" - https://github.com/benoitc/http-parser/ - https://pypi.org/project/http-parser/ -" -SRC_URI=" - https://github.com/benoitc/http-parser/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~s390 ~sparc x86" -IUSE="examples" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_configure_all() { - cython -3 http_parser/parser.pyx || die -} - -python_install_all() { - local DOCS=( README.rst ) - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} diff --git a/dev-python/http-parser/metadata.xml b/dev-python/http-parser/metadata.xml deleted file mode 100644 index 2a327a6a2f76..000000000000 --- a/dev-python/http-parser/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">http-parser</remote-id> - <remote-id type="github">benoitc/http-parser</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 3d46f1b43f6c..f00bd7440eee 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -304,12 +304,6 @@ sci-mathematics/flintqs # Bug: #907211 =dev-libs/imath-3.1.7 -# Michał Górny <[email protected]> (2023-05-31) -# Unmaintained. Last commit in 2020. Does not work with Python 3.12. -# No revdeps. -# Removal on 2023-06-30. Bug #907495. -dev-python/http-parser - # Sam James <[email protected]> (2023-05-24) # Breaks building C++ consumers at least: bug #906755, bug #906879, bug #906957. # Please upgrade to >=0.5.1.
