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

2024-05-29 Thread Michał Górny
commit: 1dfc426c34df88b72115b96ad42128969b72
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 30 03:45:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 30 04:03:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfc426c

dev-python/httpauth: Bump to 0.4.1

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

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

diff --git a/dev-python/httpauth/Manifest b/dev-python/httpauth/Manifest
index 1840fe76521a..b7d147793fdd 100644
--- a/dev-python/httpauth/Manifest
+++ b/dev-python/httpauth/Manifest
@@ -1,2 +1,3 @@
 DIST httpauth-0.3.tar.gz 4440 BLAKE2B 
41c9ba9ee50b7fcc4ed409f4b34897b5243df4065fd081cd5c0951ebe2719a34a424e59c21adbcd9be133c8fe4fa4ad9dc7bec561285b873987f982f684b3682
 SHA512 
aa35148322a1c5ffc22a132d3062d300118aa23181a0008018d0aacfd473758d86d50ff1236d88126858a53e2f45aeea938988b2d1a8f62f80a97d8c2cc69822
+DIST httpauth-0.4.1.tar.gz 5526 BLAKE2B 
afa99c4cd1d2a8a0d776b8e68e4b5864db786713eba6213c18f5773d6347e70e785e03ba57ce23e89c8eb80c2f04829ed0c617c8ccdee802e394e5f39df6a858
 SHA512 
f9472aa8aa3e640bfd00b458fe356fa7d1d762d64ca5fececf7d679ce81c03b6efe22d7c224b09eed188b9289aa59efb43f9e626e71552285d886a1fab1318ef
 DIST httpauth-0.4.gh.tar.gz 5437 BLAKE2B 
9db9085afab06a8189e6ecad38a7da8a5599a39f6ca257f3a29818eeea100ca8301c704873977177ca6f40f46953365d5af14a713f87ea85747d84d006787850
 SHA512 
3e42bd400447f0179ae70662d79c61378a20dd1fcec2684d6b374de3114e362d1ad177ac7dcd9624a167de213df67438933161c083515a1ec6d20aadc6003dc4

diff --git a/dev-python/httpauth/httpauth-0.4.1.ebuild 
b/dev-python/httpauth/httpauth-0.4.1.ebuild
new file mode 100644
index ..48b72a50aecc
--- /dev/null
+++ b/dev-python/httpauth/httpauth-0.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest 
Authentication"
+HOMEPAGE="
+   https://github.com/jonashaag/httpauth/
+   https://pypi.org/project/httpauth/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2024-05-27 Thread Michał Górny
commit: b7e21dc161eec0c27135f6992233d3530218b01d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 04:33:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 04:41:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e21dc1

dev-python/httpauth: Bump to 0.4

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

 dev-python/httpauth/Manifest|  1 +
 dev-python/httpauth/httpauth-0.4.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/httpauth/Manifest b/dev-python/httpauth/Manifest
index 8dff66939152..1840fe76521a 100644
--- a/dev-python/httpauth/Manifest
+++ b/dev-python/httpauth/Manifest
@@ -1 +1,2 @@
 DIST httpauth-0.3.tar.gz 4440 BLAKE2B 
41c9ba9ee50b7fcc4ed409f4b34897b5243df4065fd081cd5c0951ebe2719a34a424e59c21adbcd9be133c8fe4fa4ad9dc7bec561285b873987f982f684b3682
 SHA512 
aa35148322a1c5ffc22a132d3062d300118aa23181a0008018d0aacfd473758d86d50ff1236d88126858a53e2f45aeea938988b2d1a8f62f80a97d8c2cc69822
+DIST httpauth-0.4.gh.tar.gz 5437 BLAKE2B 
9db9085afab06a8189e6ecad38a7da8a5599a39f6ca257f3a29818eeea100ca8301c704873977177ca6f40f46953365d5af14a713f87ea85747d84d006787850
 SHA512 
3e42bd400447f0179ae70662d79c61378a20dd1fcec2684d6b374de3114e362d1ad177ac7dcd9624a167de213df67438933161c083515a1ec6d20aadc6003dc4

diff --git a/dev-python/httpauth/httpauth-0.4.ebuild 
b/dev-python/httpauth/httpauth-0.4.ebuild
new file mode 100644
index ..32e48b05348c
--- /dev/null
+++ b/dev-python/httpauth/httpauth-0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest 
Authentication"
+HOMEPAGE="
+   https://github.com/jonashaag/httpauth/
+   https://pypi.org/project/httpauth/
+"
+# 0.4 has broken sdist
+# https://github.com/jonashaag/httpauth/issues/6
+SRC_URI="
+   https://github.com/jonashaag/httpauth/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2024-05-17 Thread Michał Górny
commit: a9b24e18aa4173cd44cdbc52964f4ded540bbaf1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 18:21:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 18:23:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b24e18

dev-python/httpauth: Enable py3.13

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

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

diff --git a/dev-python/httpauth/httpauth-0.3-r1.ebuild 
b/dev-python/httpauth/httpauth-0.3-r1.ebuild
index cba95c2a12f2..c1f53e87effa 100644
--- a/dev-python/httpauth/httpauth-0.3-r1.ebuild
+++ b/dev-python/httpauth/httpauth-0.3-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=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



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

2023-05-31 Thread Michał Górny
commit: 6dab07690926e81dcf96d6452f3496254339e08b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  1 04:01:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  1 04:07:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dab0769

dev-python/httpauth: Enable py3.12

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

 dev-python/httpauth/httpauth-0.3-r1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/httpauth/httpauth-0.3-r1.ebuild 
b/dev-python/httpauth/httpauth-0.3-r1.ebuild
index 826b032ffd94..cba95c2a12f2 100644
--- a/dev-python/httpauth/httpauth-0.3-r1.ebuild
+++ b/dev-python/httpauth/httpauth-0.3-r1.ebuild
@@ -4,12 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 
 DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest 
Authentication"
-HOMEPAGE="https://github.com/jonashaag/httpauth/;
+HOMEPAGE="
+   https://github.com/jonashaag/httpauth/
+   https://pypi.org/project/httpauth/
+"
 
 LICENSE="ISC"
 SLOT="0"



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

2023-03-15 Thread Michał Górny
commit: 523de631aa087d6c878236bac2104b819dd2321e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:45:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:48:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523de631

dev-python/httpauth: Use pypi.eclass

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

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

diff --git a/dev-python/httpauth/httpauth-0.3-r1.ebuild 
b/dev-python/httpauth/httpauth-0.3-r1.ebuild
index 6ddc5f435f9f..826b032ffd94 100644
--- a/dev-python/httpauth/httpauth-0.3-r1.ebuild
+++ b/dev-python/httpauth/httpauth-0.3-r1.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest 
Authentication"
 HOMEPAGE="https://github.com/jonashaag/httpauth/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/httpauth/files/, dev-python/httpauth/

2022-11-26 Thread Louis Sautier
commit: 0083001fd7b5dc20f3334b356707b08e016bda16
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Nov 26 19:18:05 2022 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Nov 26 22:10:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0083001f

dev-python/httpauth: enable py3.11, drop nose

Signed-off-by: Louis Sautier  gentoo.org>

 .../httpauth-0.3-remove-nose-dependency.patch  | 40 ++
 dev-python/httpauth/httpauth-0.3-r1.ebuild | 12 +--
 2 files changed, 50 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/httpauth/files/httpauth-0.3-remove-nose-dependency.patch 
b/dev-python/httpauth/files/httpauth-0.3-remove-nose-dependency.patch
new file mode 100644
index ..5cb607c2bb4c
--- /dev/null
+++ b/dev-python/httpauth/files/httpauth-0.3-remove-nose-dependency.patch
@@ -0,0 +1,40 @@
+commit d57060ebaeca8cd38e03cc64f9ee0996e83b50a9
+Author: Jonas Haag 
+Date:   Thu Apr 21 08:58:36 2022 +0200
+
+Move CI to GHA (#3)
+
+--- a/tests.py
 b/tests.py
+@@ -10,7 +10,7 @@ except ImportError: # Python 2
+ 
+ from httpauth import DictHttpAuthMiddleware, DigestFileHttpAuthMiddleware, 
md5_str
+ 
+-from nose.tools import raises
++import pytest
+ 
+ 
+ def parse_dict_header(value):
+@@ -121,16 +121,16 @@ def test_without_realm():
+ assert 'Digest realm=""' in response.headers['WWW-Authenticate']
+ 
+ 
+-@raises(ValueError)
+ def test_invalid_digestfile_1():
+-DigestFileHttpAuthMiddleware(StringIO('u::realm:hash'),
+- wsgi_app=wsgi_app)
++with pytest.raises(ValueError):
++DigestFileHttpAuthMiddleware(StringIO('u::realm:hash'),
++ wsgi_app=wsgi_app)
+ 
+ 
+-@raises(ValueError)
+ def test_invalid_digestfile_2():
+-DigestFileHttpAuthMiddleware(StringIO('u:realm:hash\nu2:realm2:hash2'),
+- wsgi_app=wsgi_app)
++with pytest.raises(ValueError):
++
DigestFileHttpAuthMiddleware(StringIO('u:realm:hash\nu2:realm2:hash2'),
++ wsgi_app=wsgi_app)
+ 
+ 
+ def test_ticket_1():

diff --git a/dev-python/httpauth/httpauth-0.3-r1.ebuild 
b/dev-python/httpauth/httpauth-0.3-r1.ebuild
index 703fdd988ecb..ae8ef46058ed 100644
--- a/dev-python/httpauth/httpauth-0.3-r1.ebuild
+++ b/dev-python/httpauth/httpauth-0.3-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 
@@ -16,4 +16,12 @@ LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-distutils_enable_tests nose
+PATCHES=(
+   "${FILESDIR}/${P}-remove-nose-dependency.patch"
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest tests.py
+}



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

2022-04-11 Thread Michał Górny
commit: 8f844cce7702bf319c125c75539e19220e4e4106
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 11 07:55:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 11 07:55:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f844cce

dev-python/httpauth: Remove old

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

 dev-python/httpauth/httpauth-0.3.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-python/httpauth/httpauth-0.3.ebuild 
b/dev-python/httpauth/httpauth-0.3.ebuild
deleted file mode 100644
index 13834cac533b..
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest 
Authentication"
-HOMEPAGE="https://github.com/jonashaag/httpauth/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests nose



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

2022-01-29 Thread Michał Górny
commit: 22fb95c898532c67173215eb2cb716b131346797
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 14:54:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 14:54:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fb95c8

dev-python/httpauth: Switch to PEP 517 build

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

 dev-python/httpauth/httpauth-0.3-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/httpauth/httpauth-0.3-r1.ebuild 
b/dev-python/httpauth/httpauth-0.3-r1.ebuild
new file mode 100644
index ..703fdd988ecb
--- /dev/null
+++ b/dev-python/httpauth/httpauth-0.3-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest 
Authentication"
+HOMEPAGE="https://github.com/jonashaag/httpauth/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests nose



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

2021-05-09 Thread Louis Sautier
commit: 181705f0ae14e984a6dcb22c359f03fbfc1f21ca
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun May  9 21:55:08 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun May  9 21:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181705f0

dev-python/httpauth: enable Python 3.10

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/httpauth/httpauth-0.3.ebuild 
b/dev-python/httpauth/httpauth-0.3.ebuild
index 9a20a55bd5a..13834cac533 100644
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ b/dev-python/httpauth/httpauth-0.3.ebuild
@@ -1,9 +1,9 @@
-# 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=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1



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

2020-09-04 Thread Louis Sautier
commit: 9541ecb5c6f18f30726708b12a566cf7ced6bb03
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Sep  4 23:05:15 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Sep  4 23:05:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9541ecb5

dev-python/httpauth: add Python 3.9 support

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/httpauth/httpauth-0.3.ebuild 
b/dev-python/httpauth/httpauth-0.3.ebuild
index 5bff2d38252..79917f96a9c 100644
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ b/dev-python/httpauth/httpauth-0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1



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

2020-03-11 Thread Louis Sautier
commit: 8ff930d979fecf14b7fbae5c8cff16f354d1dd4c
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Mar 11 13:13:32 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Mar 11 17:12:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff930d9

dev-python/httpauth: add Py3.8 support, fix deps

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/httpauth/httpauth-0.3.ebuild | 14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/dev-python/httpauth/httpauth-0.3.ebuild 
b/dev-python/httpauth/httpauth-0.3.ebuild
index ec763d1968c..5bff2d38252 100644
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ b/dev-python/httpauth/httpauth-0.3.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 
@@ -14,14 +15,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   nosetests -v tests.py || die "tests failed with ${EPYTHON}"
-}
+distutils_enable_tests nose



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

2020-02-05 Thread Michał Górny
commit: d2d662a46e0561f991beea1d314f57da7dbf2673
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 14:14:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 14:24:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d662a4

dev-python/httpauth: Remove py2

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

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

diff --git a/dev-python/httpauth/httpauth-0.3.ebuild 
b/dev-python/httpauth/httpauth-0.3.ebuild
index 7ebdcafbbdd..ec763d1968c 100644
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ b/dev-python/httpauth/httpauth-0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 



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

2018-07-28 Thread Louis Sautier
commit: 729d25ac2e2a7c935d339ee750352d54d6974f28
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Jul 28 22:21:56 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Jul 28 22:26:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729d25ac

dev-python/httpauth: add Python 3.7, EAPI=7, make tests verbose

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/httpauth/httpauth-0.3.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/httpauth/httpauth-0.3.ebuild 
b/dev-python/httpauth/httpauth-0.3.ebuild
index 49c87f86fbe..5d6c2a75af2 100644
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ b/dev-python/httpauth/httpauth-0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -16,11 +16,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-DEPEND="
+BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 
 python_test() {
-   nosetests tests.py || die "tests failed with ${EPYTHON}"
+   nosetests -v tests.py || die "tests failed with ${EPYTHON}"
 }



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

2017-09-22 Thread Patrice Clement
commit: 6a817fdc08723fab45b0a7c2e9b1655457fa32c7
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Sep 18 23:32:44 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 22 13:11:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a817fdc

dev-python/httpauth: add py3.6 and pypy{,3} to PYTHON_COMPAT.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/httpauth/httpauth-0.3.ebuild | 4 ++--
 dev-python/httpauth/metadata.xml| 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/httpauth/httpauth-0.3.ebuild 
b/dev-python/httpauth/httpauth-0.3.ebuild
index cd9dcbbff84..49c87f86fbe 100644
--- a/dev-python/httpauth/httpauth-0.3.ebuild
+++ b/dev-python/httpauth/httpauth-0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
 
 inherit distutils-r1
 

diff --git a/dev-python/httpauth/metadata.xml b/dev-python/httpauth/metadata.xml
index 2996c14f7ef..ce8b8302b0d 100644
--- a/dev-python/httpauth/metadata.xml
+++ b/dev-python/httpauth/metadata.xml
@@ -4,7 +4,6 @@

sautier.lo...@gmail.com
Louis Sautier
-   Proxied maintainer; set to assignee in all 
bugs


proxy-ma...@gentoo.org



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

2016-04-12 Thread Patrice Clement
commit: baba4be200e6de1dfe15173cfb8404d734e6d4a3
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Apr 12 12:56:04 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr 12 18:55:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baba4be2

dev-python/httpauth: new package, needed for www-apps/klaus

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1248

Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/httpauth/Manifest|  1 +
 dev-python/httpauth/httpauth-0.3.ebuild | 27 +++
 dev-python/httpauth/metadata.xml| 18 ++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/httpauth/Manifest b/dev-python/httpauth/Manifest
new file mode 100644
index 000..aa241a2
--- /dev/null
+++ b/dev-python/httpauth/Manifest
@@ -0,0 +1 @@
+DIST httpauth-0.3.tar.gz 4440 SHA256 
74645a5c3cf7d094fb3b6803b789453ade634f2eb7d177d149dfbf680e3a5a61 SHA512 
aa35148322a1c5ffc22a132d3062d300118aa23181a0008018d0aacfd473758d86d50ff1236d88126858a53e2f45aeea938988b2d1a8f62f80a97d8c2cc69822
 WHIRLPOOL 
861600fd9912468d187bd982ffb2968756d5281be55e249fd0f175ecaf0d095965a24bbd3435f127fa629d609bfa1d999df772ae8d204199f0c478c3ff278b84

diff --git a/dev-python/httpauth/httpauth-0.3.ebuild 
b/dev-python/httpauth/httpauth-0.3.ebuild
new file mode 100644
index 000..c47eb0c
--- /dev/null
+++ b/dev-python/httpauth/httpauth-0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A WSGI middleware that secures routes using HTTP Digest 
Authentication"
+HOMEPAGE="https://github.com/jonashaag/httpauth/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   nosetests tests.py || die "tests failed with ${EPYTHON}"
+}

diff --git a/dev-python/httpauth/metadata.xml b/dev-python/httpauth/metadata.xml
new file mode 100644
index 000..2996c14
--- /dev/null
+++ b/dev-python/httpauth/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sautier.lo...@gmail.com
+   Louis Sautier
+   Proxied maintainer; set to assignee in all 
bugs
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   httpauth
+   jonashaag/httpauth
+   https://github.com/jonashaag/httpauth/issues
+   
+