diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-08 22:23:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-08 22:23:22 +0100 |
commit | 99b2c44c1425c7b2925846d4c44b2bf2f78dc786 (patch) | |
tree | 9bf7a2d385aace0ea5f3f8d3e3657168b758fdaa /dev-python/http-parser | |
parent | 39bccce90513402ec93bb0fde30678f16b07a9cc (diff) |
gentoo auto-resync : 08:07:2023 - 22:23:22
Diffstat (limited to 'dev-python/http-parser')
-rw-r--r-- | dev-python/http-parser/Manifest | 3 | ||||
-rw-r--r-- | dev-python/http-parser/http-parser-0.9.0-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-python/http-parser/metadata.xml | 12 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/http-parser/Manifest b/dev-python/http-parser/Manifest deleted file mode 100644 index efc5b6fd5dce..000000000000 --- a/dev-python/http-parser/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST http-parser-0.9.0.gh.tar.gz 101174 BLAKE2B 92b74dffd2c35672bc383ccda59f93723c0f83ecb0fbf0470f5daacdd37f68d4d63de7d4ea53f86d2109349a793b7535cc864f014311dee6ac5e67d0ca751931 SHA512 75e51bef43d9d7698aad69f8bfe651e24784b97603cac55f33bf4c12c86792c8c71d6206f31847d052e4d8621a5ea65a7b34eca5bebdb8189f58e6d98d33139d -EBUILD http-parser-0.9.0-r1.ebuild 900 BLAKE2B 84db63b0f4bf4aa0ba2a3aaceec828bed10cff275bf3fb70b6b9d86e83c80dd27f122b0424351921d1b7ed5e2cdbaa80ba835007135e9bc52c3dcb2315ab27dd SHA512 a7e06189bb61a2fb0e759ae275a6c40036909a56f1734a08ddedadfd215ac2613bdc9b38443205abd35ce23d4700af979226cd5430ec43bbe1734767ae50cf5a -MISC metadata.xml 386 BLAKE2B 219fa172d766a86094b7a37a8f5d47f6f503d14fe96ec42a7deb64e2a9865754eafcebe3514595718c54f7ad3224bd4ab227c0ff3eea9190052bf6b75712ed9a SHA512 1d6b4e4529ab169d2773199a10d994f92a638fd962bada0791c95c009ccb706a95089f9ea943e4851daa56a690319bf10cce3c77618fa1461c7c4606db2818f0 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>python@gentoo.org</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> |