diff --git a/dev-python/txtorcon/Manifest b/dev-python/txtorcon/Manifest deleted file mode 100644 index 021c0fb..0000000 --- a/dev-python/txtorcon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST txtorcon-23.5.0.gh.tar.gz 394188 BLAKE2B ee63d2815a9b697aa37d27697ef6085dc91e750ba0cad854c8610eed7afcfec9b50cf5aead24f75676e2b0ee39167c50fbebc43a51911a3ebe17eb784b18d31e SHA512 33610c043084273f5dc06b797fff11bb0fccaae14229dbd07286e13e40ebc199594f6e52c64b87e4060e37bcb44bd90ccf7ff7217d923fdb33a581fb95144d56 diff --git a/dev-python/txtorcon/metadata.xml b/dev-python/txtorcon/metadata.xml deleted file mode 100644 index b6adf26..0000000 --- a/dev-python/txtorcon/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - - txtorcon - meejah/txtorcon - - 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 4685e1a..0000000 --- a/dev-python/txtorcon/txtorcon-23.5.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..12} ) - -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 diff --git a/dev-python/txtorcon/txtorcon-9999.ebuild b/dev-python/txtorcon/txtorcon-9999.ebuild deleted file mode 100644 index 4685e1a..0000000 --- a/dev-python/txtorcon/txtorcon-9999.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..12} ) - -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