summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-14 09:39:45 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-14 09:47:19 +0200
commit49470e4bb06c36e90c4e45cd611906e9f44de731 (patch)
treec36e11a4ad3ea8e5a14b5d422330cb252ee0c263 /net-libs/txtorcon
parentwww-client/w3mir: Remove last-rited pkg, #616900 (diff)
downloadgentoo-49470e4bb06c36e90c4e45cd611906e9f44de731.tar.gz
gentoo-49470e4bb06c36e90c4e45cd611906e9f44de731.tar.bz2
gentoo-49470e4bb06c36e90c4e45cd611906e9f44de731.zip
net-libs/txtorcon: Remove last-rited pkg, #616550
Diffstat (limited to 'net-libs/txtorcon')
-rw-r--r--net-libs/txtorcon/Manifest1
-rw-r--r--net-libs/txtorcon/metadata.xml9
-rw-r--r--net-libs/txtorcon/txtorcon-0.13.0.ebuild30
3 files changed, 0 insertions, 40 deletions
diff --git a/net-libs/txtorcon/Manifest b/net-libs/txtorcon/Manifest
deleted file mode 100644
index 7f060945e6f4..000000000000
--- a/net-libs/txtorcon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST txtorcon-0.13.0.tar.gz 208077 SHA256 3218d0fa0c22f49eee9324a5862b2d53ef77d5cb8e555e2bcffc24070aaeca7d SHA512 45f94a8a147b176ced1b93b5949df84e7321090aa0a755f1a4232050ebe09812986200b31ef63433b8c2f24b2066b5f3b746e4c3677529c7d7be8aebd1c97e25 WHIRLPOOL db91499f39dd79295af35abcdeaf08e2d92988994800bfea4662ddcbc2d5b252dbace08b6429c08f66fad9a76f8bd0aeb7dbe2e28e467f3c17f8aa4601158666
diff --git a/net-libs/txtorcon/metadata.xml b/net-libs/txtorcon/metadata.xml
deleted file mode 100644
index 386a54cbe9a9..000000000000
--- a/net-libs/txtorcon/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">txtorcon</remote-id>
- <remote-id type="github">meejah/txtorcon</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-libs/txtorcon/txtorcon-0.13.0.ebuild b/net-libs/txtorcon/txtorcon-0.13.0.ebuild
deleted file mode 100644
index 4ee3addb4379..000000000000
--- a/net-libs/txtorcon/txtorcon-0.13.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-inherit distutils-r1
-
-DESCRIPTION="Twisted-based Tor controller client, with state-tracking"
-HOMEPAGE="https://github.com/meejah/txtorcon https://pypi.python.org/pypi/txtorcon"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/ipaddr[${PYTHON_USEDEP}]
- net-vpn/tor
- dev-python/zope-interface[${PYTHON_USEDEP}]
- dev-python/geoip-python[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-python_test() {
- trial --reporter=text test || die
-}