diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/txtorcon | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/txtorcon')
| -rw-r--r-- | dev-python/txtorcon/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/txtorcon/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/txtorcon/txtorcon-26.6.0.ebuild | 40 |
4 files changed, 0 insertions, 91 deletions
diff --git a/dev-python/txtorcon/Manifest b/dev-python/txtorcon/Manifest deleted file mode 100644 index fd7ad8296a45..000000000000 --- a/dev-python/txtorcon/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST txtorcon-24.8.0.gh.tar.gz 395135 BLAKE2B 14e800e64788fac8d840ee00f2032d697227d568ec671a040ae63d95849fc50d17e602bcac625251094237ef642dc1f05032735b06b52053a05fde33d41acc0d SHA512 b5e3d8f470dd2561b3291349d2d7b60bcc78b6f4eae7cc98e400cdbe57ff8dc5a5f7c59b3068a221faf60715296af1dd2587663c32d40ac70f37ddaa94cdd940 -DIST txtorcon-26.6.0.gh.tar.gz 395419 BLAKE2B 0c7f542c721e0c69404ba8bcff14f48708863ff8add48925f58861ad53ccf9538be3ffaff12bebd4f17928438a006a7c7050b5c026b8289e9a964c2290478e5a SHA512 21e2fe189c3b5275a32ea2d8fc03ebd3ea4d546977c7570660005b65d8fa0c0da0310e95ccd419d42eb1a254c42a3f57f959d6063d3fb935980dae8bb170d00d diff --git a/dev-python/txtorcon/metadata.xml b/dev-python/txtorcon/metadata.xml deleted file mode 100644 index c49e02a63638..000000000000 --- a/dev-python/txtorcon/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">txtorcon</remote-id> - <remote-id type="github">meejah/txtorcon</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild b/dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild deleted file mode 100644 index 635ba7dd6408..000000000000 --- a/dev-python/txtorcon/txtorcon-24.8.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Twisted-based Tor controller client, with state-tracking abstractions" -HOMEPAGE=" - https://txtorcon.readthedocs.org/ - https://github.com/meejah/txtorcon/ - https://pypi.org/project/txtorcon/ -" -SRC_URI=" - https://github.com/meejah/txtorcon/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/automat[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/twisted[ssl,${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - sys-process/lsof - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/txtorcon/txtorcon-26.6.0.ebuild b/dev-python/txtorcon/txtorcon-26.6.0.ebuild deleted file mode 100644 index 272373e365b4..000000000000 --- a/dev-python/txtorcon/txtorcon-26.6.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Twisted-based Tor controller client, with state-tracking abstractions" -HOMEPAGE=" - https://txtorcon.readthedocs.org/ - https://github.com/meejah/txtorcon/ - https://pypi.org/project/txtorcon/ -" -SRC_URI=" - https://github.com/meejah/txtorcon/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/automat[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/twisted[ssl,${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - sys-process/lsof - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest |
