From 2eca883895bcecfee6c047afa60d6abea55c1199 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Thu, 6 Jul 2023 15:54:33 -0700 Subject: [PATCH] dev-python/txtorcon: drop 23.0.0 --- dev-python/txtorcon/Manifest | 1 - dev-python/txtorcon/txtorcon-23.0.0.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) delete mode 100644 dev-python/txtorcon/txtorcon-23.0.0.ebuild diff --git a/dev-python/txtorcon/Manifest b/dev-python/txtorcon/Manifest index f60d5bd..021c0fb 100644 --- a/dev-python/txtorcon/Manifest +++ b/dev-python/txtorcon/Manifest @@ -1,2 +1 @@ -DIST txtorcon-23.0.0.gh.tar.gz 393009 BLAKE2B 323187b8b85e5c902eae37953d173fbfea01a26096af27ace3651b909d40361ec1fcd980db18aa6f729820f1ac96af6bf3ca51f705d937a2d4b6956485b47366 SHA512 3f9ae81e499993605861cfdcbf3a718345e58c378ea71eeb5b833861893889f9b805dec06d2e0e35840f0c8ceab9cb2c1c2791f980aaaf5dd32a1de8e84d62e0 DIST txtorcon-23.5.0.gh.tar.gz 394188 BLAKE2B ee63d2815a9b697aa37d27697ef6085dc91e750ba0cad854c8610eed7afcfec9b50cf5aead24f75676e2b0ee39167c50fbebc43a51911a3ebe17eb784b18d31e SHA512 33610c043084273f5dc06b797fff11bb0fccaae14229dbd07286e13e40ebc199594f6e52c64b87e4060e37bcb44bd90ccf7ff7217d923fdb33a581fb95144d56 diff --git a/dev-python/txtorcon/txtorcon-23.0.0.ebuild b/dev-python/txtorcon/txtorcon-23.0.0.ebuild deleted file mode 100644 index 0502337..0000000 --- a/dev-python/txtorcon/txtorcon-23.0.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/meejah/txtorcon.git" -else - SRC_URI="https://github.com/meejah/txtorcon/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Tor control protocol implementation for Python" -HOMEPAGE="https://github.com/meejah/txtorcon" -LICENSE="MIT" -SLOT="0" - -DEPEND="" -RDEPEND=" - >=dev-python/twisted-22.4.0-r2[${PYTHON_USEDEP},ssl] - >=dev-python/zope-interface-3.6.1[${PYTHON_USEDEP}] - dev-python/incremental[${PYTHON_USEDEP}] - dev-python/automat[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - sys-process/lsof - ) -" - -distutils_enable_tests pytest