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 1850C139695 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 2BFC3E0BF9; 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 04835E0BF9 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 1D2193416AB 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 7BFBC744B 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: <1493738081.8ad240a1a47ad4a46f0f1073e7adc5e6e82a4c0f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycountry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycountry/Manifest dev-python/pycountry/pycountry-1.20.ebuild X-VCS-Directories: dev-python/pycountry/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8ad240a1a47ad4a46f0f1073e7adc5e6e82a4c0f 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: 792feb60-b3a9-4d38-b53c-6a848b3f7960 X-Archives-Hash: b34969821a9ba23187ed8465090930b3 commit: 8ad240a1a47ad4a46f0f1073e7adc5e6e82a4c0f Author: Michał Górny gentoo org> AuthorDate: Tue May 2 14:39:10 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 15:14:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad240a1 dev-python/pycountry: Clean old versions up dev-python/pycountry/Manifest | 1 - dev-python/pycountry/pycountry-1.20.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest index 115e7d79c93..acc4d669c28 100644 --- a/dev-python/pycountry/Manifest +++ b/dev-python/pycountry/Manifest @@ -1,2 +1 @@ -DIST pycountry-1.20.tar.gz 5024012 SHA256 0588efa3171e1d5e4cc96fce569ac865964285fdc8dbdc0860844f74598d1f98 SHA512 316e37b4cd800d87f010282a79e47b833b4ee836342ae0e672a5d115c543a8a0e3f508cc4498367aa254317e9747483c7026dac7273d3daa19acd2153635f854 WHIRLPOOL 2516662d06148c5fd3a10efb9715113cf13abe7183fe4b94491b473a24dc47b4d626a77489365b4f2e02a0cc7417ef59dfea21b2b142876981075fc5b05e7d62 DIST pycountry-16.11.8.tar.gz 9042735 SHA256 c9a0536699dfb46fb43ae1449999a921a79361030773bc3d35e00abfecb437c2 SHA512 eb0a91f1efae6aeace0b49cd44b0770efa0b57add208c4247e7f58a3c46774f9f8007c51ee88a0e108c90ced3ad69204b4322c9c23f51df0b2202aa98c314a37 WHIRLPOOL 7eb1bbe51ba14c3b4d1c4e210cf9698fef1b99d0b96c5800985d73431ada5604996f7412e3c0c7440dccaa052fe284f0babd660bc82b28508ed6abbaa7b78f16 diff --git a/dev-python/pycountry/pycountry-1.20.ebuild b/dev-python/pycountry/pycountry-1.20.ebuild deleted file mode 100644 index ca3496b58bd..00000000000 --- a/dev-python/pycountry/pycountry-1.20.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Database of countries, subdivisions, languages, currencies and script" -HOMEPAGE="https://bitbucket.org/flyingcircus/pycountry" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~ppc ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - # https://bitbucket.org/techtonik/pycountry/issue/8/test_locales-pycountry-015-pypy - pushd "${BUILD_DIR}"/lib > /dev/null - if [[ "${EPYTHON}" == pypy || "${EPYTHON}" == pypy3 ]]; then - sed -e 's:test_locales:_&:' -i pycountry/tests/test_general.py || die - fi - py.test ${PN}/tests/test_general.py || die - popd > /dev/null -}