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

2021-06-05 Thread Michał Górny
commit: 16494083e3a1508642e597824a743ed0a40e76e0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 18:36:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 18:38:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16494083

dev-python/www-authenticate: Enable py3.10

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

 dev-python/www-authenticate/www-authenticate-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild 
b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
index d8e65f20dfe..1b82576cee0 100644
--- a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
+++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-02-27 Thread Sam James
commit: 1005efd87d7c7661638245d1beb291624fc6d474
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 27 21:12:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 27 21:39:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1005efd8

dev-python/www-authenticate: add Python 3.9

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

 dev-python/www-authenticate/www-authenticate-0.9.2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild 
b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
index ced0ca23b3d..d8e65f20dfe 100644
--- a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
+++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
 
-PYTHON_COMPAT=( python3_{7,8} )
 inherit distutils-r1
 
 DESCRIPTION="WWW-Authenticate header parser"



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

2020-04-26 Thread Michał Górny
commit: 527ce8fd3ddd73aebaddf6726d2d2e2953bf234e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 26 15:08:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 26 15:16:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527ce8fd

dev-python/www-authenticate: Enable py3.{7,8}, modernize

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

 dev-python/www-authenticate/www-authenticate-0.9.2.ebuild | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild 
b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
index d56aaf333fe..c315ec4d286 100644
--- a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
+++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="WWW-Authenticate header parser"
@@ -13,14 +13,5 @@ 
SRC_URI="https://github.com/alexsdutton/www-authenticate/archive/${PV}.tar.gz ->
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests tests.py || die
-}
+distutils_enable_tests nose



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

2020-02-05 Thread Michał Górny
commit: 84ae6eabbb0340741f27ab50d72c6936e25a14a1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  6 06:59:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  6 07:08:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ae6eab

dev-python/www-authenticate: Remove py2

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

 dev-python/www-authenticate/www-authenticate-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild 
b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
index bea1084fbed..d56aaf333fe 100644
--- a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
+++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="WWW-Authenticate header parser"



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

2017-10-16 Thread Manuel Rüger
commit: 97b8344ec72b195a8086ee0605be3cf0fa20b43d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 16 11:08:39 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 16 11:08:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b8344e

dev-python/www-authenticate: Initial version

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-python/www-authenticate/Manifest   |  1 +
 dev-python/www-authenticate/metadata.xml   | 12 +++
 .../www-authenticate/www-authenticate-0.9.2.ebuild | 25 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/www-authenticate/Manifest 
b/dev-python/www-authenticate/Manifest
new file mode 100644
index 000..ab9f37ed32b
--- /dev/null
+++ b/dev-python/www-authenticate/Manifest
@@ -0,0 +1 @@
+DIST www-authenticate-0.9.2.tar.gz 2480 SHA256 
77697918c9b72974a0162f14472b48a7a02b15344a4df3092194c2afc54eb738 SHA512 
5ee3ee733013d922bfef96981fd33b22947874c0a2a56c6d2dbfe11b0bc447a3ff6b6f294efaea2beaf2ff570cd3bf519a21bc71ce62fc0a8ce5edc5d68308f4
 WHIRLPOOL 
309fc6eb4007b38e8bc674ca336c31081e98f5c9706f4b65d8bd8fb1425e8cd15a52dce4b276fde6c6c8ca3591dbdf033fb4a893a91e772e875c0a55e0f4bb48

diff --git a/dev-python/www-authenticate/metadata.xml 
b/dev-python/www-authenticate/metadata.xml
new file mode 100644
index 000..fe9656ede93
--- /dev/null
+++ b/dev-python/www-authenticate/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   www-authenticate
+   alexsdutton/www-authenticate
+   
+

diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild 
b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
new file mode 100644
index 000..95e755f95e8
--- /dev/null
+++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="WWW-Authenticate header parser"
+HOMEPAGE="https://github.com/alexsdutton/www-authenticate;
+SRC_URI="https://github.com/alexsdutton/www-authenticate/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests tests.py || die
+}