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 F3DB5138334 for ; Wed, 18 Dec 2019 22:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2606DE0855; Wed, 18 Dec 2019 22:10:23 +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 0C952E0855 for ; Wed, 18 Dec 2019 22:10:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 059AE34D47E for ; Wed, 18 Dec 2019 22:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D1A8D8 for ; Wed, 18 Dec 2019 22:10:11 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1576706656.7377e74536a257675e455b6857aba9941a6fa0d0.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/precis-i18n/Manifest dev-python/precis-i18n/precis-i18n-1.0.1.ebuild X-VCS-Directories: dev-python/precis-i18n/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 7377e74536a257675e455b6857aba9941a6fa0d0 X-VCS-Branch: master Date: Wed, 18 Dec 2019 22:10:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0c5239f-3339-471f-8816-6b6a6faf8b14 X-Archives-Hash: 8aadfb9d977dded3fadc5e2f444a7b0e commit: 7377e74536a257675e455b6857aba9941a6fa0d0 Author: Amadeusz Piotr Żołnowski gentoo org> AuthorDate: Wed Dec 18 22:02:20 2019 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Wed Dec 18 22:04:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7377e745 dev-python/precis-i18n: Bump version and enable Python 3.7 and 3.8 Upstream doesn't advertise 3.7 and 3.8 support but hanno confirmed it's working. Bug: https://bugs.gentoo.org/702232 Signed-off-by: Amadeusz Piotr Żołnowski gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.16 dev-python/precis-i18n/Manifest | 1 + dev-python/precis-i18n/precis-i18n-1.0.1.ebuild | 28 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest index ba8ebfe0e03..3ffffd04075 100644 --- a/dev-python/precis-i18n/Manifest +++ b/dev-python/precis-i18n/Manifest @@ -1 +1,2 @@ DIST precis_i18n-1.0.0.tar.gz 61251 BLAKE2B 3f49f77ae4e6eea6ac1429a8de9b4ebe217d4d901edc223ee487d8a11bb45dc9e21a1e9fef9bd4478273ae721b5c02e4e2a7d2a3f28da281fcbdc17a12a1094e SHA512 9017852fdd2a066b8e31521bd39843f3b1f87259ce87e1567cfaa2b932b52b745ad84eb89b77a4c3ea0a04e513573655266b2cc73997e951268646da7a000e5d +DIST precis_i18n-1.0.1.tar.gz 63941 BLAKE2B ee429304f41fd225b306d6df342e1ab62a9dcc3daa40ae08c88a02809230d7e356090c3414136799b176b74debfd901863cb673b577b336784411ca5baf3e92c SHA512 d8aaf99bbf3bde148f173ac8ffa5cab5051ec873d53e19336171dcd29f995e706746e5969d37aef05b6c9db064ca5e7b3944ae049b0a41e605e71a854248251b diff --git a/dev-python/precis-i18n/precis-i18n-1.0.1.ebuild b/dev-python/precis-i18n/precis-i18n-1.0.1.ebuild new file mode 100644 index 00000000000..9bb52d07257 --- /dev/null +++ b/dev-python/precis-i18n/precis-i18n-1.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +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" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${MY_P}" + +python_test() { + esetup.py test +}