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 3F0AC139696 for ; Tue, 2 May 2017 15:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A59E0C7C; Tue, 2 May 2017 15:15:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F6C9E0C7C for ; Tue, 2 May 2017 15:15:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 059EF3416AA for ; Tue, 2 May 2017 15:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6879C744A for ; Tue, 2 May 2017 15:15:00 +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: <1493738080.418efd45bf6b25d1108a45fd95b688bdd9e31ad0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3987/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rfc3987/Manifest dev-python/rfc3987/rfc3987-1.3.6.ebuild X-VCS-Directories: dev-python/rfc3987/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 418efd45bf6b25d1108a45fd95b688bdd9e31ad0 X-VCS-Branch: master Date: Tue, 2 May 2017 15:15:00 +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-Archives-Salt: 8a9f0d5d-5b19-4aff-811b-39b61de303d3 X-Archives-Hash: 0e7818bd20d65eab25a67c1cf64a9327 commit: 418efd45bf6b25d1108a45fd95b688bdd9e31ad0 Author: Michał Górny gentoo org> AuthorDate: Tue May 2 14:38:54 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 15:14:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418efd45 dev-python/rfc3987: Clean old versions up dev-python/rfc3987/Manifest | 1 - dev-python/rfc3987/rfc3987-1.3.6.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/rfc3987/Manifest b/dev-python/rfc3987/Manifest index b3fb1cef191..bb11a8e7c19 100644 --- a/dev-python/rfc3987/Manifest +++ b/dev-python/rfc3987/Manifest @@ -1,2 +1 @@ -DIST rfc3987-1.3.6.tar.gz 8434 SHA256 599801156e35b5054138585c92ab4d1b729b0f2feeb961b65347116764df4aa7 SHA512 f89eeede3da28f39950afd8a9db9bfb46a08b13925709c1026941571463c3885696d18bf96cc45819a13e2c91c9b7b8f00bee864fa2a52f5d1671dab28ce19e1 WHIRLPOOL 715efdbac226b7932978f7593c439015d5a1d88d0c728f8087bc3b9789031e2f82977e8c291317eeb705d404a4d8942b0028daf01c00fbe35e912001debd05fd DIST rfc3987-1.3.7.tar.gz 20701 SHA256 91a7826b0a26c246a5a91bef09c2c0809c713a689be689b9571e78a13f6557a4 SHA512 c5fa8eb36358f7f42d12adc305031bfff7bd77e83316ad4458ed07acc6094c7d9109b95848b9296dcbc6677ce34aa59b1be8fd57dfcdc6be47eb92aeda51c518 WHIRLPOOL 5c4051d3192edb8124e0350c9cd489f74ec88929f1447c533a5ba6f3105fa937b9b789776a43e762ae4373a83cf92a114bd7f54d970bda2fe72b3ed61c724c1a diff --git a/dev-python/rfc3987/rfc3987-1.3.6.ebuild b/dev-python/rfc3987/rfc3987-1.3.6.ebuild deleted file mode 100644 index a9390ad58b7..00000000000 --- a/dev-python/rfc3987/rfc3987-1.3.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" -HOMEPAGE="https://github.com/dgerber/rfc3987 http://pypi.python.org/pypi/rfc3987" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-python/regex[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_test() { - ${EPYTHON} -m doctest -v "${S}/${PN}.py" || die -}