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-i18nmessageid/
Date: Sun, 29 Mar 2020 12:22:15
Message-Id: 1585484410.b8a3348f844152919ca551bb0c4fe5470006dcb8.mgorny@gentoo
1 commit: b8a3348f844152919ca551bb0c4fe5470006dcb8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:15:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:20:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a3348f
7
8 dev-python/zope-i18nmessageid: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zope-i18nmessageid/Manifest | 1 -
13 .../zope-i18nmessageid-4.1.0.ebuild | 30 ----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-python/zope-i18nmessageid/Manifest b/dev-python/zope-i18nmessageid/Manifest
17 index 9a1a949ac46..7edf5fa12fb 100644
18 --- a/dev-python/zope-i18nmessageid/Manifest
19 +++ b/dev-python/zope-i18nmessageid/Manifest
20 @@ -1,2 +1 @@
21 -DIST zope.i18nmessageid-4.1.0.tar.gz 24166 BLAKE2B 378095bed1407c0025a6bddadc57be779f938ac914a5067aeeef28adc22217b2ec2a3ff41487ca9578a88b2fd27fb07d35996b71d2e82a698831d15e4bd6e630 SHA512 c787417ee67f951a7c72a4501d17cb75fa60aab26768f4dd31d2cc3915b162a148f08bd2f00270d55fb8ec3804bcca62d07cbdee952ab1647a75681daf291627
22 DIST zope.i18nmessageid-5.0.0.tar.gz 28220 BLAKE2B 84727f56ce8dd069915b5b31a2f9824ee83b334d82e3b2a958e35e43842cee044ec47879809fe6256b51631a5baf9dfb4432f7e5e494faceca2f7ade479d38ff SHA512 76cf129e266f649ab379d1abea143b34e42f0ce66fdfcbebd1dbbca639a55c11a9d41687a7bb4dd04359fa1465e235035849786d142bafaa68d783c1f7aee2d6
23
24 diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild b/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild
25 deleted file mode 100644
26 index 34a8f8208a3..00000000000
27 --- a/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=(python{2_7,3_6})
35 -
36 -inherit distutils-r1
37 -MY_PN=zope.i18nmessageid
38 -MY_P=${MY_PN}-${PV}
39 -
40 -DESCRIPTION="Zope i18nmessageid Architecture"
41 -HOMEPAGE="https://github.com/zopefoundation/zope.i18nmessageid http://docs.zope.org/zope.i18nmessageid/"
42 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
43 -
44 -LICENSE="ZPL"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
47 -IUSE=""
48 -
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
50 -RDEPEND="${DEPEND}"
51 -
52 -S=${WORKDIR}/${MY_P}
53 -
54 -python_install_all() {
55 - distutils-r1_python_install_all
56 -
57 - # remove .pth files since dev-python/namespace-zope handles the ns
58 - find "${D}" -name '*.pth' -delete || die
59 -}