From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE415139084 for ; Mon, 11 Dec 2017 03:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B67E0FF8; Mon, 11 Dec 2017 03:49:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C057EE0FF8 for ; Mon, 11 Dec 2017 03:49:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F8A233C6B6 for ; Mon, 11 Dec 2017 03:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A868FAE7E for ; Mon, 11 Dec 2017 03:49:02 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1512964106.f900c54758f92c424476659526f68b0ecb4605f1.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flufl-i18n/Manifest dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild dev-python/flufl-i18n/metadata.xml X-VCS-Directories: dev-python/flufl-i18n/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f900c54758f92c424476659526f68b0ecb4605f1 X-VCS-Branch: master Date: Mon, 11 Dec 2017 03:49:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3c8f03a-a9fb-4f49-8fba-2c78b342c5e5 X-Archives-Hash: 34e0581334894466ad49396a4d7e59e4 commit: f900c54758f92c424476659526f68b0ecb4605f1 Author: Matthew Thode gentoo org> AuthorDate: Mon Dec 11 03:03:15 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Dec 11 03:48:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f900c547 dev-python/flufl-i18n: 2.0.1 for mailman Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-python/flufl-i18n/Manifest | 1 + dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild | 22 ++++++++++++++++++++++ dev-python/flufl-i18n/metadata.xml | 14 ++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/flufl-i18n/Manifest b/dev-python/flufl-i18n/Manifest new file mode 100644 index 00000000000..8a9fafda981 --- /dev/null +++ b/dev-python/flufl-i18n/Manifest @@ -0,0 +1 @@ +DIST flufl-i18n-2.0.1.tar.gz 18572 BLAKE2B 372240eb6cf3778844fc0d5b59a60e2fd50498969165a6ea1096e1e333a536b177cbd9afbad14bfafc2cf7150923c8bdf0c84944d1426f0ae284028b406559e1 SHA512 372a27c81c0c58994b7b4b9ddb177f6acd3106536391c82c61cf1ba1b8b2e920be559720d98046ee9aa977a9119f231f7bbe71535cfb538d8563fff1da737ee1 diff --git a/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild b/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild new file mode 100644 index 00000000000..3d0ed3f6084 --- /dev/null +++ b/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="A high level API for Python internationalization." +HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]" diff --git a/dev-python/flufl-i18n/metadata.xml b/dev-python/flufl-i18n/metadata.xml new file mode 100644 index 00000000000..a061141a40a --- /dev/null +++ b/dev-python/flufl-i18n/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + A high level API for Python internationalization. + +