diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-python/txrequests | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-python/txrequests')
| -rw-r--r-- | dev-python/txrequests/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/txrequests/metadata.xml | 22 | ||||
| -rw-r--r-- | dev-python/txrequests/txrequests-0.9.6-r1.ebuild | 37 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/txrequests/Manifest b/dev-python/txrequests/Manifest deleted file mode 100644 index cb2c0875bc50..000000000000 --- a/dev-python/txrequests/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST txrequests-0.9.6.tar.gz 5306 BLAKE2B c1b55835c360f27c519371834de6cce0760e201a746d960425d7bef98e10cdb421d4db90b93bccdfa05b1fa2d5d6258fea4cce93fe62c7e9ad75780f1a5a89e6 SHA512 3892e121417b8346a2a2db02f8f4143b8f87c060cb4d48dbd07fa77559cfb0caf5742b257377ec0a746f2b995eba36f419a1a5b19d83a0c343cd39057dd34fb1 diff --git a/dev-python/txrequests/metadata.xml b/dev-python/txrequests/metadata.xml deleted file mode 100644 index a6bbaad83980..000000000000 --- a/dev-python/txrequests/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches /> - <upstream> - <maintainer> - <email>tardyp@gmail.com</email> - <name>Pierre Tardy</name> - </maintainer> - </upstream> - <longdescription> - Small add-on for the python requests http library. - Makes use twisted's ThreadPool, so that the requests'API returns - deferred. The additional API and changes are minimal and strives - to avoid surprises. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-python/txrequests/txrequests-0.9.6-r1.ebuild b/dev-python/txrequests/txrequests-0.9.6-r1.ebuild deleted file mode 100644 index f0fe41cf76dc..000000000000 --- a/dev-python/txrequests/txrequests-0.9.6-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Asynchronous Python HTTP for Humans" -HOMEPAGE=" - https://github.com/tardyp/txrequests/ - https://pypi.org/project/txrequests/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv ~x86" -IUSE="test" -PROPERTIES="test_network" -RESTRICT="test" - -RDEPEND=" - >=dev-python/requests-1.2.0[${PYTHON_USEDEP}] - dev-python/twisted[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - ${RDEPEND} - ) -" - -python_test() { - "${EPYTHON}" -m twisted.trial test_txrequests || - die "Tests failed for ${EPYTHON}" -} |
