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-exceptions/
Date: Sun,  7 May 2017 18:43:31 +0000 (UTC)	[thread overview]
Message-ID: <1494182600.54eb6222f3d13ea77177f2847e65d1316dce4f43.mgorny@gentoo> (raw)

commit:     54eb6222f3d13ea77177f2847e65d1316dce4f43
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 09:24:55 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  7 18:43:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54eb6222

dev-python/zope-exceptions: New package, dep of zope.testing

 dev-python/zope-exceptions/Manifest                |  1 +
 dev-python/zope-exceptions/metadata.xml            | 12 +++++++
 .../zope-exceptions/zope-exceptions-4.1.0.ebuild   | 39 ++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-python/zope-exceptions/Manifest b/dev-python/zope-exceptions/Manifest
new file mode 100644
index 00000000000..296c3478b61
--- /dev/null
+++ b/dev-python/zope-exceptions/Manifest
@@ -0,0 +1 @@
+DIST zope.exceptions-4.1.0.tar.gz 26605 SHA256 f1c086abddc9f2050df5824ff7ab8ece3285c8e28453a29ee761effbc5e592ad SHA512 7491a0558a999d6907d2d1adb33086ef047dd4fc5d39709da628a94ee11f5afaec4b2cb456c19b16595cfaf46cc0d25fb847196d331c9d9c80d2ba3a582b415f WHIRLPOOL 763293545163ec66a52ee49db08183d7bc73832e862b097e0fb9d07f1cb8d8a6a280bfa053a4fd1278ef61db146e689df5e9305d44dae327ceadc00b9d776303

diff --git a/dev-python/zope-exceptions/metadata.xml b/dev-python/zope-exceptions/metadata.xml
new file mode 100644
index 00000000000..828a7ab2200
--- /dev/null
+++ b/dev-python/zope-exceptions/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">zope.exceptions</remote-id>
+		<remote-id type="github">zopefoundation/zope.exceptions</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild
new file mode 100644
index 00000000000..976197f62de
--- /dev/null
+++ b/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="General purpose exceptions for Zope packages"
+HOMEPAGE="https://pypi.python.org/pypi/zope.exceptions https://github.com/zopefoundation/zope.exceptions"
+SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# TODO: extras?
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]
+	dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/zope-testrunner[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+	esetup.py test
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	# remove .pth files since dev-python/namespace-zope handles the ns
+	find "${D}" -name '*.pth' -delete || die
+}


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

Thread overview: 31+ 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 --
2019-11-30  8:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-exceptions/ Michał Górny
2019-11-30  8:28 Michał Górny
2020-01-12 20:19 Matthew Thode
2020-03-29 12:22 Michał Górny
2020-08-02  9:33 Michał Górny
2020-08-18 14:59 Sam James
2020-08-22  7:13 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
2022-02-11  9:42 Michał Górny
2022-04-09 19:12 Michał Górny
2022-04-11 19:58 Michał Górny
2022-04-22 15:35 Michał Górny
2022-11-11  6:41 Arthur Zamarin
2022-11-11  6:41 Arthur Zamarin
2022-11-14  5:07 Michał Górny
2023-03-17 18:28 Michał Górny
2023-03-21  6:49 Michał Górny
2023-06-06  6:13 Michał Górny
2023-06-30  2:56 Michał Górny
2023-07-11 10:41 Michał Górny
2023-07-24 11:34 Michał Górny
2024-06-07 14:48 Michał Górny
2024-06-18 15:56 Michał Górny
2024-10-31  5:24 Michał Górny
2025-02-27 21:07 Michał Górny
2025-05-13 17:59 Arthur Zamarin
2025-09-13  6:40 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=1494182600.54eb6222f3d13ea77177f2847e65d1316dce4f43.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