Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-i18n/
Date: Mon, 11 Dec 2017 03:49:06
Message-Id: 1512964106.f900c54758f92c424476659526f68b0ecb4605f1.prometheanfire@gentoo
1 commit: f900c54758f92c424476659526f68b0ecb4605f1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 03:03:15 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 03:48:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f900c547
7
8 dev-python/flufl-i18n: 2.0.1 for mailman
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/flufl-i18n/Manifest | 1 +
13 dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild | 22 ++++++++++++++++++++++
14 dev-python/flufl-i18n/metadata.xml | 14 ++++++++++++++
15 3 files changed, 37 insertions(+)
16
17 diff --git a/dev-python/flufl-i18n/Manifest b/dev-python/flufl-i18n/Manifest
18 new file mode 100644
19 index 00000000000..8a9fafda981
20 --- /dev/null
21 +++ b/dev-python/flufl-i18n/Manifest
22 @@ -0,0 +1 @@
23 +DIST flufl-i18n-2.0.1.tar.gz 18572 BLAKE2B 372240eb6cf3778844fc0d5b59a60e2fd50498969165a6ea1096e1e333a536b177cbd9afbad14bfafc2cf7150923c8bdf0c84944d1426f0ae284028b406559e1 SHA512 372a27c81c0c58994b7b4b9ddb177f6acd3106536391c82c61cf1ba1b8b2e920be559720d98046ee9aa977a9119f231f7bbe71535cfb538d8563fff1da737ee1
24
25 diff --git a/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild b/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild
26 new file mode 100644
27 index 00000000000..3d0ed3f6084
28 --- /dev/null
29 +++ b/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
37 +inherit distutils-r1
38 +
39 +MY_PN=${PN/-/.}
40 +
41 +DESCRIPTION="A high level API for Python internationalization."
42 +HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n"
43 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
44 +S="${WORKDIR}/${MY_PN}-${PV}"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]"
53
54 diff --git a/dev-python/flufl-i18n/metadata.xml b/dev-python/flufl-i18n/metadata.xml
55 new file mode 100644
56 index 00000000000..a061141a40a
57 --- /dev/null
58 +++ b/dev-python/flufl-i18n/metadata.xml
59 @@ -0,0 +1,14 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 + <maintainer type="project">
64 + <email>python@g.o</email>
65 + </maintainer>
66 + <maintainer type="person">
67 + <email>prometheanfire@g.o</email>
68 + <name>Matthew Thode</name>
69 + </maintainer>
70 + <longdescription lang="en">
71 + A high level API for Python internationalization.
72 + </longdescription>
73 +</pkgmetadata>