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 07EEA139694 for ; Sun, 7 May 2017 18:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0225D21C096; Sun, 7 May 2017 18:43:46 +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 C119121C096 for ; Sun, 7 May 2017 18:43:40 +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 D54AE3416D7 for ; Sun, 7 May 2017 18:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C6EB7455 for ; Sun, 7 May 2017 18:43:32 +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: <1494182604.8c67507ecdb920a8a56ed510f8e535e2be33144e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-deprecation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zope-deprecation/Manifest dev-python/zope-deprecation/metadata.xml dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild X-VCS-Directories: dev-python/zope-deprecation/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c67507ecdb920a8a56ed510f8e535e2be33144e X-VCS-Branch: master Date: Sun, 7 May 2017 18:43:32 +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: 5e3031aa-2386-4d07-8e5c-49e736044ce2 X-Archives-Hash: 21287b821d20241e1e3c0a3cafd3386a commit: 8c67507ecdb920a8a56ed510f8e535e2be33144e Author: Michał Górny gentoo org> AuthorDate: Sat May 6 09:05:04 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 7 18:43:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c67507e dev-python/zope-deprecation: New package, dep of dev-python/pyramid dev-python/zope-deprecation/Manifest | 1 + dev-python/zope-deprecation/metadata.xml | 11 +++++++ .../zope-deprecation/zope-deprecation-4.2.0.ebuild | 36 ++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/zope-deprecation/Manifest b/dev-python/zope-deprecation/Manifest new file mode 100644 index 00000000000..98b6bb89ca5 --- /dev/null +++ b/dev-python/zope-deprecation/Manifest @@ -0,0 +1 @@ +DIST zope.deprecation-4.2.0.tar.gz 223338 SHA256 ff32c5bb5388b77b22c83ed1f1aa01cdbb076d9f2cfa2b825450ce9e2ecfd738 SHA512 8ae5428d8e76014aaf17bfc05c88e7423be892f35bc9ec61f2f2919bb043fe0937cb592eec81763d9b6841ba3afa938e047cbecfacb9e4d29350e99f6ed417e6 WHIRLPOOL 967564825174b50c591a4d6f309b3384fce7dfa0c1201d38b332f2b2354c071fe1b63493b57ed6d35ecfe6534bb3be810ad7b30b2d3b1365b263757c066d1848 diff --git a/dev-python/zope-deprecation/metadata.xml b/dev-python/zope-deprecation/metadata.xml new file mode 100644 index 00000000000..ae35638ded3 --- /dev/null +++ b/dev-python/zope-deprecation/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + zope.deprecation + zopefoundation/zope.deprecation + + diff --git a/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild new file mode 100644 index 00000000000..a03bcc2ab00 --- /dev/null +++ b/dev-python/zope-deprecation/zope-deprecation-4.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} ) +inherit distutils-r1 + +MY_PN=${PN/-/.} +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Zope Deprecation Infrastructure" +HOMEPAGE="https://github.com/zopefoundation/zope.deprecation" +SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]" +# note: nosetests are not actually used or enforced via test_requires +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +S=${WORKDIR}/${MY_P} + +python_test() { + esetup.py test +} + +python_install_all() { + distutils-r1_python_install_all + + find "${ED}" -name '*.pth' -delete || die +}