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 E9BF213835A for ; Mon, 22 Feb 2021 07:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3452DE091C; Mon, 22 Feb 2021 07:43:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1E91CE091C for ; Mon, 22 Feb 2021 07:43:09 +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 DFECE335D83 for ; Mon, 22 Feb 2021 07:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 185A54C2 for ; Mon, 22 Feb 2021 07:43:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613979770.1d07dded993e97eaa3e18552fe8164d018d11b58.sam@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.3.ebuild X-VCS-Directories: dev-python/precis-i18n/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d07dded993e97eaa3e18552fe8164d018d11b58 X-VCS-Branch: master Date: Mon, 22 Feb 2021 07:43:06 +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: 60f1ea03-0bb1-4e2c-bf2c-85f970af2026 X-Archives-Hash: 18de1c0f4cea68f39efd6587362a824f commit: 1d07dded993e97eaa3e18552fe8164d018d11b58 Author: Sam James gentoo org> AuthorDate: Mon Feb 22 07:42:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 22 07:42:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d07dded dev-python/precis-i18n: bump to 1.0.3 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/precis-i18n/Manifest | 1 + dev-python/precis-i18n/precis-i18n-1.0.3.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest index db64907684a..89f14fc71f9 100644 --- a/dev-python/precis-i18n/Manifest +++ b/dev-python/precis-i18n/Manifest @@ -1 +1,2 @@ DIST precis_i18n-1.0.2.tar.gz 65375 BLAKE2B 0ba2a23838306502448c4bc4bba5fec5228e4b819e7223cb5319ca3428cd558b5fdbd389327af7a8e718a5b8369b3d13de0f739456df9bae026acbbaba62e8dc SHA512 bef972f44e068954297429a22452d08c0e3fca983eb38dd22e3f90b3265bba1096343d34f7c9a226b24f92a823fdabf09af8eafba6bfbfdc8ddda8f0f4a28bdf +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 00000000000..61f322b6d23 --- /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 ~arm ~ppc ~ppc64 ~x86" + +distutils_enable_tests setup.py