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 38253139694 for ; Wed, 3 May 2017 09:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC16121C0FE; Wed, 3 May 2017 09:26:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8B3E221C0FE for ; Wed, 3 May 2017 09:26:25 +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 BAF573416C1 for ; Wed, 3 May 2017 09:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCAD8745D for ; Wed, 3 May 2017 09:26:15 +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: <1493803566.f9ae003ad71f85ed6b7621fe6a904aa72fb5dd2d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apipkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/apipkg/Manifest dev-python/apipkg/apipkg-1.2-r1.ebuild X-VCS-Directories: dev-python/apipkg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f9ae003ad71f85ed6b7621fe6a904aa72fb5dd2d X-VCS-Branch: master Date: Wed, 3 May 2017 09:26:15 +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: b1fd5afa-a4e4-4d92-920e-834dc850a60d X-Archives-Hash: 7e79e900b0c581b8f52db9190ec80551 commit: f9ae003ad71f85ed6b7621fe6a904aa72fb5dd2d Author: Michał Górny gentoo org> AuthorDate: Wed May 3 08:03:57 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 3 09:26:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ae003a dev-python/apipkg: Clean old versions up dev-python/apipkg/Manifest | 1 - dev-python/apipkg/apipkg-1.2-r1.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/apipkg/Manifest b/dev-python/apipkg/Manifest index e2f8c92b4b5..f8818bf4c4a 100644 --- a/dev-python/apipkg/Manifest +++ b/dev-python/apipkg/Manifest @@ -1,2 +1 @@ -DIST apipkg-1.2.zip 12842 SHA256 ea86c4660e83015b6a3faad106cdf5a8d640688a93b84b93e8b64c60815789d4 SHA512 abd00a7c36914b9f79d5a54e1d0facc89fd6673f86d774784cd9a3a0e8e913cf3ef575914bcbbe4d17464b09e8b57d94c761453b2b19466e7dc408f321d22603 WHIRLPOOL 5693c8f1422d96e702eb929c2b3fe3f1a33b7d731ba4f6dced2b42229b941ca87848a31d19c2e79b0ce6fc0db98e24e6c81775c68374ca7f7bed59cf9682d049 DIST apipkg-1.4.tar.gz 11224 SHA256 2e38399dbe842891fe85392601aab8f40a8f4cc5a9053c326de35a1cc0297ac6 SHA512 118f806706944513f50d3cdef596b32f8ce585cfaf94d2531a6d260f90a0e2147177161aaa6f5d6823150e6182d0f73be3dc01259b8a2f8d710733a22ea54789 WHIRLPOOL b0162094ee5209fb06727b5ad6d346e5738af9999f4fa21081cfedd4607d6025dd1d20621fe6c2e7801e5b405757987a6c0d63f698d74497401053847a9109bd diff --git a/dev-python/apipkg/apipkg-1.2-r1.ebuild b/dev-python/apipkg/apipkg-1.2-r1.ebuild deleted file mode 100644 index 8bbab0da405..00000000000 --- a/dev-python/apipkg/apipkg-1.2-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="namespace control and lazy-import mechanism" -HOMEPAGE="https://pypi.python.org/pypi/apipkg" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_prepare_all() { - # https://bitbucket.org/hpk42/apipkg/issue/5/test-failure-with-python-34 - sed -e 's:test_initpkg_not_transfers_not_existing_attrs:_&:' -i test_apipkg.py || die - distutils-r1_python_prepare_all -} - -python_test() { - # Bug 530388. The test requires patching to match py3.4; trivial. - py.test || die "Tests fail under ${EPYTHON}" -}