Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-i18n/
Date: Fri, 07 Feb 2020 08:38:00
Message-Id: 1581064667.5b7eb9be93dc5e8fa26ec2d4bb07ed13c2167233.hanno@gentoo
1 commit: 5b7eb9be93dc5e8fa26ec2d4bb07ed13c2167233
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 08:37:47 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 08:37:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7eb9be
7
8 dev-python/flufl-i18n: Bump and Python 3.7.
9
10 Bug: https://bugs.gentoo.org/705332
11 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
12 Package-Manager: Portage-2.3.87, Repoman-2.3.20
13
14 dev-python/flufl-i18n/Manifest | 1 +
15 dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild | 22 ++++++++++++++++++++++
16 2 files changed, 23 insertions(+)
17
18 diff --git a/dev-python/flufl-i18n/Manifest b/dev-python/flufl-i18n/Manifest
19 index 8a9fafda981..8ab39e236a9 100644
20 --- a/dev-python/flufl-i18n/Manifest
21 +++ b/dev-python/flufl-i18n/Manifest
22 @@ -1 +1,2 @@
23 DIST flufl-i18n-2.0.1.tar.gz 18572 BLAKE2B 372240eb6cf3778844fc0d5b59a60e2fd50498969165a6ea1096e1e333a536b177cbd9afbad14bfafc2cf7150923c8bdf0c84944d1426f0ae284028b406559e1 SHA512 372a27c81c0c58994b7b4b9ddb177f6acd3106536391c82c61cf1ba1b8b2e920be559720d98046ee9aa977a9119f231f7bbe71535cfb538d8563fff1da737ee1
24 +DIST flufl-i18n-2.0.2.tar.gz 19106 BLAKE2B 407f69708234e4c24403733c752ed79dfc0ff7d269a325c2d599ac00a0de077dfe63078fd050556f683008296885f397a59ea42b6d0692549856535166e63805 SHA512 05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd
25
26 diff --git a/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild b/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild
27 new file mode 100644
28 index 00000000000..e583ee1e34b
29 --- /dev/null
30 +++ b/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{6,7} )
38 +inherit distutils-r1
39 +
40 +MY_PN=${PN/-/.}
41 +
42 +DESCRIPTION="A high level API for Python internationalization."
43 +HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n"
44 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
45 +S="${WORKDIR}/${MY_PN}-${PV}"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]"