From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AF84138334 for ; Tue, 15 Oct 2019 17:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0A7BE088C; Tue, 15 Oct 2019 17:28:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C598FE0886 for ; Tue, 15 Oct 2019 17:28:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6859534BE50 for ; Tue, 15 Oct 2019 17:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35A6D895 for ; Tue, 15 Oct 2019 17:28:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1571160493.7d2e21362333622383248f20f2761cdb79078998.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twilio/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/twilio/Manifest dev-python/twilio/metadata.xml dev-python/twilio/twilio-3.6.9.ebuild profiles/package.mask X-VCS-Directories: dev-python/twilio/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d2e21362333622383248f20f2761cdb79078998 X-VCS-Branch: master Date: Tue, 15 Oct 2019 17:28:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3dd8b151-c427-4d3f-b71b-e89e324763ae X-Archives-Hash: 1f284a446cc8b830b3bc92bbc90e771e commit: 7d2e21362333622383248f20f2761cdb79078998 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 15 17:04:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 15 17:28:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2e2136 dev-python/twilio: Remove last-rited pkg Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny gentoo.org> dev-python/twilio/Manifest | 1 - dev-python/twilio/metadata.xml | 8 -------- dev-python/twilio/twilio-3.6.9.ebuild | 32 -------------------------------- profiles/package.mask | 1 - 4 files changed, 42 deletions(-) diff --git a/dev-python/twilio/Manifest b/dev-python/twilio/Manifest deleted file mode 100644 index 438eb6def4b..00000000000 --- 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 5676c411dfe..00000000000 --- a/dev-python/twilio/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - twilio/twilio-python - - 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 879900445a1..00000000000 --- 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}" -} diff --git a/profiles/package.mask b/profiles/package.mask index 04d4ef48721..553daa74a36 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -458,7 +458,6 @@ net-mail/Freemail # a few have been declared discontinued upstream. None of them has # any reverse dependency. # Removal in 30 days. Bug #694280. -dev-python/twilio dev-python/xonsh dev-python/yubiotp