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

2024-05-17 Thread Michał Górny
commit: afe53336c864b791f91ce2c37cc7e3cec0542c99
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 14:19:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 14:26:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe53336

dev-python/authres: Fix variable order

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

 dev-python/authres/authres-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
index 208a2e454148..4a99173b0e5f 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 "
 
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 arm64 x86"
 SLOT="0"
+KEYWORDS="amd64 arm64 x86"
 
 python_test() {
"${EPYTHON}" -m doctest -v authres/tests ||



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

2024-05-17 Thread Michał Górny
commit: deadbd5c9b83624f651ff8ca30ee062b1a7b420d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 13:51:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 14:26:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deadbd5c

dev-python/authres: Enable py3.13

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

 dev-python/authres/authres-1.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
index bdc0dc54432a..208a2e454148 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-27 Thread Arthur Zamarin
commit: 5057741e376eac6669f1f64506ca2e6b04e33d0d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 08:48:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 09:44:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5057741e

dev-python/authres: enable py3.12

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

 dev-python/authres/authres-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
index 2f8ca6f10c9a..bdc0dc54432a 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-03-15 Thread Michał Górny
commit: 1e56e668d4915c01935850c8a86103c4c5382780
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:44:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:42:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e56e668

dev-python/authres: Use pypi.eclass

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

 dev-python/authres/authres-1.2.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
index f9a6214131c3..2f8ca6f10c9a 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Parse and generate Authentication-Results headers"
 HOMEPAGE="
https://launchpad.net/authentication-results-python/
https://pypi.org/project/authres/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 KEYWORDS="amd64 arm64 x86"



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

2022-06-13 Thread Michał Górny
commit: 5a0304d5f1a8803f2f9c7b1fce665db99bbad302
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 13 16:43:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 13 18:05:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0304d5

dev-python/authres: Remove old

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

 dev-python/authres/authres-1.2.0.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-python/authres/authres-1.2.0.ebuild 
b/dev-python/authres/authres-1.2.0.ebuild
deleted file mode 100644
index 3eb7608b317a..
--- a/dev-python/authres/authres-1.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Parse and generate Authentication-Results headers"
-HOMEPAGE="https://launchpad.net/authentication-results-python
-   https://pypi.org/project/authres/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 arm64 x86"
-SLOT="0"
-
-python_test() {
-   "${EPYTHON}" -m doctest -v authres/tests ||
-   die "Tests fail with ${EPYTHON}"
-}



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

2022-06-13 Thread Sam James
commit: 98ca5da4a70208c7960d958adf845dc8cb2c80ea
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 13 16:27:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 13 16:27:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ca5da4

dev-python/authres: Stabilize 1.2.0-r1 ALLARCHES, #851291

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

 dev-python/authres/authres-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
index d925a072a73f..c9278ab80d4c 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 SLOT="0"
 
 python_test() {



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

2022-05-12 Thread Arthur Zamarin
commit: 8ec0804349ffd26ecdebb1c0e0501e00b99935fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:09:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:09:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec08043

dev-python/authres: enable py3.11

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

 dev-python/authres/authres-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
index 274f78a74a92..d925a072a73f 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-04-18 Thread Michał Górny
commit: 7682e30474e0c1b1141b08d47575c4ab84db1d87
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 18 07:51:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 18 08:19:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7682e304

dev-python/authres: EAPI 8, PEP517

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

 dev-python/authres/authres-1.2.0-r1.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
new file mode 100644
index ..274f78a74a92
--- /dev/null
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -0,0 +1,25 @@
+# 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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Parse and generate Authentication-Results headers"
+HOMEPAGE="
+   https://launchpad.net/authentication-results-python/
+   https://pypi.org/project/authres/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+SLOT="0"
+
+python_test() {
+   "${EPYTHON}" -m doctest -v authres/tests ||
+   die "Tests fail with ${EPYTHON}"
+}



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

2021-06-05 Thread Michał Górny
commit: 7fc1bb874d20df8aa5ec06196752cbbd165e1e94
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 12:38:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 12:38:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc1bb87

dev-python/authres: Enable py3.10

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

 dev-python/authres/authres-1.2.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/authres/authres-1.2.0.ebuild 
b/dev-python/authres/authres-1.2.0.ebuild
index 49611c6558c..3eb7608b317 100644
--- a/dev-python/authres/authres-1.2.0.ebuild
+++ b/dev-python/authres/authres-1.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
@@ -14,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 KEYWORDS="amd64 arm64 x86"
 SLOT="0"
-IUSE=""
 
 python_test() {
"${EPYTHON}" -m doctest -v authres/tests ||



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

2021-03-14 Thread Sam James
commit: d912b121f3d746a4a20c15d722f969d9517a6e1b
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 02:53:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 02:53:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d912b121

dev-python/authres: mark ALLARCHES

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

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

diff --git a/dev-python/authres/metadata.xml b/dev-python/authres/metadata.xml
index 3772cef1634..e88f77ce3df 100644
--- a/dev-python/authres/metadata.xml
+++ b/dev-python/authres/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

RFC 5451 Authentication-Results Headers generation and parsing for 
Python.
It also supports Authentication Results extensions:



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

2020-08-04 Thread Sam James
commit: 516f22d66b2dbe06e7adf4058fb1340114c69160
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  4 23:56:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  4 23:56:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516f22d6

dev-python/authres: arm64 stable (bug #734798)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/authres/authres-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0.ebuild 
b/dev-python/authres/authres-1.2.0.ebuild
index ae527433ce7..11a410532d3 100644
--- a/dev-python/authres/authres-1.2.0.ebuild
+++ b/dev-python/authres/authres-1.2.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://launchpad.net/authentication-results-python
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 SLOT="0"
 IUSE=""
 



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

2020-06-08 Thread Michał Górny
commit: ce02a2ad34537c09673488dccc451d7ba77e48c4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  8 17:38:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  8 17:52:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce02a2ad

dev-python/authres: Port to py3.9

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

 dev-python/authres/authres-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0.ebuild 
b/dev-python/authres/authres-1.2.0.ebuild
index ebb3dc4e969..ae527433ce7 100644
--- a/dev-python/authres/authres-1.2.0.ebuild
+++ b/dev-python/authres/authres-1.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-14 Thread Agostino Sarubbo
commit: 6f0f0ba57b731896e43dd099f1c0ac0fb15653c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 14 13:25:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 14 13:25:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0f0ba5

dev-python/authres: x86 stable wrt bug #721758

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/authres/authres-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0.ebuild 
b/dev-python/authres/authres-1.2.0.ebuild
index 133fb7eb3cc..ebb3dc4e969 100644
--- a/dev-python/authres/authres-1.2.0.ebuild
+++ b/dev-python/authres/authres-1.2.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://launchpad.net/authentication-results-python
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 SLOT="0"
 IUSE=""
 



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

2020-05-14 Thread Agostino Sarubbo
commit: 8b8bd811730b709d712dd186b3470865d4cb089f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May 14 13:21:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May 14 13:21:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8bd811

dev-python/authres: amd64 stable wrt bug #721758

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/authres/authres-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.2.0.ebuild 
b/dev-python/authres/authres-1.2.0.ebuild
index 73bbc14a321..133fb7eb3cc 100644
--- a/dev-python/authres/authres-1.2.0.ebuild
+++ b/dev-python/authres/authres-1.2.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://launchpad.net/authentication-results-python
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 SLOT="0"
 IUSE=""
 



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

2020-05-04 Thread Michał Górny
commit: 64a454773690011682cbb92467b80b1412ebee84
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 10:21:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 10:23:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a45477

dev-python/authres: Remove old

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

 dev-python/authres/Manifest |  1 -
 dev-python/authres/authres-1.1.1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
index 7fa2219a5aa..93df8f3fff9 100644
--- a/dev-python/authres/Manifest
+++ b/dev-python/authres/Manifest
@@ -1,3 +1,2 @@
 DIST authres-0.800.tar.gz 19863 BLAKE2B 
01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87
 SHA512 
d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7
-DIST authres-1.1.1.tar.gz 23180 BLAKE2B 
8ca2e0a0e93da50188d721be1fd60604ec2fdedb117df39c6e74d454d48d008a1627b45acbc18df3bc3c386794d7ac91e31ccca131c9e6e04f6bb34417f64c50
 SHA512 
61e73e85e524279d5db37375fbe7b1fcf65a24280ef61124a94e4236ce477c225637690e9d424f5ee3fef8b9cd3d26c6d512dfa3c1c8491fa4f4bf266f88ac80
 DIST authres-1.2.0.tar.gz 23226 BLAKE2B 
ecae8e08a72cfca48a8264ae8d93bc29a8a7afc080a120b08380fe29be1ac50bb68a74e6741dbf7ada2f9eb901d2da0b1567e8aa10b7a82ba4953cd32cc94f57
 SHA512 
b801b24127f90608c4e7870a3a15bfb6e350f7d8bbe7b7cd9e1c6d541fd360afb9bdd15f35e864f01f8ff2d33d65650e712c932c9402ab2affb86bc7536b63e1

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
deleted file mode 100644
index 494482fe441..000
--- a/dev-python/authres/authres-1.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Authentication-Results Headers generation and parsing"
-HOMEPAGE="https://launchpad.net/authentication-results-python 
https://pypi.org/project/authres/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-SLOT="0"
-IUSE=""
-
-python_test() {
-   "${EPYTHON}" -m doctest -v authres/tests ||
-   die "Tests fail with ${EPYTHON}"
-}



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

2020-04-19 Thread Michael Orlitzky
commit: 55d98a38681faaf9100f38afc2388f9d4dc9d5ba
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Apr 19 16:07:17 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Apr 19 20:33:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d98a38

dev-python/authres: new version with python-3.8 support.

This is needed to add python-3.8 support to dev-python/pyspf, which is
in turn needed for the same in mail-filter/pypolicyd-spf.

Bug: https://bugs.gentoo.org/718324
Closes: https://bugs.gentoo.org/711700
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-python/authres/Manifest |  1 +
 dev-python/authres/authres-1.2.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
index 0ba1a619c7a..7fa2219a5aa 100644
--- a/dev-python/authres/Manifest
+++ b/dev-python/authres/Manifest
@@ -1,2 +1,3 @@
 DIST authres-0.800.tar.gz 19863 BLAKE2B 
01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87
 SHA512 
d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7
 DIST authres-1.1.1.tar.gz 23180 BLAKE2B 
8ca2e0a0e93da50188d721be1fd60604ec2fdedb117df39c6e74d454d48d008a1627b45acbc18df3bc3c386794d7ac91e31ccca131c9e6e04f6bb34417f64c50
 SHA512 
61e73e85e524279d5db37375fbe7b1fcf65a24280ef61124a94e4236ce477c225637690e9d424f5ee3fef8b9cd3d26c6d512dfa3c1c8491fa4f4bf266f88ac80
+DIST authres-1.2.0.tar.gz 23226 BLAKE2B 
ecae8e08a72cfca48a8264ae8d93bc29a8a7afc080a120b08380fe29be1ac50bb68a74e6741dbf7ada2f9eb901d2da0b1567e8aa10b7a82ba4953cd32cc94f57
 SHA512 
b801b24127f90608c4e7870a3a15bfb6e350f7d8bbe7b7cd9e1c6d541fd360afb9bdd15f35e864f01f8ff2d33d65650e712c932c9402ab2affb86bc7536b63e1

diff --git a/dev-python/authres/authres-1.2.0.ebuild 
b/dev-python/authres/authres-1.2.0.ebuild
new file mode 100644
index 000..73bbc14a321
--- /dev/null
+++ b/dev-python/authres/authres-1.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Parse and generate Authentication-Results headers"
+HOMEPAGE="https://launchpad.net/authentication-results-python
+   https://pypi.org/project/authres/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+SLOT="0"
+IUSE=""
+
+python_test() {
+   "${EPYTHON}" -m doctest -v authres/tests ||
+   die "Tests fail with ${EPYTHON}"
+}



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

2020-03-19 Thread Michał Górny
commit: dbd7582b3d4a9ecfb89a38e8493d718cf831b9d8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 19 18:28:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 19 18:44:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd7582b

dev-python/authres: Remove py2

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

 dev-python/authres/authres-0.800.ebuild | 2 +-
 dev-python/authres/authres-1.1.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/authres/authres-0.800.ebuild 
b/dev-python/authres/authres-0.800.ebuild
index a2824ec8e27..b3a088be0c3 100644
--- a/dev-python/authres/authres-0.800.ebuild
+++ b/dev-python/authres/authres-0.800.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
index 26a7340c638..494482fe441 100644
--- a/dev-python/authres/authres-1.1.1.ebuild
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
 
 inherit distutils-r1
 



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

2019-07-27 Thread Matthew Thode
commit: c245641316cbeba6b61db4ff97b59bac119e32d3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul 28 00:18:53 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jul 28 00:19:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2456413

dev-python/authres: add arm64

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/authres/authres-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
index 194c7205ebf..e502ad34aeb 100644
--- a/dev-python/authres/authres-1.1.1.ebuild
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://launchpad.net/authentication-results-python 
https://pypi.org/p
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 SLOT="0"
 IUSE=""
 



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

2019-04-09 Thread Michał Górny
commit: ffed3ece72bcad0c1d9354ab04e18331afcc2757
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 10:46:42 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 10:50:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffed3ece

dev-python/authres: Simplify test phase

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

 dev-python/authres/authres-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
index 0823667ce45..9beb27ee9cf 100644
--- a/dev-python/authres/authres-1.1.1.ebuild
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -16,6 +16,6 @@ SLOT="0"
 IUSE=""
 
 python_test() {
-   "${PYTHON}" -c "import sys, authres, doctest; f, t = 
doctest.testfile('authres/tests'); \
-   sys.exit(bool(f))" || die "Tests fail with ${EPYTHON}"
+   "${EPYTHON}" -m doctest -v authres/tests ||
+   die "Tests fail with ${EPYTHON}"
 }



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

2019-04-09 Thread Michał Górny
commit: 7c49d9d4ed954ae39422f74dce8c5d48d70ed717
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 10:47:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 10:50:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c49d9d4

dev-python/authres: Tested on py3.7 and pypy3

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

 dev-python/authres/authres-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
index 9beb27ee9cf..194c7205ebf 100644
--- a/dev-python/authres/authres-1.1.1.ebuild
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Michał Górny
commit: bc29b87df35b61cfcda3ee228365cb823eca5ae1
Author: Ralph Seichter  seichter  de>
AuthorDate: Sun Apr  7 18:49:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 10:50:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc29b87d

dev-python/authres: version bump to 1.1.1

Ebuild for upstream release 1.1.1. Changed EAPI to 7.

Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://bugs.gentoo.org/682778
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --force
Closes: https://github.com/gentoo/gentoo/pull/11632
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/authres/Manifest |  1 +
 dev-python/authres/authres-1.1.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
index d1b26a44aac..0ba1a619c7a 100644
--- a/dev-python/authres/Manifest
+++ b/dev-python/authres/Manifest
@@ -1 +1,2 @@
 DIST authres-0.800.tar.gz 19863 BLAKE2B 
01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87
 SHA512 
d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7
+DIST authres-1.1.1.tar.gz 23180 BLAKE2B 
8ca2e0a0e93da50188d721be1fd60604ec2fdedb117df39c6e74d454d48d008a1627b45acbc18df3bc3c386794d7ac91e31ccca131c9e6e04f6bb34417f64c50
 SHA512 
61e73e85e524279d5db37375fbe7b1fcf65a24280ef61124a94e4236ce477c225637690e9d424f5ee3fef8b9cd3d26c6d512dfa3c1c8491fa4f4bf266f88ac80

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
new file mode 100644
index 000..0823667ce45
--- /dev/null
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Authentication-Results Headers generation and parsing"
+HOMEPAGE="https://launchpad.net/authentication-results-python 
https://pypi.org/project/authres/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+python_test() {
+   "${PYTHON}" -c "import sys, authres, doctest; f, t = 
doctest.testfile('authres/tests'); \
+   sys.exit(bool(f))" || die "Tests fail with ${EPYTHON}"
+}



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

2018-01-02 Thread Michał Górny
commit: e1edddcd35d37853b01d2e4b93cbc3a381696ccf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:06:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1edddcd

dev-python/authres: Clean old up

 dev-python/authres/Manifest |  1 -
 dev-python/authres/authres-0.701.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
index e640258265d..d1b26a44aac 100644
--- a/dev-python/authres/Manifest
+++ b/dev-python/authres/Manifest
@@ -1,2 +1 @@
-DIST authres-0.701.tar.gz 18878 BLAKE2B 
27dbf9aea7047a2c1746e4aea1b948128a13cea8d3107b48701b122f2b4a2d4702098e3d7405e3371580da5b2f05dc574ca82b43c4404ea3add5fca6a7d77b5f
 SHA512 
e4482a8c5494a550a76a0d0b8b0d406d257da271d8fae901569a960d2f90ec616c5de48a578240e831c29f9345d128ecc9cba6f05befbb03f5cd90b4c26af422
 DIST authres-0.800.tar.gz 19863 BLAKE2B 
01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87
 SHA512 
d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7

diff --git a/dev-python/authres/authres-0.701.ebuild 
b/dev-python/authres/authres-0.701.ebuild
deleted file mode 100644
index 36c972c7dc8..000
--- a/dev-python/authres/authres-0.701.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Authentication Results Header Module"
-HOMEPAGE="https://launchpad.net/authentication-results-python 
https://pypi.python.org/pypi/authres;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-DOCS=( CHANGES README )
-
-python_test() {
-   "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = 
doctest.testfile('${PN}/tests'); \
-   sys.exit(bool(f))" || return
-}



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

2017-06-28 Thread Agostino Sarubbo
commit: c4ec9c537c6ac64942ac9032576d65c9cda07a1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 28 13:16:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 28 13:16:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ec9c53

dev-python/authres: amd64 stable wrt bug #616500

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/authres/authres-0.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-0.800.ebuild 
b/dev-python/authres/authres-0.800.ebuild
index 12ce8847c30..a3e8bee6bdb 100644
--- a/dev-python/authres/authres-0.800.ebuild
+++ b/dev-python/authres/authres-0.800.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://launchpad.net/authentication-results-python 
https://pypi.pytho
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE=""
 



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

2017-04-24 Thread Pacho Ramos
commit: d62c1d52841d5524f72720c586ae1f6127bd7116
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 24 15:39:51 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 24 15:49:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62c1d52

dev-python/authres: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/authres/authres-0.800.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/authres/authres-0.800.ebuild 
b/dev-python/authres/authres-0.800.ebuild
index 842efa83b56..12ce8847c30 100644
--- a/dev-python/authres/authres-0.800.ebuild
+++ b/dev-python/authres/authres-0.800.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2017-04-20 Thread Michał Górny
commit: a4d17960a352e74b7173341f11c201cd71b70438
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 20 16:54:12 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 17:01:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d17960

dev-python/authres: Fix discarding test results

 dev-python/authres/authres-0.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/authres/authres-0.800.ebuild 
b/dev-python/authres/authres-0.800.ebuild
index 55c96f6a648..842efa83b56 100644
--- a/dev-python/authres/authres-0.800.ebuild
+++ b/dev-python/authres/authres-0.800.ebuild
@@ -17,5 +17,5 @@ IUSE=""
 
 python_test() {
"${PYTHON}" -c "import sys, ${PN}, doctest; f, t = 
doctest.testfile('${PN}/tests'); \
-   sys.exit(bool(f))" || return
+   sys.exit(bool(f))" || die "Tests fail with ${EPYTHON}"
 }