Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/
Date: Mon, 31 May 2021 12:09:49
Message-Id: 1622462919.6736d859a28e9dd85c2af3f465375129ab49053d.mgorny@gentoo
1 commit: 6736d859a28e9dd85c2af3f465375129ab49053d
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 08:51:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 12:08:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6736d859
7
8 dev-python/zope-schema: drop 6.0.0, 6.0.1
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/zope-schema/Manifest | 2 --
14 dev-python/zope-schema/zope-schema-6.0.0.ebuild | 38 -----------------------
15 dev-python/zope-schema/zope-schema-6.0.1.ebuild | 40 -------------------------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest
19 index 709b858f060..a88f0390965 100644
20 --- a/dev-python/zope-schema/Manifest
21 +++ b/dev-python/zope-schema/Manifest
22 @@ -1,3 +1 @@
23 -DIST zope.schema-6.0.0.tar.gz 110343 BLAKE2B 8dad6fcbd5bf3ef5902657bb7cfc4d31509cf8b74be3e44ec2a5977dc998bbe9b2605dd0edd85aec7f5e67e5e4e7ea6e9ddde2e63f5d56226dfead804e10eb61 SHA512 3258e6b2bf97485b9496f19319ef5af9a1e908b6c2661c27f45cfd64057597cfd514acbe79d86ddda1b80e66be45a10680fc3d9e662513b360d5f047917735d8
24 -DIST zope.schema-6.0.1.tar.gz 108325 BLAKE2B 4e23b2a864ce8ca650d71723f2ec89f04e05e7739cbe6b236ebdd4ffe80261a75faac414ae411b1ea525f93375f8eb4b6eb1e6186e04d225467b729f5c630b77 SHA512 c8b9182975b1f2834827877c725a8d0c800bf3cbed9dce2625bb3e1715c0fb7d346b8206f47a96994fa79240a0cb30c4aa38cea56f9ecb79351fd97e0bc021ba
25 DIST zope.schema-6.1.0.tar.gz 103042 BLAKE2B 1892e5724b6f947cda40567f0694821d49ee66239af51d13d331dbb55b8251352670a7b37ff77ad6b36da7c18a8614338364e43f1fcf92464121d6b5daf65985 SHA512 a832bc779195dc3f1ce812610adc97205a4074c9523d70ee4019e03285f7d94df24f165a834e65cf26b06fc48754b76189299e58af5d4888a4abb15dc0d64ec0
26
27 diff --git a/dev-python/zope-schema/zope-schema-6.0.0.ebuild b/dev-python/zope-schema/zope-schema-6.0.0.ebuild
28 deleted file mode 100644
29 index 4965c44542f..00000000000
30 --- a/dev-python/zope-schema/zope-schema-6.0.0.ebuild
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -MY_PN=${PN/-/.}
44 -MY_P=${MY_PN}-${PV}
45 -
46 -DESCRIPTION="Zope schema Architecture"
47 -HOMEPAGE="https://github.com/zopefoundation/zope.schema http://docs.zope.org/zope.schema/"
48 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
49 -S="${WORKDIR}/${MY_P}"
50 -
51 -LICENSE="ZPL"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
54 -
55 -RDEPEND="dev-python/zope-event[${PYTHON_USEDEP}]
56 - >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
57 -BDEPEND="test? (
58 - dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
59 - dev-python/zope-testing[${PYTHON_USEDEP}]
60 - dev-python/zope-testrunner[${PYTHON_USEDEP}]
61 - )"
62 -
63 -distutils_enable_tests setup.py
64 -
65 -python_install_all() {
66 - distutils-r1_python_install_all
67 -
68 - # remove .pth files since dev-python/namespace-zope handles the ns
69 - find "${D}" -name '*.pth' -delete || die
70 -}
71
72 diff --git a/dev-python/zope-schema/zope-schema-6.0.1.ebuild b/dev-python/zope-schema/zope-schema-6.0.1.ebuild
73 deleted file mode 100644
74 index f137c80de51..00000000000
75 --- a/dev-python/zope-schema/zope-schema-6.0.1.ebuild
76 +++ /dev/null
77 @@ -1,40 +0,0 @@
78 -# Copyright 1999-2021 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=7
82 -
83 -DISTUTILS_USE_SETUPTOOLS=rdepend
84 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
85 -
86 -inherit distutils-r1
87 -
88 -MY_PN=${PN/-/.}
89 -MY_P=${MY_PN}-${PV}
90 -
91 -DESCRIPTION="Zope schema Architecture"
92 -HOMEPAGE="https://github.com/zopefoundation/zope.schema http://docs.zope.org/zope.schema/"
93 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
94 -S="${WORKDIR}/${MY_P}"
95 -
96 -LICENSE="ZPL"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
99 -
100 -RDEPEND="
101 - dev-python/zope-event[${PYTHON_USEDEP}]
102 - >=dev-python/zope-interface-5.0.0[${PYTHON_USEDEP}]"
103 -BDEPEND="
104 - test? (
105 - dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
106 - dev-python/zope-testing[${PYTHON_USEDEP}]
107 - dev-python/zope-testrunner[${PYTHON_USEDEP}]
108 - )"
109 -
110 -distutils_enable_tests setup.py
111 -
112 -python_install_all() {
113 - distutils-r1_python_install_all
114 -
115 - # remove .pth files since dev-python/namespace-zope handles the ns
116 - find "${D}" -name '*.pth' -delete || die
117 -}