public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-deprecation/
Date: Sun,  7 May 2017 18:43:32 +0000 (UTC)	[thread overview]
Message-ID: <1494182604.8c67507ecdb920a8a56ed510f8e535e2be33144e.mgorny@gentoo> (raw)

commit:     8c67507ecdb920a8a56ed510f8e535e2be33144e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 09:05:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">zope.deprecation</remote-id>
+		<remote-id type="github">zopefoundation/zope.deprecation</remote-id>
+	</upstream>
+</pkgmetadata>

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
+}


             reply	other threads:[~2017-05-07 18:44 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-07 18:43 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-15 17:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-deprecation/ Tobias Klausmann
2017-09-17 21:09 Matt Turner
2019-11-30  8:28 Michał Górny
2019-12-28 16:16 David Seifert
2020-02-11 19:43 Agostino Sarubbo
2020-02-11 19:50 Agostino Sarubbo
2020-03-29 12:22 Michał Górny
2020-10-16 18:22 Michał Górny
2020-12-03 17:31 Michał Górny
2020-12-04 12:38 Michał Górny
2021-03-02  8:40 Sam James
2021-03-02  8:40 Sam James
2021-05-31 12:09 Michał Górny
2022-04-09 19:12 Michał Górny
2022-04-11 19:58 Michał Górny
2022-04-20 14:12 Jakov Smolić
2022-04-20 17:24 Michał Górny
2022-04-22 15:35 Michał Górny
2022-05-18 10:56 Michał Górny
2023-03-17 18:28 Michał Górny
2023-03-21  6:49 Michał Górny
2023-03-30  2:57 Michał Górny
2023-04-29  7:47 Arthur Zamarin
2023-04-29  9:25 Michał Górny
2023-06-06  6:13 Michał Górny
2023-11-23 18:55 Michał Górny
2023-11-24 15:31 Michał Górny
2024-06-18 15:56 Michał Górny
2025-01-16  5:11 Michał Górny
2025-02-01 12:17 Arthur Zamarin
2025-02-01 13:19 Michał Górny
2025-02-27 21:07 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494182604.8c67507ecdb920a8a56ed510f8e535e2be33144e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox