[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2023-06-06 Thread Michał Górny
commit: d83808b6e368d2cc9e65041c15e4df87b7989919
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jun  5 20:53:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 06:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83808b6

dev-python/zope-schema: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/zope-schema-7.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-7.0.1.ebuild 
b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
index 6ff494d3e0f2..6a614c85eca1 100644
--- a/dev-python/zope-schema/zope-schema-7.0.1.ebuild
+++ b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2023-03-21 Thread Michał Górny
commit: 411165a997cf479874dcffbf421869a9c8a3bc37
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 06:46:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 06:49:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411165a9

dev-python/zope-schema: Use PYPI_PN

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/zope-schema-7.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zope-schema/zope-schema-7.0.1.ebuild 
b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
index 9bc480a73519..6ff494d3e0f2 100644
--- a/dev-python/zope-schema/zope-schema-7.0.1.ebuild
+++ b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
@@ -4,6 +4,8 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
 inherit distutils-r1 pypi
@@ -13,8 +15,6 @@ HOMEPAGE="
https://pypi.org/project/zope.schema/
https://github.com/zopefoundation/zope.schema/
 "
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
 
 LICENSE="ZPL"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2023-03-17 Thread Michał Górny
commit: 28cfe151df772463dba3657eead40add851f7958
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 18:04:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 18:28:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cfe151

dev-python/zope-schema: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/zope-schema-7.0.1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/zope-schema/zope-schema-7.0.1.ebuild 
b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
index 4bd04351720d..9bc480a73519 100644
--- a/dev-python/zope-schema/zope-schema-7.0.1.ebuild
+++ b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
@@ -6,17 +6,15 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
 DESCRIPTION="Zope schema Architecture"
 HOMEPAGE="
https://pypi.org/project/zope.schema/
https://github.com/zopefoundation/zope.schema/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
+S=${WORKDIR}/${P/-/.}
 
 LICENSE="ZPL"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2023-02-03 Thread Michał Górny
commit: 12a14c46a6b2e6a5688e7d804862416ecc977944
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 12:33:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 12:35:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a14c46

dev-python/zope-schema: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  2 -
 dev-python/zope-schema/zope-schema-6.2.1.ebuild | 54 -
 dev-python/zope-schema/zope-schema-7.0.0.ebuild | 54 -
 3 files changed, 110 deletions(-)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 5be5d34c7196..825f6d1b4cf8 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,3 +1 @@
-DIST zope.schema-6.2.1.tar.gz 124649 BLAKE2B 
71ac712d3dbd6c9063ddc213263ce3a356f0ec757466cacdbc216af95cdb9de3ca7f891c203880f9f22612e01259491d83c49fcbe9985ecaabf1629ea14e12ea
 SHA512 
e3fabd3deabb4ac2087792be94b919b7c9a0f0c741316d6f67a42e24fe617091754183b32d8433664b6fa95569009def8e7e1e08f34013282b042eb32da323a6
-DIST zope.schema-7.0.0.tar.gz 108220 BLAKE2B 
01fd94d6d9b33af7ffc12ced2724fc795f0fa2dd8a76c76e06ed8af837778335cdc8a6d87e41e6e934b0df8e59b30e94f5e6c1b4752dcfaefcbbae53cbcef238
 SHA512 
27e796d2ed5f7b053c5ab4a23f455b72ddc4f0ce10c38c58f9974ec20abb97bf9d7f4b0c11c6ab73e9fefdc726c614155abb69b987bf3fa37d37b1224bcbc106
 DIST zope.schema-7.0.1.tar.gz 108737 BLAKE2B 
ca0d280186ebdaf53abc28bdb1684e31f97e4f4f9d235604702c2652bd4fa0a027d947f375ecee7aba598f072ce140908aaab3b107d6c743d6ee929db5de2fb5
 SHA512 
a8da9ac2e7239d15ed6cef83b4f500bca989c9ef2b7f1cd06ce532c260a8b8488b6fa42a6b2cfaeee505db87d3235f81815dc7eb80401c9e482141f8bf717e62

diff --git a/dev-python/zope-schema/zope-schema-6.2.1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.1.ebuild
deleted file mode 100644
index 4bd04351720d..
--- a/dev-python/zope-schema/zope-schema-6.2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Zope schema Architecture"
-HOMEPAGE="
-   https://pypi.org/project/zope.schema/
-   https://github.com/zopefoundation/zope.schema/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/zope-event[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
-   !dev-python/namespace-zope
-"
-BDEPEND="
-   test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # strip rdep specific to namespaces
-   sed -i -e "/'setuptools'/d" setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   distutils_write_namespace zope
-   eunittest
-}

diff --git a/dev-python/zope-schema/zope-schema-7.0.0.ebuild 
b/dev-python/zope-schema/zope-schema-7.0.0.ebuild
deleted file mode 100644
index 79170aa4eac0..
--- a/dev-python/zope-schema/zope-schema-7.0.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Zope schema Architecture"
-HOMEPAGE="
-   https://pypi.org/project/zope.schema/
-   https://github.com/zopefoundation/zope.schema/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   dev-python/zope-event[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
-   !dev-python/namespace-zope
-"
-BDEPEND="
-   test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # strip rdep specific to namespaces
-   sed -i -e "/'setuptools'/d" setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   distutils_write_namespace zope
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2023-02-03 Thread Arthur Zamarin
commit: c6097663628c2ddb9fc582537426a4a63d7a449c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 12:24:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 12:24:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6097663

dev-python/zope-schema: Stabilize 7.0.1 ALLARCHES, #893038

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zope-schema/zope-schema-7.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-7.0.1.ebuild 
b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
index 79170aa4eac0..4bd04351720d 100644
--- a/dev-python/zope-schema/zope-schema-7.0.1.ebuild
+++ b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/zope-event[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2023-01-02 Thread Michał Górny
commit: 2f0fc7ca53db6399c2779cf439476b8cfe5c54d8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  3 06:13:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  3 06:23:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0fc7ca

dev-python/zope-schema: Bump to 7.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-7.0.1.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index f78fac1abf2e..5be5d34c7196 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,2 +1,3 @@
 DIST zope.schema-6.2.1.tar.gz 124649 BLAKE2B 
71ac712d3dbd6c9063ddc213263ce3a356f0ec757466cacdbc216af95cdb9de3ca7f891c203880f9f22612e01259491d83c49fcbe9985ecaabf1629ea14e12ea
 SHA512 
e3fabd3deabb4ac2087792be94b919b7c9a0f0c741316d6f67a42e24fe617091754183b32d8433664b6fa95569009def8e7e1e08f34013282b042eb32da323a6
 DIST zope.schema-7.0.0.tar.gz 108220 BLAKE2B 
01fd94d6d9b33af7ffc12ced2724fc795f0fa2dd8a76c76e06ed8af837778335cdc8a6d87e41e6e934b0df8e59b30e94f5e6c1b4752dcfaefcbbae53cbcef238
 SHA512 
27e796d2ed5f7b053c5ab4a23f455b72ddc4f0ce10c38c58f9974ec20abb97bf9d7f4b0c11c6ab73e9fefdc726c614155abb69b987bf3fa37d37b1224bcbc106
+DIST zope.schema-7.0.1.tar.gz 108737 BLAKE2B 
ca0d280186ebdaf53abc28bdb1684e31f97e4f4f9d235604702c2652bd4fa0a027d947f375ecee7aba598f072ce140908aaab3b107d6c743d6ee929db5de2fb5
 SHA512 
a8da9ac2e7239d15ed6cef83b4f500bca989c9ef2b7f1cd06ce532c260a8b8488b6fa42a6b2cfaeee505db87d3235f81815dc7eb80401c9e482141f8bf717e62

diff --git a/dev-python/zope-schema/zope-schema-7.0.1.ebuild 
b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
new file mode 100644
index ..fe0606a32410
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-7.0.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Zope schema Architecture"
+HOMEPAGE="
+   https://pypi.org/project/zope.schema/
+   https://github.com/zopefoundation/zope.schema/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
+   !dev-python/namespace-zope
+"
+BDEPEND="
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # strip rdep specific to namespaces
+   sed -i -e "/'setuptools'/d" setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   distutils_write_namespace zope
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2023-01-02 Thread Michał Górny
commit: fabc12c53119d3c1d149e2061616059fe43486f8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  2 14:34:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  2 14:54:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabc12c5

dev-python/zope-schema: Bump to 7.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-7.0.0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 2edc8a5bc907..f78fac1abf2e 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1 +1,2 @@
 DIST zope.schema-6.2.1.tar.gz 124649 BLAKE2B 
71ac712d3dbd6c9063ddc213263ce3a356f0ec757466cacdbc216af95cdb9de3ca7f891c203880f9f22612e01259491d83c49fcbe9985ecaabf1629ea14e12ea
 SHA512 
e3fabd3deabb4ac2087792be94b919b7c9a0f0c741316d6f67a42e24fe617091754183b32d8433664b6fa95569009def8e7e1e08f34013282b042eb32da323a6
+DIST zope.schema-7.0.0.tar.gz 108220 BLAKE2B 
01fd94d6d9b33af7ffc12ced2724fc795f0fa2dd8a76c76e06ed8af837778335cdc8a6d87e41e6e934b0df8e59b30e94f5e6c1b4752dcfaefcbbae53cbcef238
 SHA512 
27e796d2ed5f7b053c5ab4a23f455b72ddc4f0ce10c38c58f9974ec20abb97bf9d7f4b0c11c6ab73e9fefdc726c614155abb69b987bf3fa37d37b1224bcbc106

diff --git a/dev-python/zope-schema/zope-schema-7.0.0.ebuild 
b/dev-python/zope-schema/zope-schema-7.0.0.ebuild
new file mode 100644
index ..fe0606a32410
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-7.0.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Zope schema Architecture"
+HOMEPAGE="
+   https://pypi.org/project/zope.schema/
+   https://github.com/zopefoundation/zope.schema/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
+   !dev-python/namespace-zope
+"
+BDEPEND="
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # strip rdep specific to namespaces
+   sed -i -e "/'setuptools'/d" setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   distutils_write_namespace zope
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-10-22 Thread Michał Górny
commit: 4387df460b596989bb13e9dabfb65f8f6b32fc23
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 22 15:52:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 22 15:53:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4387df46

dev-python/zope-schema: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest|  1 -
 dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 1ae6fb9c5c85..2edc8a5bc907 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,2 +1 @@
-DIST zope.schema-6.2.0.tar.gz 104068 BLAKE2B 
10d300b925f57a028b40bbcdfd7b0eb330815b63c86d6ded60fb594d549b1459cb67a99bd19e6d1782104a8bab204d8033ce422b5f9ebddb00e2fdfc1ab7d529
 SHA512 
f3083e4fc1dc54160c38cf7033519f9f37fef3e39f2f15b53fc4475d0989932448a018d77f8562870f4df85c5bf35bc756aec97868cd35ca07b733cf5796f00f
 DIST zope.schema-6.2.1.tar.gz 124649 BLAKE2B 
71ac712d3dbd6c9063ddc213263ce3a356f0ec757466cacdbc216af95cdb9de3ca7f891c203880f9f22612e01259491d83c49fcbe9985ecaabf1629ea14e12ea
 SHA512 
e3fabd3deabb4ac2087792be94b919b7c9a0f0c741316d6f67a42e24fe617091754183b32d8433664b6fa95569009def8e7e1e08f34013282b042eb32da323a6

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
deleted file mode 100644
index 27ac8e5cd6eb..
--- a/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Zope schema Architecture"
-HOMEPAGE="
-   https://pypi.org/project/zope.schema/
-   https://github.com/zopefoundation/zope.schema/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/zope-event[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
-   !dev-python/namespace-zope
-"
-BDEPEND="
-   test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # strip rdep specific to namespaces
-   sed -i -e "/'setuptools'/d" setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   distutils_write_namespace zope
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-10-22 Thread Arthur Zamarin
commit: 106d67260313d9f9ed9dc982af382d7beb3ea869
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 22 15:49:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 22 15:49:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106d6726

dev-python/zope-schema: Stabilize 6.2.1 ALLARCHES, #878009

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zope-schema/zope-schema-6.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.2.1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.1.ebuild
index 8157f0091af8..27ac8e5cd6eb 100644
--- a/dev-python/zope-schema/zope-schema-6.2.1.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/zope-event[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-09-15 Thread Arthur Zamarin
commit: 9f26a0ba54bb0e377b6e9159dc79876376677423
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 15 17:47:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 15 19:55:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f26a0ba

dev-python/zope-schema: add 6.2.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-6.2.1.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 77b5b037d689..1ae6fb9c5c85 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1 +1,2 @@
 DIST zope.schema-6.2.0.tar.gz 104068 BLAKE2B 
10d300b925f57a028b40bbcdfd7b0eb330815b63c86d6ded60fb594d549b1459cb67a99bd19e6d1782104a8bab204d8033ce422b5f9ebddb00e2fdfc1ab7d529
 SHA512 
f3083e4fc1dc54160c38cf7033519f9f37fef3e39f2f15b53fc4475d0989932448a018d77f8562870f4df85c5bf35bc756aec97868cd35ca07b733cf5796f00f
+DIST zope.schema-6.2.1.tar.gz 124649 BLAKE2B 
71ac712d3dbd6c9063ddc213263ce3a356f0ec757466cacdbc216af95cdb9de3ca7f891c203880f9f22612e01259491d83c49fcbe9985ecaabf1629ea14e12ea
 SHA512 
e3fabd3deabb4ac2087792be94b919b7c9a0f0c741316d6f67a42e24fe617091754183b32d8433664b6fa95569009def8e7e1e08f34013282b042eb32da323a6

diff --git a/dev-python/zope-schema/zope-schema-6.2.1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.1.ebuild
new file mode 100644
index ..8157f0091af8
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-6.2.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Zope schema Architecture"
+HOMEPAGE="
+   https://pypi.org/project/zope.schema/
+   https://github.com/zopefoundation/zope.schema/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
+   !dev-python/namespace-zope
+"
+BDEPEND="
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # strip rdep specific to namespaces
+   sed -i -e "/'setuptools'/d" setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   distutils_write_namespace zope
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-06-17 Thread Arthur Zamarin
commit: 3244a0f74df0cb35f85bb63d355c653e7ca0651a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 17 11:03:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 17 11:21:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3244a0f7

dev-python/zope-schema: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
index e43531a8e91f..27ac8e5cd6eb 100644
--- a/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-04-22 Thread Michał Górny
commit: 099bcb7738909760eac2f75d5479d30933b7b42a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 22 15:35:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 22 15:35:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099bcb77

dev-python/zope-schema: Add a blocker on namespace-zope

Signed-off-by: Michał Górny  gentoo.org>

 .../{zope-schema-6.2.0-r1.ebuild => zope-schema-6.2.0-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
similarity index 97%
rename from dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
rename to dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
index e83c45a5915b..e43531a8e91f 100644
--- a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
@@ -25,6 +25,7 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 RDEPEND="
dev-python/zope-event[${PYTHON_USEDEP}]
>=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
+   !dev-python/namespace-zope
 "
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-04-22 Thread Arthur Zamarin
commit: 9b9ba9617f647dafb5897b4b9bfe67947d3b6358
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 22 15:11:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 22 15:11:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9ba961

dev-python/zope-schema: Stabilize 6.2.0-r1 x86, #839699

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
index 136c5d729c8b..e83c45a5915b 100644
--- a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/zope-event[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-04-22 Thread Arthur Zamarin
commit: a89d19bbb936e4060c4146626588f01ae59a7427
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 22 15:10:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 22 15:10:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89d19bb

dev-python/zope-schema: Stabilize 6.2.0-r1 arm64, #839699

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
index 3657288c1276..e0a56bb2b024 100644
--- a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/zope-event[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-04-22 Thread Arthur Zamarin
commit: 2de1662131510ad78b00cfc7e14a50c08a384f4f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 22 15:11:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 22 15:11:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de16621

dev-python/zope-schema: Stabilize 6.2.0-r1 amd64, #839699

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
index e0a56bb2b024..136c5d729c8b 100644
--- a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/zope-event[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-04-11 Thread Michał Górny
commit: e62b3abda82668cb8884ae974bd4a08f072460b3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 11 18:43:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 11 19:58:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62b3abd

dev-python/zope-schema: Use distutils_write_namespace

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
index b3e6ad9b6e45..3657288c1276 100644
--- a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
@@ -48,11 +48,6 @@ python_compile() {
 
 python_test() {
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   # this is needed to keep the tests working while
-   # dev-python/namespace-zope is still installed
-   cat > zope/__init__.py <<-EOF || die
-   __path__ = __import__('pkgutil').extend_path(__path__, __name__)
-   EOF
+   distutils_write_namespace zope
eunittest
-   rm zope/__init__.py || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-04-09 Thread Jakov Smolić
commit: df76a509bb91168022e58878afa1010daa8d3c22
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Apr  9 21:46:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Apr  9 21:46:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df76a509

dev-python/zope-schema: Keyword 6.2.0-r1 riscv, #837527

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
index cbd811826980..b3e6ad9b6e45 100644
--- a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/zope-event[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-04-09 Thread Michał Górny
commit: da61b36d435a2548da9587a6283fbeb3d28575e0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  9 20:12:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  9 20:23:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da61b36d

dev-python/zope-schema: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 -
 dev-python/zope-schema/zope-schema-6.1.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 4d2882d2d3dc..77b5b037d689 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,2 +1 @@
-DIST zope.schema-6.1.1.tar.gz 108603 BLAKE2B 
9e2d4c48431408fd66c236fad44627f15443e29ff0c4af0a0734c3a1a9dfaee6c772463a7a121112b151699c184d39e307485a981ddb3e13f2f81c7c71543500
 SHA512 
af51f02818509eacdd558ee04c15bcf4e80321069b8c4a33636d520a8af7509e8d01b391fc1d327fc980ac27388f4e303a870afc5c4f9b5ff0770311a4f26978
 DIST zope.schema-6.2.0.tar.gz 104068 BLAKE2B 
10d300b925f57a028b40bbcdfd7b0eb330815b63c86d6ded60fb594d549b1459cb67a99bd19e6d1782104a8bab204d8033ce422b5f9ebddb00e2fdfc1ab7d529
 SHA512 
f3083e4fc1dc54160c38cf7033519f9f37fef3e39f2f15b53fc4475d0989932448a018d77f8562870f4df85c5bf35bc756aec97868cd35ca07b733cf5796f00f

diff --git a/dev-python/zope-schema/zope-schema-6.1.1.ebuild 
b/dev-python/zope-schema/zope-schema-6.1.1.ebuild
deleted file mode 100644
index 4f5e20c9cfe1..
--- a/dev-python/zope-schema/zope-schema-6.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-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/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-   dev-python/zope-event[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest src
-}
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2022-04-09 Thread Michał Górny
commit: 5f7acbfd50e9808c1461313e00c40c8b8a35c1bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  9 20:15:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  9 20:23:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7acbfd

dev-python/zope-schema: PEP517, remove namespace dep

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild | 58 ++
 dev-python/zope-schema/zope-schema-6.2.0.ebuild| 43 
 2 files changed, 58 insertions(+), 43 deletions(-)

diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
new file mode 100644
index ..cbd811826980
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Zope schema Architecture"
+HOMEPAGE="
+   https://pypi.org/project/zope.schema/
+   https://github.com/zopefoundation/zope.schema/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # strip rdep specific to namespaces
+   sed -i -e "/'setuptools'/d" setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   # this is needed to keep the tests working while
+   # dev-python/namespace-zope is still installed
+   cat > zope/__init__.py <<-EOF || die
+   __path__ = __import__('pkgutil').extend_path(__path__, __name__)
+   EOF
+   eunittest
+   rm zope/__init__.py || die
+}

diff --git a/dev-python/zope-schema/zope-schema-6.2.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0.ebuild
deleted file mode 100644
index 4f5e20c9cfe1..
--- a/dev-python/zope-schema/zope-schema-6.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-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/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-   dev-python/zope-event[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest src
-}
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2021-10-18 Thread Michał Górny
commit: 1a92610dc3ad0890407f7e116316cd6a1752ff0d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 18 07:25:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 18 07:35:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a92610d

dev-python/zope-schema: Bump to 6.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-6.2.0.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index d123e1333de..4d2882d2d3d 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1 +1,2 @@
 DIST zope.schema-6.1.1.tar.gz 108603 BLAKE2B 
9e2d4c48431408fd66c236fad44627f15443e29ff0c4af0a0734c3a1a9dfaee6c772463a7a121112b151699c184d39e307485a981ddb3e13f2f81c7c71543500
 SHA512 
af51f02818509eacdd558ee04c15bcf4e80321069b8c4a33636d520a8af7509e8d01b391fc1d327fc980ac27388f4e303a870afc5c4f9b5ff0770311a4f26978
+DIST zope.schema-6.2.0.tar.gz 104068 BLAKE2B 
10d300b925f57a028b40bbcdfd7b0eb330815b63c86d6ded60fb594d549b1459cb67a99bd19e6d1782104a8bab204d8033ce422b5f9ebddb00e2fdfc1ab7d529
 SHA512 
f3083e4fc1dc54160c38cf7033519f9f37fef3e39f2f15b53fc4475d0989932448a018d77f8562870f4df85c5bf35bc756aec97868cd35ca07b733cf5796f00f

diff --git a/dev-python/zope-schema/zope-schema-6.2.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.2.0.ebuild
new file mode 100644
index 000..4f5e20c9cfe
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-6.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+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/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest src
+}
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2021-10-17 Thread Michał Górny
commit: b793e31f52d41cec80b54ad6fe04ca14ff27fc3c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 09:43:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 09:43:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b793e31f

dev-python/zope-schema: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 -
 dev-python/zope-schema/zope-schema-6.1.0.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 55500d81079..d123e1333de 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,2 +1 @@
-DIST zope.schema-6.1.0.tar.gz 103042 BLAKE2B 
1892e5724b6f947cda40567f0694821d49ee66239af51d13d331dbb55b8251352670a7b37ff77ad6b36da7c18a8614338364e43f1fcf92464121d6b5daf65985
 SHA512 
a832bc779195dc3f1ce812610adc97205a4074c9523d70ee4019e03285f7d94df24f165a834e65cf26b06fc48754b76189299e58af5d4888a4abb15dc0d64ec0
 DIST zope.schema-6.1.1.tar.gz 108603 BLAKE2B 
9e2d4c48431408fd66c236fad44627f15443e29ff0c4af0a0734c3a1a9dfaee6c772463a7a121112b151699c184d39e307485a981ddb3e13f2f81c7c71543500
 SHA512 
af51f02818509eacdd558ee04c15bcf4e80321069b8c4a33636d520a8af7509e8d01b391fc1d327fc980ac27388f4e303a870afc5c4f9b5ff0770311a4f26978

diff --git a/dev-python/zope-schema/zope-schema-6.1.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.1.0.ebuild
deleted file mode 100644
index 26909a7d20b..000
--- a/dev-python/zope-schema/zope-schema-6.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-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/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-   dev-python/zope-event[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest src
-}
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2021-10-14 Thread Michał Górny
commit: c779208c2d5d0c3f8460f96e749488701a4aad55
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 14 06:18:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 14 07:51:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c779208c

dev-python/zope-schema: Bump to 6.1.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-6.1.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index a88f0390965..55500d81079 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1 +1,2 @@
 DIST zope.schema-6.1.0.tar.gz 103042 BLAKE2B 
1892e5724b6f947cda40567f0694821d49ee66239af51d13d331dbb55b8251352670a7b37ff77ad6b36da7c18a8614338364e43f1fcf92464121d6b5daf65985
 SHA512 
a832bc779195dc3f1ce812610adc97205a4074c9523d70ee4019e03285f7d94df24f165a834e65cf26b06fc48754b76189299e58af5d4888a4abb15dc0d64ec0
+DIST zope.schema-6.1.1.tar.gz 108603 BLAKE2B 
9e2d4c48431408fd66c236fad44627f15443e29ff0c4af0a0734c3a1a9dfaee6c772463a7a121112b151699c184d39e307485a981ddb3e13f2f81c7c71543500
 SHA512 
af51f02818509eacdd558ee04c15bcf4e80321069b8c4a33636d520a8af7509e8d01b391fc1d327fc980ac27388f4e303a870afc5c4f9b5ff0770311a4f26978

diff --git a/dev-python/zope-schema/zope-schema-6.1.1.ebuild 
b/dev-python/zope-schema/zope-schema-6.1.1.ebuild
new file mode 100644
index 000..4f5e20c9cfe
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-6.1.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+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/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest src
+}
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2021-09-22 Thread Arthur Zamarin
commit: 93791129b5587c350407cfca23413d376545c75e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 22 13:18:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 22 13:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93791129

dev-python/zope-schema: enable py3.10, fix tests discovery

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/zope-schema/zope-schema-6.1.0.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/zope-schema/zope-schema-6.1.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.1.0.ebuild
index f137c80de51..26909a7d20b 100644
--- a/dev-python/zope-schema/zope-schema-6.1.0.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ 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"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
@@ -27,10 +27,13 @@ BDEPEND="
test? (
dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
dev-python/zope-testing[${PYTHON_USEDEP}]
-   dev-python/zope-testrunner[${PYTHON_USEDEP}]
)"
 
-distutils_enable_tests setup.py
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest src
+}
 
 python_install_all() {
distutils-r1_python_install_all



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2021-05-31 Thread Michał Górny
commit: 6736d859a28e9dd85c2af3f465375129ab49053d
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 31 08:51:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 12:08:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6736d859

dev-python/zope-schema: drop 6.0.0, 6.0.1

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  2 --
 dev-python/zope-schema/zope-schema-6.0.0.ebuild | 38 ---
 dev-python/zope-schema/zope-schema-6.0.1.ebuild | 40 -
 3 files changed, 80 deletions(-)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 709b858f060..a88f0390965 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,3 +1 @@
-DIST zope.schema-6.0.0.tar.gz 110343 BLAKE2B 
8dad6fcbd5bf3ef5902657bb7cfc4d31509cf8b74be3e44ec2a5977dc998bbe9b2605dd0edd85aec7f5e67e5e4e7ea6e9ddde2e63f5d56226dfead804e10eb61
 SHA512 
3258e6b2bf97485b9496f19319ef5af9a1e908b6c2661c27f45cfd64057597cfd514acbe79d86ddda1b80e66be45a10680fc3d9e662513b360d5f047917735d8
-DIST zope.schema-6.0.1.tar.gz 108325 BLAKE2B 
4e23b2a864ce8ca650d71723f2ec89f04e05e7739cbe6b236ebdd4ffe80261a75faac414ae411b1ea525f93375f8eb4b6eb1e6186e04d225467b729f5c630b77
 SHA512 
c8b9182975b1f2834827877c725a8d0c800bf3cbed9dce2625bb3e1715c0fb7d346b8206f47a96994fa79240a0cb30c4aa38cea56f9ecb79351fd97e0bc021ba
 DIST zope.schema-6.1.0.tar.gz 103042 BLAKE2B 
1892e5724b6f947cda40567f0694821d49ee66239af51d13d331dbb55b8251352670a7b37ff77ad6b36da7c18a8614338364e43f1fcf92464121d6b5daf65985
 SHA512 
a832bc779195dc3f1ce812610adc97205a4074c9523d70ee4019e03285f7d94df24f165a834e65cf26b06fc48754b76189299e58af5d4888a4abb15dc0d64ec0

diff --git a/dev-python/zope-schema/zope-schema-6.0.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
deleted file mode 100644
index 4965c44542f..000
--- a/dev-python/zope-schema/zope-schema-6.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-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"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="dev-python/zope-event[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   dev-python/zope-testrunner[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests setup.py
-
-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
-}

diff --git a/dev-python/zope-schema/zope-schema-6.0.1.ebuild 
b/dev-python/zope-schema/zope-schema-6.0.1.ebuild
deleted file mode 100644
index f137c80de51..000
--- a/dev-python/zope-schema/zope-schema-6.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-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"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-   dev-python/zope-event[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   dev-python/zope-testrunner[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2021-03-02 Thread Sam James
commit: 89e558780411f34dbf1821006229baf5dc36d3ce
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 07:47:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 08:40:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e55878

dev-python/zope-schema: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-python/zope-schema/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/zope-schema/metadata.xml 
b/dev-python/zope-schema/metadata.xml
index b32ba1f3328..97cab3033d2 100644
--- a/dev-python/zope-schema/metadata.xml
+++ b/dev-python/zope-schema/metadata.xml
@@ -8,6 +8,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

zopefoundation/zope.schema
zope.schema



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2021-02-09 Thread Michał Górny
commit: 6727745956169cee1908416075dc908f62b0eff7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  9 12:35:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  9 13:13:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67277459

dev-python/zope-schema: Bump to 6.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-6.1.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index be25e444d9c..709b858f060 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,2 +1,3 @@
 DIST zope.schema-6.0.0.tar.gz 110343 BLAKE2B 
8dad6fcbd5bf3ef5902657bb7cfc4d31509cf8b74be3e44ec2a5977dc998bbe9b2605dd0edd85aec7f5e67e5e4e7ea6e9ddde2e63f5d56226dfead804e10eb61
 SHA512 
3258e6b2bf97485b9496f19319ef5af9a1e908b6c2661c27f45cfd64057597cfd514acbe79d86ddda1b80e66be45a10680fc3d9e662513b360d5f047917735d8
 DIST zope.schema-6.0.1.tar.gz 108325 BLAKE2B 
4e23b2a864ce8ca650d71723f2ec89f04e05e7739cbe6b236ebdd4ffe80261a75faac414ae411b1ea525f93375f8eb4b6eb1e6186e04d225467b729f5c630b77
 SHA512 
c8b9182975b1f2834827877c725a8d0c800bf3cbed9dce2625bb3e1715c0fb7d346b8206f47a96994fa79240a0cb30c4aa38cea56f9ecb79351fd97e0bc021ba
+DIST zope.schema-6.1.0.tar.gz 103042 BLAKE2B 
1892e5724b6f947cda40567f0694821d49ee66239af51d13d331dbb55b8251352670a7b37ff77ad6b36da7c18a8614338364e43f1fcf92464121d6b5daf65985
 SHA512 
a832bc779195dc3f1ce812610adc97205a4074c9523d70ee4019e03285f7d94df24f165a834e65cf26b06fc48754b76189299e58af5d4888a4abb15dc0d64ec0

diff --git a/dev-python/zope-schema/zope-schema-6.1.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.1.0.ebuild
new file mode 100644
index 000..f137c80de51
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-6.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+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"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   dev-python/zope-testrunner[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2021-01-25 Thread Michał Górny
commit: 003d5dbd50befe69189ec1bce24f822ea8fcb75d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 25 20:30:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 25 20:43:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003d5dbd

dev-python/zope-schema: Bump to 6.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-6.0.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 171d703a8e5..be25e444d9c 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1 +1,2 @@
 DIST zope.schema-6.0.0.tar.gz 110343 BLAKE2B 
8dad6fcbd5bf3ef5902657bb7cfc4d31509cf8b74be3e44ec2a5977dc998bbe9b2605dd0edd85aec7f5e67e5e4e7ea6e9ddde2e63f5d56226dfead804e10eb61
 SHA512 
3258e6b2bf97485b9496f19319ef5af9a1e908b6c2661c27f45cfd64057597cfd514acbe79d86ddda1b80e66be45a10680fc3d9e662513b360d5f047917735d8
+DIST zope.schema-6.0.1.tar.gz 108325 BLAKE2B 
4e23b2a864ce8ca650d71723f2ec89f04e05e7739cbe6b236ebdd4ffe80261a75faac414ae411b1ea525f93375f8eb4b6eb1e6186e04d225467b729f5c630b77
 SHA512 
c8b9182975b1f2834827877c725a8d0c800bf3cbed9dce2625bb3e1715c0fb7d346b8206f47a96994fa79240a0cb30c4aa38cea56f9ecb79351fd97e0bc021ba

diff --git a/dev-python/zope-schema/zope-schema-6.0.1.ebuild 
b/dev-python/zope-schema/zope-schema-6.0.1.ebuild
new file mode 100644
index 000..f137c80de51
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-6.0.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+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"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   dev-python/zope-testrunner[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2020-10-16 Thread Michał Górny
commit: 602176f88d65b81c45c2c721b25136f1cc6d149a
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 17:39:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602176f8

dev-python/zope-schema: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/749128
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/zope-schema-6.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.0.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
index c7a777c6d32..948e40c240c 100644
--- a/dev-python/zope-schema/zope-schema-6.0.0.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2020-08-22 Thread Michał Górny
commit: 251b301b0a89f9773e389f08421c375afdb86c1b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 22 07:09:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 22 07:09:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251b301b

dev-python/zope-schema: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 -
 dev-python/zope-schema/zope-schema-4.9.3.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 99f3e46e5a9..171d703a8e5 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,2 +1 @@
-DIST zope.schema-4.9.3.tar.gz 98217 BLAKE2B 
9b3288bf8b07174fbbd919398cc441f5585671e312651f9cbcbbab9f885af67f5f8e954d70bd4787e8f17bd465f8152c685b894188d05a0663344fb8b3c70569
 SHA512 
63cdf431ba2aa79eb5771f99cf0a60932182edae00a63873f96cc02c70f826d23c72ecabd736d0f6439d63af900b4ee2c05246eabe0b1689b01bc15a09648504
 DIST zope.schema-6.0.0.tar.gz 110343 BLAKE2B 
8dad6fcbd5bf3ef5902657bb7cfc4d31509cf8b74be3e44ec2a5977dc998bbe9b2605dd0edd85aec7f5e67e5e4e7ea6e9ddde2e63f5d56226dfead804e10eb61
 SHA512 
3258e6b2bf97485b9496f19319ef5af9a1e908b6c2661c27f45cfd64057597cfd514acbe79d86ddda1b80e66be45a10680fc3d9e662513b360d5f047917735d8

diff --git a/dev-python/zope-schema/zope-schema-4.9.3.ebuild 
b/dev-python/zope-schema/zope-schema-4.9.3.ebuild
deleted file mode 100644
index 0eee5d3b004..000
--- a/dev-python/zope-schema/zope-schema-4.9.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-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"
-
-RDEPEND="dev-python/zope-event[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   dev-python/zope-testrunner[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2020-08-18 Thread Sam James
commit: a2fed61f11714618df99ab51508deee82791377a
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 18 15:08:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 18 15:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fed61f

dev-python/zope-schema: restore Python 3.6

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Sam James  gentoo.org>

 dev-python/zope-schema/zope-schema-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-6.0.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
index a1f94c6b6f3..c7a777c6d32 100644
--- a/dev-python/zope-schema/zope-schema-6.0.0.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2020-08-18 Thread Sam James
commit: d50cae8bcd0f72a470e41b31ea6b65738ad96d6d
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 16 06:53:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 18 14:58:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50cae8b

dev-python/zope-schema: bump to 6.0.0

Add Python 3.9 support.

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-6.0.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 430f6bebb8f..99f3e46e5a9 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1 +1,2 @@
 DIST zope.schema-4.9.3.tar.gz 98217 BLAKE2B 
9b3288bf8b07174fbbd919398cc441f5585671e312651f9cbcbbab9f885af67f5f8e954d70bd4787e8f17bd465f8152c685b894188d05a0663344fb8b3c70569
 SHA512 
63cdf431ba2aa79eb5771f99cf0a60932182edae00a63873f96cc02c70f826d23c72ecabd736d0f6439d63af900b4ee2c05246eabe0b1689b01bc15a09648504
+DIST zope.schema-6.0.0.tar.gz 110343 BLAKE2B 
8dad6fcbd5bf3ef5902657bb7cfc4d31509cf8b74be3e44ec2a5977dc998bbe9b2605dd0edd85aec7f5e67e5e4e7ea6e9ddde2e63f5d56226dfead804e10eb61
 SHA512 
3258e6b2bf97485b9496f19319ef5af9a1e908b6c2661c27f45cfd64057597cfd514acbe79d86ddda1b80e66be45a10680fc3d9e662513b360d5f047917735d8

diff --git a/dev-python/zope-schema/zope-schema-6.0.0.ebuild 
b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
new file mode 100644
index 000..a1f94c6b6f3
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+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"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   dev-python/zope-testrunner[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2020-08-02 Thread Michał Górny
commit: 4de9c71f3814cfe04a24bb7a090d3a7ccf3c39f6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 09:32:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 09:32:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de9c71f

dev-python/zope-schema: Remove py2.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/zope-schema-4.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-4.9.3.ebuild 
b/dev-python/zope-schema/zope-schema-4.9.3.ebuild
index d1f836d2561..0eee5d3b004 100644
--- a/dev-python/zope-schema/zope-schema-4.9.3.ebuild
+++ b/dev-python/zope-schema/zope-schema-4.9.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2020-03-29 Thread Michał Górny
commit: ef57e2ffb66e4f7c9dc13c5aa037378ab2865eac
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 12:17:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 12:20:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef57e2ff

dev-python/zope-schema: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 -
 dev-python/zope-schema/zope-schema-4.5.0.ebuild | 32 -
 2 files changed, 33 deletions(-)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index 91b39ce7c47..430f6bebb8f 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1,2 +1 @@
-DIST zope.schema-4.5.0.tar.gz 76962 BLAKE2B 
2ce5ddc674381bc5270865e141196e3edd10a6ad8f96a191d9bc603c99305e186f3cda9f92cd565c1f4956b4c68f2ab083187a85dabc6dae4a3c2e25cc6dbc73
 SHA512 
77f3f65a3d0b52f770a381d869b254f5457223b5fdda4b031e9531c57664dd151b4dc293d3cdc6dff5cad58d656d951e0d964fad9521100b7e007b4c15e52740
 DIST zope.schema-4.9.3.tar.gz 98217 BLAKE2B 
9b3288bf8b07174fbbd919398cc441f5585671e312651f9cbcbbab9f885af67f5f8e954d70bd4787e8f17bd465f8152c685b894188d05a0663344fb8b3c70569
 SHA512 
63cdf431ba2aa79eb5771f99cf0a60932182edae00a63873f96cc02c70f826d23c72ecabd736d0f6439d63af900b4ee2c05246eabe0b1689b01bc15a09648504

diff --git a/dev-python/zope-schema/zope-schema-4.5.0.ebuild 
b/dev-python/zope-schema/zope-schema-4.5.0.ebuild
deleted file mode 100644
index 6c0579015af..000
--- a/dev-python/zope-schema/zope-schema-4.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2020-01-12 Thread Matthew Thode
commit: 65888990547a89a071d2bb565290be5d40ede645
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 12 20:16:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan 12 20:19:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65888990

dev-python/zope-schema: add arm/arm64/ppc64 keywords underallarches

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/zope-schema/zope-schema-4.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-schema/zope-schema-4.9.3.ebuild 
b/dev-python/zope-schema/zope-schema-4.9.3.ebuild
index 7021a447da4..d1f836d2561 100644
--- a/dev-python/zope-schema/zope-schema-4.9.3.ebuild
+++ b/dev-python/zope-schema/zope-schema-4.9.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="dev-python/zope-event[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2019-11-30 Thread Michał Górny
commit: ff660eeeb187ec597f3009c5c0fc8b10f225fbe8
Author: Zamarin Arthur  gmail  com>
AuthorDate: Wed Nov 13 10:45:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 30 08:28:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff660eee

dev-python/zope-schema: bump v4.9.3, EAPI=7

add python 3_7, python3_8
add tests
use distutils_enable_tests for tests

Closes: https://bugs.gentoo.org/691534

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zope-schema/Manifest |  1 +
 dev-python/zope-schema/zope-schema-4.9.3.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
index adb5eda16f9..91b39ce7c47 100644
--- a/dev-python/zope-schema/Manifest
+++ b/dev-python/zope-schema/Manifest
@@ -1 +1,2 @@
 DIST zope.schema-4.5.0.tar.gz 76962 BLAKE2B 
2ce5ddc674381bc5270865e141196e3edd10a6ad8f96a191d9bc603c99305e186f3cda9f92cd565c1f4956b4c68f2ab083187a85dabc6dae4a3c2e25cc6dbc73
 SHA512 
77f3f65a3d0b52f770a381d869b254f5457223b5fdda4b031e9531c57664dd151b4dc293d3cdc6dff5cad58d656d951e0d964fad9521100b7e007b4c15e52740
+DIST zope.schema-4.9.3.tar.gz 98217 BLAKE2B 
9b3288bf8b07174fbbd919398cc441f5585671e312651f9cbcbbab9f885af67f5f8e954d70bd4787e8f17bd465f8152c685b894188d05a0663344fb8b3c70569
 SHA512 
63cdf431ba2aa79eb5771f99cf0a60932182edae00a63873f96cc02c70f826d23c72ecabd736d0f6439d63af900b4ee2c05246eabe0b1689b01bc15a09648504

diff --git a/dev-python/zope-schema/zope-schema-4.9.3.ebuild 
b/dev-python/zope-schema/zope-schema-4.9.3.ebuild
new file mode 100644
index 000..2350510ec5a
--- /dev/null
+++ b/dev-python/zope-schema/zope-schema-4.9.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+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 ~x86"
+
+RDEPEND="dev-python/zope-event[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   dev-python/zope-testrunner[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/

2017-12-10 Thread Matt Thode
commit: 5324eab0001f715a8f01a2e087c624e2cb3bd8a6
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Dec 11 03:31:08 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Dec 11 03:48:36 2017 +
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 000..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 000..b32ba1f3328
--- /dev/null
+++ b/dev-python/zope-schema/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   zopefoundation/zope.schema
+   zope.schema
+   
+

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