summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-25 05:12:40 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-25 05:12:40 +0200
commit6a1ce543850bdfa9f69bcf6c0984bd48cb03fdce (patch)
tree1db139744517865184bdfef0da7dbb63e8ec6e2c /dev-python/txtorcon
parentdev-python/magic-wormhole: Revert "new package, add 0.12.0" (diff)
downloadgentoo-6a1ce543850bdfa9f69bcf6c0984bd48cb03fdce.tar.gz
gentoo-6a1ce543850bdfa9f69bcf6c0984bd48cb03fdce.tar.bz2
gentoo-6a1ce543850bdfa9f69bcf6c0984bd48cb03fdce.zip
dev-python/txtorcon: Revert "new package, add 23.5.0"
Reverts: 08bdbf8f0f1fb4e813f3c6e790478fcf54d2bcfa Bug: https://bugs.gentoo.org/907117 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/txtorcon')
-rw-r--r--dev-python/txtorcon/Manifest1
-rw-r--r--dev-python/txtorcon/metadata.xml13
-rw-r--r--dev-python/txtorcon/txtorcon-23.5.0.ebuild21
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/txtorcon/Manifest b/dev-python/txtorcon/Manifest
deleted file mode 100644
index 021c0fbb9e57..000000000000
--- 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 41f36acb77d0..000000000000
--- a/dev-python/txtorcon/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tamiko@gentoo.org</email>
- <name>Matthias Maier</name>
- </maintainer>
- <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-23.5.0.ebuild b/dev-python/txtorcon/txtorcon-23.5.0.ebuild
deleted file mode 100644
index 5222bc094733..000000000000
--- a/dev-python/txtorcon/txtorcon-23.5.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Twisted-based Tor controller client, with state-tracking abstractions"
-HOMEPAGE="https://txtorcon.readthedocs.org https://pypi.org/project/txtorcon/"
-SRC_URI="https://github.com/meejah/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/automat[${PYTHON_USEDEP}]
- dev-python/twisted[${PYTHON_USEDEP}]"