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/unidecode/
Date: Mon, 06 Sep 2021 20:13:43
Message-Id: 1630959213.064a46f858dca0af4dfa2ff131af02731ab285d2.mgorny@gentoo
1 commit: 064a46f858dca0af4dfa2ff131af02731ab285d2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 6 20:02:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 6 20:13:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064a46f8
7
8 dev-python/unidecode: Bump to 1.3.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/unidecode/Manifest | 1 +
13 dev-python/unidecode/unidecode-1.3.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest
17 index ec0cac55feb..49c3ec6dd1a 100644
18 --- a/dev-python/unidecode/Manifest
19 +++ b/dev-python/unidecode/Manifest
20 @@ -1 +1,2 @@
21 DIST Unidecode-1.2.0.tar.gz 216042 BLAKE2B c63a192bfa726a9e91224e73a42236088de0b39f34f3f6404eec1c3adfe6512e843ce1f75dab32456ce6be4d938b0b8acfc1e6243c394dffff7d4d47d07d0905 SHA512 aedc16be1b676dbde7e45444e297be916b1ca2874a76f07316e2df3aff9687dcf73def24b2441e147c94641f4407cc745ac35937508e09c670f8aa1473977859
22 +DIST Unidecode-1.3.0.tar.gz 191814 BLAKE2B ca995b91d802eff3dc07b78359f73a5b44d0197ba522d43c7cbe36c85682c20e943214d671ac2203829196d472456f853ad0988d21fa2e568b13ef865932bed6 SHA512 98682ce5c844bfb74466d0c4c16cb74b358f50ce7fc8ca8dd56836d1b8745cb5c78692b8027ff9caf59394df6050ae2f36f888bb95ef8fc7c84cabe2a596b185
23
24 diff --git a/dev-python/unidecode/unidecode-1.3.0.ebuild b/dev-python/unidecode/unidecode-1.3.0.ebuild
25 new file mode 100644
26 index 00000000000..5a9d5f4cad0
27 --- /dev/null
28 +++ b/dev-python/unidecode/unidecode-1.3.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
36 +DISTUTILS_USE_SETUPTOOLS="rdepend"
37 +
38 +inherit distutils-r1
39 +
40 +MY_P=Unidecode-${PV}
41 +DESCRIPTION="Module providing ASCII transliterations of Unicode text"
42 +HOMEPAGE="https://pypi.org/project/Unidecode/"
43 +SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
44 +S="${WORKDIR}/${MY_P}"
45 +
46 +LICENSE="GPL-2+"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
49 +
50 +distutils_enable_tests setup.py