summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-15 19:04:17 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-15 19:28:13 +0200
commit7d2e21362333622383248f20f2761cdb79078998 (patch)
tree9dc4855adeb0867b05081ce7e452f4d126d653e9 /dev-python/twilio
parentdev-python/torment: Remove last-rited pkg (diff)
downloadgentoo-7d2e21362333622383248f20f2761cdb79078998.tar.gz
gentoo-7d2e21362333622383248f20f2761cdb79078998.tar.bz2
gentoo-7d2e21362333622383248f20f2761cdb79078998.zip
dev-python/twilio: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twilio')
-rw-r--r--dev-python/twilio/Manifest1
-rw-r--r--dev-python/twilio/metadata.xml8
-rw-r--r--dev-python/twilio/twilio-3.6.9.ebuild32
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/twilio/Manifest b/dev-python/twilio/Manifest
deleted file mode 100644
index 438eb6def4bf..000000000000
--- a/dev-python/twilio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST twilio-3.6.9.tar.gz 226151 BLAKE2B 841e37385b3d11e5423dcaf813e8568da204f9f34cc381b26869517ace2781db9aad0c6ab243a72b2f5144ef1ef103676ff5b9f5f95b38e9cc38a7f11c880ec5 SHA512 f4e0f13e3f12ae8e15817a285a4388859b458ba7759acce4d5f6ee425bd6a06742bf271a01e1cc5140d63bc599828b940f1e96a6ed7f5744c1c9eaef2dd65b29
diff --git a/dev-python/twilio/metadata.xml b/dev-python/twilio/metadata.xml
deleted file mode 100644
index 5676c411dfe5..000000000000
--- a/dev-python/twilio/metadata.xml
+++ /dev/null
@@ -1,8 +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="github">twilio/twilio-python</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/twilio/twilio-3.6.9.ebuild b/dev-python/twilio/twilio-3.6.9.ebuild
deleted file mode 100644
index 879900445a1e..000000000000
--- a/dev-python/twilio/twilio-3.6.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Helper library for the Twilio API"
-HOMEPAGE="https://github.com/twilio/twilio-python http://www.twilio.com/docs/python/install"
-SRC_URI="https://github.com/twilio/${PN}-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-
-CDEPEND="dev-python/six[${PYTHON_USEDEP}]
- dev-python/httplib2[${PYTHON_USEDEP}]
- dev-python/PySocks[${PYTHON_USEDEP}]"
-
-RDEPEND="${CDEPEND}"
-DEPEND="test? (
- ${CDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- nosetests tests || die "Tests fail with ${EPYTHON}"
-}