summaryrefslogtreecommitdiff
path: root/dev-python/twilio
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/twilio')
-rw-r--r--dev-python/twilio/Manifest3
-rw-r--r--dev-python/twilio/metadata.xml8
-rw-r--r--dev-python/twilio/twilio-3.6.9.ebuild32
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/twilio/Manifest b/dev-python/twilio/Manifest
deleted file mode 100644
index 047fd955e636..000000000000
--- a/dev-python/twilio/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST twilio-3.6.9.tar.gz 226151 BLAKE2B 841e37385b3d11e5423dcaf813e8568da204f9f34cc381b26869517ace2781db9aad0c6ab243a72b2f5144ef1ef103676ff5b9f5f95b38e9cc38a7f11c880ec5 SHA512 f4e0f13e3f12ae8e15817a285a4388859b458ba7759acce4d5f6ee425bd6a06742bf271a01e1cc5140d63bc599828b940f1e96a6ed7f5744c1c9eaef2dd65b29
-EBUILD twilio-3.6.9.ebuild 762 BLAKE2B 56bdcf4fa818ccda0a6b85ab12875e6a131f76e6d76e81f331fa064490a5d8706f130ff5796fbc494f85f057f8f2a49b4300bc2739cfbb8a4ffc44663199b1ea SHA512 daff26f5bd2ed1b9c4a770b7520bc315d9576c44a4f6612098028d8176c73bd54cb021c0f0a57b2b4a1f05f3e18063dac14323a20d8fceec94be9f0b320c4668
-MISC metadata.xml 257 BLAKE2B c32821ae545a6d09172ee687af7af45673681c792c5b8e1843265ad2da114563ae3f6fdaae395973ff8e56d4f1e14c3eb3134309aa0bf71d1aad96e28fd1d44c SHA512 02a24ffac80ef671327118a115df5c90d0e6456680e2aba09356aea600791be6bf7dd7d6a79cf4a91180a3d4528899075f4558ebe382f8e8b112413960efa05e
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}"
-}