Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unidecode/
Date: Thu, 03 Nov 2022 19:38:07
Message-Id: 1667504262.1500f0b6e129fe284d8764b1b31a44aba937646e.arthurzam@gentoo
1 commit: 1500f0b6e129fe284d8764b1b31a44aba937646e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 19:37:42 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 19:37:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1500f0b6
7
8 dev-python/unidecode: drop 1.3.4, 1.3.5
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/unidecode/Manifest | 2 --
13 dev-python/unidecode/unidecode-1.3.4.ebuild | 21 ---------------------
14 dev-python/unidecode/unidecode-1.3.5.ebuild | 21 ---------------------
15 3 files changed, 44 deletions(-)
16
17 diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest
18 index 857d3531cc04..e65dcc57256d 100644
19 --- a/dev-python/unidecode/Manifest
20 +++ b/dev-python/unidecode/Manifest
21 @@ -1,3 +1 @@
22 -DIST Unidecode-1.3.4.tar.gz 192346 BLAKE2B 34edea805896022fa42f47929a55ba01850475cb49431c4c50329caa2f198455704224320887ac7dcad5fba3517ab42cafc8ade726e785be0d0141814a5ad455 SHA512 bdbf482abd0d93ea8d891b95aea9f95cca6f85dbe71cd2bef4664216b3aa1d672c2f4ecf3b8bf356cdb1d8e4a1141c296728498473d9d0067d9774d0a7de8d48
23 -DIST Unidecode-1.3.5.tar.gz 192386 BLAKE2B b5a92b2bdcd6e19e6f499a1a1cb46eb2fbb1d44030a6652ab2c2946c5ce9acb313a6f325e69862d72c19a620107ab31e8619cc77af4f73a10724571d16ceb9f9 SHA512 3188071077b08c8c3473ead56a36774590acd14e4e0441cf6f744f7947a8f03e4d6930894c19cf29962a307ac16828218a90231bee5758f9465e4cd52ec9cd65
24 DIST Unidecode-1.3.6.tar.gz 192466 BLAKE2B 62a2bd04f5d3f0c257fd5d001891a4021cc42eeebdc666cff69714ce6211e33ea9d2f44b9cc1b0d9c8bcdcc64ff256765716d48b32d9e0750049e0511c914d96 SHA512 97eb31c4f7e70a13628b4878a1cf91fc3a3b2525727a27b466e4e88d8f7db32054c93462d8aaf5da83b6f00cdd01dff258b93ac7b5e5e1a2d6dcdab608b89216
25
26 diff --git a/dev-python/unidecode/unidecode-1.3.4.ebuild b/dev-python/unidecode/unidecode-1.3.4.ebuild
27 deleted file mode 100644
28 index d30a1472394b..000000000000
29 --- a/dev-python/unidecode/unidecode-1.3.4.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
39 -
40 -inherit distutils-r1
41 -
42 -MY_P=Unidecode-${PV}
43 -DESCRIPTION="Module providing ASCII transliterations of Unicode text"
44 -HOMEPAGE="https://pypi.org/project/Unidecode/"
45 -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
46 -S="${WORKDIR}/${MY_P}"
47 -
48 -LICENSE="GPL-2+"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
51 -
52 -distutils_enable_tests unittest
53
54 diff --git a/dev-python/unidecode/unidecode-1.3.5.ebuild b/dev-python/unidecode/unidecode-1.3.5.ebuild
55 deleted file mode 100644
56 index 737ca84c1ba9..000000000000
57 --- a/dev-python/unidecode/unidecode-1.3.5.ebuild
58 +++ /dev/null
59 @@ -1,21 +0,0 @@
60 -# Copyright 1999-2022 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=8
64 -
65 -DISTUTILS_USE_PEP517=setuptools
66 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
67 -
68 -inherit distutils-r1
69 -
70 -MY_P=Unidecode-${PV}
71 -DESCRIPTION="Module providing ASCII transliterations of Unicode text"
72 -HOMEPAGE="https://pypi.org/project/Unidecode/"
73 -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
74 -S="${WORKDIR}/${MY_P}"
75 -
76 -LICENSE="GPL-2+"
77 -SLOT="0"
78 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
79 -
80 -distutils_enable_tests unittest