[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-11-29 Thread Michał Górny
commit: 5f1074ebe5bc8df1e5b58be93bf4da4767237701
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 11:03:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 11:03:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1074eb

dev-python/precis-i18n: Stabilize 1.1.0 ALLARCHES, #918793

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.1.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.1.0.ebuild
index ba09e54a5f5c..3639ca645604 100644
--- a/dev-python/precis-i18n/precis-i18n-1.1.0.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-11-24 Thread Michał Górny
commit: 39c15fd3dd1d883cb4ceeca4ad59180e3788e254
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 16:02:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 16:02:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c15fd3

dev-python/precis-i18n: Stabilize 1.0.5 arm64, #918291

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
index 2c690dc30cb6..3639ca645604 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-11-06 Thread Michał Górny
commit: 38754e58f23770c707eb50da58e1f199cf237bd6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  7 05:47:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  7 05:58:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38754e58

dev-python/precis-i18n: Bump to 1.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/Manifest |  1 +
 dev-python/precis-i18n/precis-i18n-1.1.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest
index 791b30b477cf..dd1384c3588c 100644
--- a/dev-python/precis-i18n/Manifest
+++ b/dev-python/precis-i18n/Manifest
@@ -1 +1,2 @@
 DIST precis_i18n-1.0.5.tar.gz 67710 BLAKE2B 
7995c3cb74290524d70ecd75b052201df49ae7e9f4d0052c8176756866ba8533d164b057f0fc4c5c47b938a20e36898cb52bec411b56461cb9c4e4f7029db4ed
 SHA512 
ba3b43d4a84de02e002f7e62a7fb75c4694f3c6a8963e5bdfd9927989c2ee84317fc5fa6f119e79bb1f88dc97a37a06930829daae3969d6a5b2f5ba57bedc3e9
+DIST precis_i18n-1.1.0.tar.gz 69488 BLAKE2B 
2484e8b9d8df7393b1e61030da45ff22a864cb4d97c0e1b1bff319035810ef65f3686510c16335be678c3250e667fa4555365976ace2a93ae80a532ede86
 SHA512 
95eb40aa063a808885e9a405f8331621e74b669d4602de617f0e6e78e4d9b7f57665d194b826bbdfc6305c71eaecd2e6388f79b2381d85abc606fe7515510b45

diff --git a/dev-python/precis-i18n/precis-i18n-1.1.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.1.0.ebuild
new file mode 100644
index ..ba09e54a5f5c
--- /dev/null
+++ b/dev-python/precis-i18n/precis-i18n-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Internationalized Usernames and Passwords"
+HOMEPAGE="
+   https://github.com/byllyfish/precis_i18n/
+   https://pypi.org/project/precis-i18n/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest -s test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-07-26 Thread WANG Xuerui
commit: b4b9cfb287daf0cc6a88f6e65c0a55075168bba7
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jul 27 04:25:16 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jul 27 05:10:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b9cfb2

dev-python/precis-i18n: keyword 1.0.5 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
index 08ccbcfe950f..2c690dc30cb6 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-05-28 Thread Michał Górny
commit: 6c654979b36d6ecb922a71b94020a8506fd28d61
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 05:31:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 05:49:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c654979

dev-python/precis-i18n: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
index 8576c88ad74b..08ccbcfe950f 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-03-17 Thread Michał Górny
commit: 3e74d1073bd5354dd79a91869e6b87d981126daf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 17:49:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 17:54:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e74d107

dev-python/precis-i18n: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.5.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
index 31c25af77de2..8576c88ad74b 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
@@ -6,16 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
-MY_P=${P/-/_}
 DESCRIPTION="Internationalized Usernames and Passwords"
 HOMEPAGE="
https://github.com/byllyfish/precis_i18n/
https://pypi.org/project/precis-i18n/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
-S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-02-16 Thread Michał Górny
commit: b894bdb53b48c1c3b49b1cc981e61a1385d13eea
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 05:59:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 06:21:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b894bdb5

dev-python/precis-i18n: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/Manifest |  1 -
 dev-python/precis-i18n/precis-i18n-1.0.4.ebuild | 26 -
 2 files changed, 27 deletions(-)

diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest
index 2a8d43c1ebe6..791b30b477cf 100644
--- a/dev-python/precis-i18n/Manifest
+++ b/dev-python/precis-i18n/Manifest
@@ -1,2 +1 @@
-DIST precis_i18n-1.0.4.tar.gz 67599 BLAKE2B 
db1f614b46015741b9f511b9a5df12e44b960ffb247357bf8d2e9f3a1deea9d417eed937e6c9e6a34d19a22c3e6d87bf8f2314767cd02b15cba068759588896f
 SHA512 
f57840cffe1224d282e707f6a36ebd53b539f9acee58de7053f28ceed5356bd35627d7c205cc91dc81983925cca55138715051c0ca535ca1dcc9d26aad9a9353
 DIST precis_i18n-1.0.5.tar.gz 67710 BLAKE2B 
7995c3cb74290524d70ecd75b052201df49ae7e9f4d0052c8176756866ba8533d164b057f0fc4c5c47b938a20e36898cb52bec411b56461cb9c4e4f7029db4ed
 SHA512 
ba3b43d4a84de02e002f7e62a7fb75c4694f3c6a8963e5bdfd9927989c2ee84317fc5fa6f119e79bb1f88dc97a37a06930829daae3969d6a5b2f5ba57bedc3e9

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
deleted file mode 100644
index 13c842d2ad1c..
--- a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-MY_PN="${PN/-/_}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Internationalized Usernames and Passwords"
-HOMEPAGE="https://pypi.org/project/precis-i18n/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-
-distutils_enable_tests unittest
-
-python_test() {
-   eunittest -s test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-02-16 Thread Sam James
commit: 9ed1e05ac561561389ef66fb27ef44d21aef58d0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 22:48:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 22:48:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed1e05a

dev-python/precis-i18n: Stabilize 1.0.5 ALLARCHES, #894884

Signed-off-by: Sam James  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
index 0e3679b6e54f..31c25af77de2 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2023-01-04 Thread Michał Górny
commit: a7d11497367540f7e0484faa3d3f97be3fad0ba4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  4 13:21:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  4 14:12:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d11497

dev-python/precis-i18n: Bump to 1.0.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/Manifest |  1 +
 dev-python/precis-i18n/precis-i18n-1.0.5.ebuild | 28 +
 2 files changed, 29 insertions(+)

diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest
index a6c0d4b98a98..2a8d43c1ebe6 100644
--- a/dev-python/precis-i18n/Manifest
+++ b/dev-python/precis-i18n/Manifest
@@ -1 +1,2 @@
 DIST precis_i18n-1.0.4.tar.gz 67599 BLAKE2B 
db1f614b46015741b9f511b9a5df12e44b960ffb247357bf8d2e9f3a1deea9d417eed937e6c9e6a34d19a22c3e6d87bf8f2314767cd02b15cba068759588896f
 SHA512 
f57840cffe1224d282e707f6a36ebd53b539f9acee58de7053f28ceed5356bd35627d7c205cc91dc81983925cca55138715051c0ca535ca1dcc9d26aad9a9353
+DIST precis_i18n-1.0.5.tar.gz 67710 BLAKE2B 
7995c3cb74290524d70ecd75b052201df49ae7e9f4d0052c8176756866ba8533d164b057f0fc4c5c47b938a20e36898cb52bec411b56461cb9c4e4f7029db4ed
 SHA512 
ba3b43d4a84de02e002f7e62a7fb75c4694f3c6a8963e5bdfd9927989c2ee84317fc5fa6f119e79bb1f88dc97a37a06930829daae3969d6a5b2f5ba57bedc3e9

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
new file mode 100644
index ..0084cb86b3b0
--- /dev/null
+++ b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=${P/-/_}
+DESCRIPTION="Internationalized Usernames and Passwords"
+HOMEPAGE="
+   https://github.com/byllyfish/precis_i18n/
+   https://pypi.org/project/precis-i18n/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest -s test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2022-10-31 Thread Michał Górny
commit: adba93adddf34a562fb87b436c926f7cd533d875
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 31 15:16:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 31 15:49:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adba93ad

dev-python/precis-i18n: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
index cea7e43875a1..d924bf3e938a 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 MY_PN="${PN/-/_}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2022-06-04 Thread Michał Górny
commit: ba319b7415e68ced0cf263ea4bee70367cf5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  5 05:33:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  5 05:33:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba319b74

dev-python/precis-i18n: Add python@ as maint.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/metadata.xml 
b/dev-python/precis-i18n/metadata.xml
index 5e7e5bff2356..6e539107fef7 100644
--- a/dev-python/precis-i18n/metadata.xml
+++ b/dev-python/precis-i18n/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   pyt...@gentoo.org
+   Python
+   

PRECIS-i18n: Internationalized Usernames and Passwords
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2022-01-18 Thread Michał Górny
commit: c0ea49679d3d8273d3f2b5ccd5937100860f8cad
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 09:00:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 09:51:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ea4967

dev-python/precis-i18n: Bump to 1.0.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/Manifest |  1 +
 dev-python/precis-i18n/precis-i18n-1.0.4.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest
index f2c38c87ea2b..0d6fa4c67345 100644
--- a/dev-python/precis-i18n/Manifest
+++ b/dev-python/precis-i18n/Manifest
@@ -1 +1,2 @@
 DIST precis_i18n-1.0.3.tar.gz 64037 BLAKE2B 
99486f8791785ecad7f3a246a0a13f26ec52aa91bc40ac904e92409f2cdbb28a5458c153da593ca8dd626462f0216e8c72447fdc81f8133ed61240717d08cbf7
 SHA512 
afb987fe4d0fb2732c62585e70361ad5ffc14d1eb9b8e767fe314fa9a3dee8dcd14f2531f5638d3a72fa7ac4fbeed94ed8907976816570257b405468cdb6702a
+DIST precis_i18n-1.0.4.tar.gz 67599 BLAKE2B 
db1f614b46015741b9f511b9a5df12e44b960ffb247357bf8d2e9f3a1deea9d417eed937e6c9e6a34d19a22c3e6d87bf8f2314767cd02b15cba068759588896f
 SHA512 
f57840cffe1224d282e707f6a36ebd53b539f9acee58de7053f28ceed5356bd35627d7c205cc91dc81983925cca55138715051c0ca535ca1dcc9d26aad9a9353

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
new file mode 100644
index ..68dc8485e8b5
--- /dev/null
+++ b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PN="${PN/-/_}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Internationalized Usernames and Passwords"
+HOMEPAGE="https://pypi.org/project/precis-i18n/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest -s test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2021-12-03 Thread Arthur Zamarin
commit: d99fc977902b403d118cbd5a5aeb7eec6069cb48
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  3 13:45:25 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  3 13:46:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99fc977

dev-python/precis-i18n: Keyword 1.0.3 arm64, #828034

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
index 0fff4e278753..bc94d4d73374 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
@@ -16,6 +16,6 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2021-07-25 Thread Michał Górny
commit: e917f169ac7c2ee781b3366c393bcf2cbc8f28b2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:18:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:21:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e917f169

dev-python/precis-i18n: Port to py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.3.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
index 157bc735dd9..3d716b4820d 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
@@ -1,17 +1,16 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 MY_PN="${PN/-/_}"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Internationalized Usernames and Passwords"
-HOMEPAGE="https://pypi.python.org/pypi/precis-i18n;
+HOMEPAGE="https://pypi.org/project/precis-i18n/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2021-03-25 Thread Michał Górny
commit: 41cdf52d0b312d3d19afa17dfaf538c315ec50f6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 25 16:51:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 25 19:09:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cdf52d

dev-python/precis-i18n: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/Manifest |  1 -
 dev-python/precis-i18n/precis-i18n-1.0.2.ebuild | 30 -
 2 files changed, 31 deletions(-)

diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest
index 89f14fc71f9..f2c38c87ea2 100644
--- a/dev-python/precis-i18n/Manifest
+++ b/dev-python/precis-i18n/Manifest
@@ -1,2 +1 @@
-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.2.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
deleted file mode 100644
index 40896484ed9..000
--- a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-   # requires additional files not in tarball
-   rm test/test_derived_props_files.py
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2021-03-25 Thread Agostino Sarubbo
commit: 79da05d51bdcbb113db829ab96fa816166deb364
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 25 16:16:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 25 16:19:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79da05d5

dev-python/precis-i18n: amd64/x86 stable (ALLARCHES policy) wrt bug #778116

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
index 61f322b6d23..157bc735dd9 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
@@ -17,6 +17,6 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2021-02-21 Thread Sam James
commit: 1d07dded993e97eaa3e18552fe8164d018d11b58
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 22 07:42:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 07:42:50 2021 +
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 000..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2021-02-21 Thread Sam James
commit: 4e25c09a8793cd0a465ff6e217b70230b9afe022
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 22 07:11:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 07:11:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e25c09a

dev-python/precis-i18n: Keyword 1.0.2 arm, #771369

Signed-off-by: Sam James  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
index c84434bb091..40896484ed9 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2021-02-19 Thread Sergei Trofimovich
commit: 947449768f72122a32e0a40fad1bc08aed2fa542
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Feb 19 21:39:50 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 19 21:39:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94744976

dev-python/precis-i18n: keyworded 1.0.2 for ppc64

keyworded wrt bug #771369

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
index 88199246e58..c84434bb091 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2021-02-19 Thread Sergei Trofimovich
commit: 7d4c7bb7dcef24e15c8fc32c23911556d49eeaa9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Feb 19 21:35:16 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 19 21:35:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4c7bb7

dev-python/precis-i18n: keyworded 1.0.2 for ppc

keyworded wrt bug #771369

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
index 52049af743a..88199246e58 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2020-10-18 Thread Sam James
commit: 570eb0ad90d14bf9115b9b1fe3c3a76c5eaf3dbb
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 18 19:17:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 18 19:17:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570eb0ad

dev-python/precis-i18n: Stabilize 1.0.2 ALLARCHES, #749501

Signed-off-by: Sam James  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
index b91337678bb..19fe83cd3ee 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2020-10-18 Thread Thomas Deutschmann
commit: a61aacc210956f5d2387221b049da8f7ac6624bc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 18 18:44:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 18 18:51:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61aacc2

dev-python/precis-i18n: x86 stable (bug #749501)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
index 9d8dd6bebc5..b91337678bb 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2020-10-16 Thread Michał Górny
commit: 31e795a38d9f7ac34f5ddcc3eb1e8094a83da535
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 16 11:53:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 12:00:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e795a3

dev-python/precis-i18n: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/precis-i18n/metadata.xml 
b/dev-python/precis-i18n/metadata.xml
index 59daf2ee8ff..2abc50d2bf0 100644
--- a/dev-python/precis-i18n/metadata.xml
+++ b/dev-python/precis-i18n/metadata.xml
@@ -11,6 +11,7 @@
Preparation, Enforcement, and Comparison of Internationalized 
Strings Representing Usernames and Passwords (RFC 8265)
Preparation, Enforcement, and Comparison of Internationalized 
Strings Representing Nicknames (RFC 8266)

+   


https://github.com/byllyfish/precis_i18n/issues
byllyfish/precis_i18n



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2020-09-03 Thread Hanno Böck
commit: 19b88534226208742ab9b0b30db7ee96359166f8
Author: Hanno Böck  gentoo  org>
AuthorDate: Thu Sep  3 08:23:57 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Thu Sep  3 08:24:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b88534

dev-python/precis-i18n: Version bump.

Support Python 3.9.
Bump EAPI to 7.
Disable test that requires additional files from upstream.

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-3.0.5, Repoman-3.0.1

 dev-python/precis-i18n/Manifest |  1 +
 dev-python/precis-i18n/precis-i18n-1.0.2.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest
index e568bbcd341..fd602620d6c 100644
--- a/dev-python/precis-i18n/Manifest
+++ b/dev-python/precis-i18n/Manifest
@@ -1 +1,2 @@
 DIST precis_i18n-1.0.1.tar.gz 63941 BLAKE2B 
ee429304f41fd225b306d6df342e1ab62a9dcc3daa40ae08c88a02809230d7e356090c3414136799b176b74debfd901863cb673b577b336784411ca5baf3e92c
 SHA512 
d8aaf99bbf3bde148f173ac8ffa5cab5051ec873d53e19336171dcd29f995e706746e5969d37aef05b6c9db064ca5e7b3944ae049b0a41e605e71a854248251b
+DIST precis_i18n-1.0.2.tar.gz 65375 BLAKE2B 
0ba2a23838306502448c4bc4bba5fec5228e4b819e7223cb5319ca3428cd558b5fdbd389327af7a8e718a5b8369b3d13de0f739456df9bae026acbbaba62e8dc
 SHA512 
bef972f44e068954297429a22452d08c0e3fca983eb38dd22e3f90b3265bba1096343d34f7c9a226b24f92a823fdabf09af8eafba6bfbfdc8ddda8f0f4a28bdf

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
new file mode 100644
index 000..9d8dd6bebc5
--- /dev/null
+++ b/dev-python/precis-i18n/precis-i18n-1.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+   # requires additional files not in tarball
+   rm test/test_derived_props_files.py
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2020-03-28 Thread Michał Górny
commit: 7c8547ee6d691d43df38ed29e57a7b4ef45c7d28
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 12:30:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 12:41:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8547ee

dev-python/precis-i18n: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/precis-i18n/Manifest |  1 -
 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 28 -
 2 files changed, 29 deletions(-)

diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest
index 3d04075..e568bbcd341 100644
--- a/dev-python/precis-i18n/Manifest
+++ b/dev-python/precis-i18n/Manifest
@@ -1,2 +1 @@
-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.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
deleted file mode 100644
index 28cd9ad4248..000
--- a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2019-12-18 Thread Amadeusz Piotr Żołnowski
commit: 7377e74536a257675e455b6857aba9941a6fa0d0
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Wed Dec 18 22:02:20 2019 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Wed Dec 18 22:04:16 2019 +
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..3d04075 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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2019-04-08 Thread Mikle Kolyada
commit: 8fcfcdcabe626f7f989a480dde7b6eed84fd5abd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr  8 15:13:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr  8 15:13:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcfcdca

dev-python/precis-i18n: amd64 stable wrt bug #681970

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
index 9a8ce2fa493..2f36af3e42c 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2019-04-07 Thread Thomas Deutschmann
commit: d12af68ba55caf996da23b4a4efc332351cd18e1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  8 02:01:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  8 02:01:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12af68b

dev-python/precis-i18n: x86 stable (bug #681970)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
index 64ef7198e16..9a8ce2fa493 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2018-09-16 Thread Matt Turner
commit: e1a2dff2ba2ddde1038b1aac9a36c7bf9b1cace6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 19:20:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 19:20:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a2dff2

dev-python/precis-i18n-1.0.0: dropped ppc64 keywords, bug 663732

 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
index 196f20fa366..64ef7198e16 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2018-08-18 Thread Sergei Trofimovich
commit: 6a8a956a39cc60aa6374f032e2eeca2275f0126d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 18 22:33:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 18 22:33:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8a956a

dev-python/precis-i18n: keyworded 1.0.0 for ppc64, bug #663732

Package-Manager: Portage-2.3.46, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
index 64ef7198e16..196f20fa366 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/precis-i18n/

2018-08-01 Thread Amadeusz Piotr Żołnowski
commit: eb3ddb110e1f5d297adaa68caf0313d4837b7f6c
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Tue Jul 31 23:00:34 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Wed Aug  1 21:01:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3ddb11

dev-python/precis-i18n: Add package, needed for net-im/gajim bump

Thanks to Alex  pzskc383.dp.ua> for initial version of the
ebuild.

Gentoo-Bug: 651616

 dev-python/precis-i18n/Manifest |  1 +
 dev-python/precis-i18n/metadata.xml | 21 +++
 dev-python/precis-i18n/precis-i18n-1.0.0.ebuild | 28 +
 3 files changed, 50 insertions(+)

diff --git a/dev-python/precis-i18n/Manifest b/dev-python/precis-i18n/Manifest
new file mode 100644
index 000..ba8ebfe0e03
--- /dev/null
+++ b/dev-python/precis-i18n/Manifest
@@ -0,0 +1 @@
+DIST precis_i18n-1.0.0.tar.gz 61251 BLAKE2B 
3f49f77ae4e6eea6ac1429a8de9b4ebe217d4d901edc223ee487d8a11bb45dc9e21a1e9fef9bd4478273ae721b5c02e4e2a7d2a3f28da281fcbdc17a12a1094e
 SHA512 
9017852fdd2a066b8e31521bd39843f3b1f87259ce87e1567cfaa2b932b52b745ad84eb89b77a4c3ea0a04e513573655266b2cc73997e951268646da7a000e5d

diff --git a/dev-python/precis-i18n/metadata.xml 
b/dev-python/precis-i18n/metadata.xml
new file mode 100644
index 000..252b16c4bd6
--- /dev/null
+++ b/dev-python/precis-i18n/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aide...@gentoo.org
+   
+   
+   PRECIS-i18n: Internationalized Usernames and Passwords
+
+   This module implements the PRECIS Framework as described in:
+
+   PRECIS Framework: Preparation, Enforcement, and Comparison of 
Internationalized Strings in Application Protocols (RFC 8264)
+   Preparation, Enforcement, and Comparison of Internationalized 
Strings Representing Usernames and Passwords (RFC 8265)
+   Preparation, Enforcement, and Comparison of Internationalized 
Strings Representing Nicknames (RFC 8266)
+   
+   
+   
https://github.com/byllyfish/precis_i18n/issues
+   byllyfish/precis_i18n
+   precis-i18n
+   
+

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
new file mode 100644
index 000..64ef7198e16
--- /dev/null
+++ b/dev-python/precis-i18n/precis-i18n-1.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+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
+}