commit:     5324eab0001f715a8f01a2e087c624e2cb3bd8a6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 03:31:08 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 03:48:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5324eab0

dev-python/zope-schema: adding for zope-configuration for mailman 3

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/zope-schema/Manifest                 |  1 +
 dev-python/zope-schema/metadata.xml             | 15 ++++++++++++
 dev-python/zope-schema/zope-schema-4.5.0.ebuild | 32 +++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
new file mode 100644
index 00000000000..adb5eda16f9
--- /dev/null
+++ b/dev-python/zope-schema/Manifest
@@ -0,0 +1 @@
+DIST zope.schema-4.5.0.tar.gz 76962 BLAKE2B 
2ce5ddc674381bc5270865e141196e3edd10a6ad8f96a191d9bc603c99305e186f3cda9f92cd565c1f4956b4c68f2ab083187a85dabc6dae4a3c2e25cc6dbc73
 SHA512 
77f3f65a3d0b52f770a381d869b254f5457223b5fdda4b031e9531c57664dd151b4dc293d3cdc6dff5cad58d656d951e0d964fad9521100b7e007b4c15e52740

diff --git a/dev-python/zope-schema/metadata.xml 
b/dev-python/zope-schema/metadata.xml
new file mode 100644
index 00000000000..b32ba1f3328
--- /dev/null
+++ b/dev-python/zope-schema/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>pyt...@gentoo.org</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>prometheanf...@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">zopefoundation/zope.schema</remote-id>
+               <remote-id type="pypi">zope.schema</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/zope-schema/zope-schema-4.5.0.ebuild 
b/dev-python/zope-schema/zope-schema-4.5.0.ebuild
new file mode 100644
index 00000000000..a56c75eb8fb
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-4.5.0.ebuild
@@ -0,0 +1,32 @@
+# 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.schema
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope schema Architecture"
+HOMEPAGE="https://github.com/zopefoundation/zope.schema 
http://docs.zope.org/zope.schema/";
+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=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/zope-interface[${PYTHON_USEDEP}]
+       dev-python/zope-event[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+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 via email to