From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-configuration/
Date: Mon, 11 Dec 2017 03:49:03 +0000 (UTC) [thread overview]
Message-ID: <1512964123.6a591d1cfe7138959909b0e2d7dccf42c9adfb5e.prometheanfire@gentoo> (raw)
commit: 6a591d1cfe7138959909b0e2d7dccf42c9adfb5e
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 03:37:53 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 03:48:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a591d1c
dev-python/zope-configuration: adding for mailman 3
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/zope-configuration/Manifest | 1 +
dev-python/zope-configuration/metadata.xml | 18 ++++++++++
.../zope-configuration-4.1.0.ebuild | 40 ++++++++++++++++++++++
3 files changed, 59 insertions(+)
diff --git a/dev-python/zope-configuration/Manifest b/dev-python/zope-configuration/Manifest
new file mode 100644
index 00000000000..2b7dd0f38cf
--- /dev/null
+++ b/dev-python/zope-configuration/Manifest
@@ -0,0 +1 @@
+DIST zope.configuration-4.1.0.tar.gz 77780 BLAKE2B a3f0da446bbc858e43ccd4249c80db07b1f29df1fc31931c07bcd55116084a70b9618b15f22a8f1027e1fc53c8e2a7ba75bb3a80d8419c16cbef8f847299a3de SHA512 86bbc5ac22c61d485fcb55c4dafb5b81eaab0a08de1e5dc3cd586769323a09896e72b1e8aac790d3e8d8f93a133efd3f88a92a4b3c1075bdd0da62cd4e33c56a
diff --git a/dev-python/zope-configuration/metadata.xml b/dev-python/zope-configuration/metadata.xml
new file mode 100644
index 00000000000..3e47ce6bf27
--- /dev/null
+++ b/dev-python/zope-configuration/metadata.xml
@@ -0,0 +1,18 @@
+<?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>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">zopefoundation/zope.configuration</remote-id>
+ <remote-id type="pypi">zope.configuration</remote-id>
+ </upstream>
+ <longdescription lang="en">
+ The Zope configuration system provides an extensible system for supporting various kinds of configurations.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild b/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild
new file mode 100644
index 00000000000..9b2acc4b23b
--- /dev/null
+++ b/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild
@@ -0,0 +1,40 @@
+# 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,3_5,3_6})
+
+inherit distutils-r1
+MY_PN=zope.configuration
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope Configuration Architecture"
+HOMEPAGE="https://github.com/zopefoundation/zope.configuration http://docs.zope.org/zope.configuration/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+ dev-python/zope-interface[${PYTHON_USEDEP}]
+ dev-python/zope-schema[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+ dev-python/nose[${PYTHON_USEDEP}] )
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+RESTRICT="test"
+
+python_test() {
+ nosetests || die
+}
+
+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
+}
next reply other threads:[~2017-12-11 3:49 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-11 3:49 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-03-17 21:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-configuration/ 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-18 15:10 Sam James
2020-08-22 7:13 Michał Górny
2020-10-16 18:22 Michał Górny
2021-03-02 8:40 Sam James
2021-09-22 13:30 Arthur Zamarin
2021-10-09 20:19 Sam James
2021-10-10 0:09 Sam James
2021-10-10 2:20 Sam James
2021-10-10 11:00 Michał Górny
2022-04-08 8:56 Michał Górny
2022-04-09 5:57 Michał Górny
2022-04-09 11:37 Michał Górny
2022-04-09 14:37 Michał Górny
2022-04-09 14:58 Michał Górny
2022-04-09 18:56 Michał Górny
2022-04-09 20:23 Michał Górny
2022-04-09 21:47 Jakov Smolić
2022-04-11 19:58 Michał Górny
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:35 Michał Górny
2022-11-09 6:53 Sam James
2023-03-17 18:28 Michał Górny
2023-03-21 6:49 Michał Górny
2023-05-04 8:06 Michał Górny
2023-06-03 18:06 Arthur Zamarin
2023-06-03 19:17 Michał Górny
2023-06-06 6:13 Michał Górny
2024-02-13 4:27 Michał Górny
2024-03-02 10:54 Arthur Zamarin
2024-03-02 11:44 Michał Górny
2024-06-18 15:56 Michał Górny
2024-12-07 7:07 Michał Górny
2024-12-21 11:17 Michał Górny
2024-12-21 11:30 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=1512964123.6a591d1cfe7138959909b0e2d7dccf42c9adfb5e.prometheanfire@gentoo \
--to=prometheanfire@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