From f11b2d801e8191033ad3516d449ce0909503f8f4 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Wed, 3 Mar 2021 15:11:45 +0100 Subject: [PATCH] Added precis --- dev-python/precis-i18n/Manifest | 1 + .../precis-i18n/precis-i18n-1.0.3.ebuild | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dev-python/precis-i18n/Manifest create mode 100644 dev-python/precis-i18n/precis-i18n-1.0.3.ebuild diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest new file mode 100644 index 0000000..f2c38c8 --- /dev/null +++ b/dev-python/precis-i18n/Manifest @@ -0,0 +1 @@ +DIST precis_i18n-1.0.3.tar.gz 64037 BLAKE2B 99486f8791785ecad7f3a246a0a13f26ec52aa91bc40ac904e92409f2cdbb28a5458c153da593ca8dd626462f0216e8c72447fdc81f8133ed61240717d08cbf7 SHA512 afb987fe4d0fb2732c62585e70361ad5ffc14d1eb9b8e767fe314fa9a3dee8dcd14f2531f5638d3a72fa7ac4fbeed94ed8907976816570257b405468cdb6702a diff --git a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild new file mode 100644 index 0000000..6bcbd15 --- /dev/null +++ b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +MY_PN="${PN/-/_}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Internationalized Usernames and Passwords" +HOMEPAGE="https://pypi.python.org/pypi/precis-i18n" +SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~arm ~ppc ~ppc64 ~x86" + +distutils_enable_tests setup.py