diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-30 19:32:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-30 19:34:53 +0100 |
commit | b9e88c053872a9859cd00d2ed9455402c0009111 (patch) | |
tree | bfb12d495a4773a0b20e66bdf208eb4c656e1b8b /dev-python/txtorcon | |
parent | dev-python/truststore: Remove old (diff) | |
download | gentoo-b9e88c053872a9859cd00d2ed9455402c0009111.tar.gz gentoo-b9e88c053872a9859cd00d2ed9455402c0009111.tar.bz2 gentoo-b9e88c053872a9859cd00d2ed9455402c0009111.zip |
dev-python/txtorcon: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/txtorcon')
-rw-r--r-- | dev-python/txtorcon/Manifest | 1 | ||||
-rw-r--r-- | dev-python/txtorcon/txtorcon-23.5.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/txtorcon/Manifest b/dev-python/txtorcon/Manifest index 6907e7a34aa5..a86c5713e677 100644 --- a/dev-python/txtorcon/Manifest +++ b/dev-python/txtorcon/Manifest @@ -1,2 +1 @@ DIST txtorcon-23.11.0.gh.tar.gz 395211 BLAKE2B 156c1c1d7e1d88939051ea19f4cd955e3a329dd1a550ea1a35d6c984db66d9b8e7fff35b2aa5caa12589273b46c1ce65d802fe89ce2a57443e0b5ce592247ee0 SHA512 815aecd8b6f3d12be1f903ba4dbb037e5f5920d925ca06c9f92a040d8258c4c1182ae5fca0be26fd2adb529c1726ad9ee080ddcada56e3e8b9922f7295731df3 -DIST txtorcon-23.5.0.gh.tar.gz 394188 BLAKE2B ee63d2815a9b697aa37d27697ef6085dc91e750ba0cad854c8610eed7afcfec9b50cf5aead24f75676e2b0ee39167c50fbebc43a51911a3ebe17eb784b18d31e SHA512 33610c043084273f5dc06b797fff11bb0fccaae14229dbd07286e13e40ebc199594f6e52c64b87e4060e37bcb44bd90ccf7ff7217d923fdb33a581fb95144d56 diff --git a/dev-python/txtorcon/txtorcon-23.5.0.ebuild b/dev-python/txtorcon/txtorcon-23.5.0.ebuild deleted file mode 100644 index 0046315727fb..000000000000 --- a/dev-python/txtorcon/txtorcon-23.5.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -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 ~x86" - -RDEPEND=" - dev-python/automat[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/incremental[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/twisted[ssl,${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - sys-process/lsof - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |