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

2024-08-30 Thread Michał Górny
commit: 2b9139634fc13721388f1d5982bf53cf4e1b3908
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 31 06:32:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 31 06:55:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b913963

dev-python/webtest: Bump to 3.0.1

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

 dev-python/webtest/Manifest |  1 +
 dev-python/webtest/webtest-3.0.1.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index e6746eb0179d..270b5b8df17d 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1 +1,2 @@
 DIST WebTest-3.0.0.tar.gz 75871 BLAKE2B 
e97d050c1077d74e463e3409580d021424f755933bb9d5ac5e119c70c76890d5632e565f03a02f3497e21fed95158c56b199a877fc4575968f6b4af2655db8b6
 SHA512 
b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747
+DIST webtest-3.0.1.tar.gz 79278 BLAKE2B 
3466e0d291cc8b02f5f11c8174dcf99cf56696d394de195fce721bb4f01cb76140bf39a955a264f84daad091ad8c37b6302e39c351373b77c4ec0d8a40d74575
 SHA512 
58417f2d533bd8339258f756d16d1f1cf26f89d8bc387cc7a7ba8fa2b30346454c053b531f79238939112b318fe1972d960d681c605e178d223acc53a8784be4

diff --git a/dev-python/webtest/webtest-3.0.1.ebuild 
b/dev-python/webtest/webtest-3.0.1.ebuild
new file mode 100644
index ..7f4c0e248189
--- /dev/null
+++ b/dev-python/webtest/webtest-3.0.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN="WebTest"
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="
+   https://docs.pylonsproject.org/projects/webtest/en/latest/
+   https://github.com/Pylons/webtest/
+   https://pypi.org/project/WebTest/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/paste[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pyquery[${PYTHON_USEDEP}]
+   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/legacy-cgi[${PYTHON_USEDEP}]
+   ' 3.13)
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
+)
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



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

2024-08-26 Thread Arthur Zamarin
commit: 79b18d48612c79b96fcbe214e6fa61ee9569de22
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 26 18:52:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 26 18:52:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b18d48

dev-python/webtest: keyword 3.0.0-r1 for ~mips

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

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

diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild 
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index f5f6f9fd2d33..3c3e407db9c9 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/paste[${PYTHON_USEDEP}]



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

2024-07-11 Thread James Le Cuirot
commit: 9883ef2fc66cce2cceb9c7bc6970bdd94542a759
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jul 11 21:37:23 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jul 11 21:37:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9883ef2f

dev-python/webtest: Keyword 3.0.0-r1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild 
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index 1efd2b1c89d6..f5f6f9fd2d33 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/paste[${PYTHON_USEDEP}]



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

2024-06-15 Thread Michał Górny
commit: 5f5610f53991ddd2143c88bf2af8ea18bf1f8602
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 15 13:12:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 15 13:14:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5610f5

dev-python/webtest: Merge py3.13 revbump back

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

 dev-python/webtest/webtest-3.0.0-r1.ebuild |  7 +++--
 dev-python/webtest/webtest-3.0.0-r2.ebuild | 47 --
 2 files changed, 5 insertions(+), 49 deletions(-)

diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild 
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index 0b2948bb5da8..1efd2b1c89d6 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="WebTest"
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 
@@ -32,6 +32,9 @@ BDEPEND="
test? (
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/legacy-cgi[${PYTHON_USEDEP}]
+   ' 3.13)
)
 "
 

diff --git a/dev-python/webtest/webtest-3.0.0-r2.ebuild 
b/dev-python/webtest/webtest-3.0.0-r2.ebuild
deleted file mode 100644
index 1ff513b356f8..
--- a/dev-python/webtest/webtest-3.0.0-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="WebTest"
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="
-   https://docs.pylonsproject.org/projects/webtest/en/latest/
-   https://github.com/Pylons/webtest/
-   https://pypi.org/project/WebTest/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/paste[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
-   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pyquery[${PYTHON_USEDEP}]
-   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/legacy-cgi[${PYTHON_USEDEP}]
-   ' 3.13)
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
-   "${FILESDIR}/webtest-3.0.0-python3.12-unittest.patch"
-)
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest



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

2024-06-15 Thread Michał Górny
commit: 61c3bb52fd59cdc76c43225ba430af79461b40a2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 15 07:43:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 15 08:14:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c3bb52

dev-python/webtest: Enable py3.13

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

 dev-python/webtest/webtest-3.0.0-r2.ebuild | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/dev-python/webtest/webtest-3.0.0-r2.ebuild 
b/dev-python/webtest/webtest-3.0.0-r2.ebuild
new file mode 100644
index ..1ff513b356f8
--- /dev/null
+++ b/dev-python/webtest/webtest-3.0.0-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="WebTest"
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="
+   https://docs.pylonsproject.org/projects/webtest/en/latest/
+   https://github.com/Pylons/webtest/
+   https://pypi.org/project/WebTest/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/paste[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pyquery[${PYTHON_USEDEP}]
+   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/legacy-cgi[${PYTHON_USEDEP}]
+   ' 3.13)
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
+   "${FILESDIR}/webtest-3.0.0-python3.12-unittest.patch"
+)
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



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

2023-07-31 Thread Michał Górny
commit: 7d2eae3da92f1b3b62a3b0e2f413fa12499d259d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 31 06:27:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 31 07:13:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2eae3d

dev-python/webtest: Enable py3.12

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

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

diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild 
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index 55be134cdd50..0b2948bb5da8 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -6,8 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="WebTest"
-# py3.12 should pass but pyquery doesn't yet support 3.12
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-29 Thread Sam James
commit: dea547c244e32c9a9f13699d4972e40579a2c5d2
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 15:05:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 15:05:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea547c2

dev-python/webtest: add github upstream metadata

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

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

diff --git a/dev-python/webtest/metadata.xml b/dev-python/webtest/metadata.xml
index 1ce3308ecc21..8c9667576fc0 100644
--- a/dev-python/webtest/metadata.xml
+++ b/dev-python/webtest/metadata.xml
@@ -8,5 +8,6 @@


WebTest
+   Pylons/webtest

 



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

2023-05-29 Thread Sam James
commit: 4e53837fea3abb80950d3d31abe7ba6ab57c5ee4
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 14:56:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 15:04:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e53837f

dev-python/webtest: add py3.12 patch, no py3.12 yet though b/c pyquery

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

 .../files/webtest-3.0.0-python3.12-unittest.patch  | 115 +
 dev-python/webtest/webtest-3.0.0-r1.ebuild |   4 +-
 2 files changed, 118 insertions(+), 1 deletion(-)

diff --git a/dev-python/webtest/files/webtest-3.0.0-python3.12-unittest.patch 
b/dev-python/webtest/files/webtest-3.0.0-python3.12-unittest.patch
new file mode 100644
index ..c797a8cbb0c9
--- /dev/null
+++ b/dev-python/webtest/files/webtest-3.0.0-python3.12-unittest.patch
@@ -0,0 +1,115 @@
+https://github.com/Pylons/webtest/pull/251
+
+From d82ec5bd2cf3c7109a1d49ad9fa802ae1eae1763 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Mon, 29 May 2023 15:54:28 +0100
+Subject: [PATCH] Replace deprecated unittest aliases for Python 3.12
+
+See https://docs.python.org/3.12/whatsnew/3.12.html#removed.
+--- a/tests/test_app.py
 b/tests/test_app.py
+@@ -221,7 +221,7 @@ def cookie_app(environ, start_response):
+ ('Set-Cookie', 'foo=bar;baz'),
+ ])
+ else:
+-self.assertEquals(dict(req.cookies),
++self.assertEqual(dict(req.cookies),
+   {'spam': 'eggs', 'foo': 'bar'})
+ self.assertIn('foo=bar', environ['HTTP_COOKIE'])
+ self.assertIn('spam=eggs', environ['HTTP_COOKIE'])
+@@ -258,7 +258,7 @@ def cookie_app(environ, start_response):
+ ('Set-Cookie', 'foo=bar;baz; secure'),
+ ])
+ else:
+-self.assertEquals(dict(req.cookies),
++self.assertEqual(dict(req.cookies),
+   {'spam': 'eggs', 'foo': 'bar'})
+ self.assertIn('foo=bar', environ['HTTP_COOKIE'])
+ self.assertIn('spam=eggs', environ['HTTP_COOKIE'])
+--- a/tests/test_authorisation.py
 b/tests/test_authorisation.py
+@@ -17,7 +17,7 @@ def test_basic_authorization(self):
+ app.authorization = authorization
+ 
+ self.assertIn('HTTP_AUTHORIZATION', app.extra_environ)
+-self.assertEquals(app.authorization, authorization)
++self.assertEqual(app.authorization, authorization)
+ 
+ resp = app.get('/')
+ resp.mustcontain('HTTP_AUTHORIZATION: Basic Z2F3ZWw6cGFzc3dk')
+@@ -26,7 +26,7 @@ def test_basic_authorization(self):
+ authtype, value = header.split(' ')
+ auth = (authtype,
+ b64decode(to_bytes(value)).decode('latin1').split(':'))
+-self.assertEquals(authorization, auth)
++self.assertEqual(authorization, auth)
+ 
+ app.authorization = None
+ self.assertNotIn('HTTP_AUTHORIZATION', app.extra_environ)
+@@ -37,7 +37,7 @@ def test_bearer_authorization(self):
+ app.authorization = authorization
+ 
+ self.assertIn('HTTP_AUTHORIZATION', app.extra_environ)
+-self.assertEquals(app.authorization, authorization)
++self.assertEqual(app.authorization, authorization)
+ 
+ resp = app.get('/')
+ resp.mustcontain('HTTP_AUTHORIZATION: Bearer 
2588409761fcfa3e378bff4fb766e2e2')
+--- a/tests/test_forms.py
 b/tests/test_forms.py
+@@ -1031,7 +1031,7 @@ def test_upload_invalid_content(self):
+ single_form.submit("button")
+ except ValueError:
+ e = sys.exc_info()[1]
+-self.assertEquals(
++self.assertEqual(
+ str(e),
+ u('File content must be %s not %s' % (bytes, int))
+ )
+--- a/tests/test_lint.py
 b/tests/test_lint.py
+@@ -62,15 +62,15 @@ class TestMiddleware(unittest.TestCase):
+ @unittest.skipIf(sys.flags.optimize > 0, "skip assert tests if optimize 
is enabled")
+ def test_lint_too_few_args(self):
+ linter = middleware(application)
+-with self.assertRaisesRegexp(AssertionError, "Two arguments 
required"):
++with self.assertRaisesRegex(AssertionError, "Two arguments required"):
+ linter()
+-with self.assertRaisesRegexp(AssertionError, "Two arguments 
required"):
++with self.assertRaisesRegex(AssertionError, "Two arguments required"):
+ linter({})
+ 
+ @unittest.skipIf(sys.flags.optimize > 0, "skip assert tests if optimize 
is enabled")
+ def test_lint_no_keyword_args(self):
+ linter = middleware(application)
+-with self.assertRaisesRegexp(AssertionError, "No keyword arguments "
++with self.assertRaisesRegex(AssertionError, "No keyword arguments "
+  "allowed"):
+ linter({}, 'foo', baz='baz')
+

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

2023-03-25 Thread Michał Górny
commit: cbb05d8e394d120bd83eeadbefd0a3eca24511a3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 13:54:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 17:18:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb05d8e

dev-python/webtest: Use pypi.eclass

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

 dev-python/webtest/webtest-3.0.0-r1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild 
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index 6cf281f526dc..8e4a5a67c8eb 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -4,20 +4,18 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="WebTest"
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Helper to test WSGI applications"
 HOMEPAGE="
https://docs.pylonsproject.org/projects/webtest/en/latest/
https://github.com/Pylons/webtest/
https://pypi.org/project/WebTest/
 "
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"



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

2022-06-16 Thread Michał Górny
commit: 1a50bc5f79d6c0580a3f22c55cd46d0c4839d9c0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 11:15:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 11:24:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a50bc5f

dev-python/webtest: Remove old

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

 dev-python/webtest/webtest-3.0.0.ebuild | 41 -
 1 file changed, 41 deletions(-)

diff --git a/dev-python/webtest/webtest-3.0.0.ebuild 
b/dev-python/webtest/webtest-3.0.0.ebuild
deleted file mode 100644
index 8a826aad32b8..
--- a/dev-python/webtest/webtest-3.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="https://pypi.org/project/WebTest/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/paste[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
-   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]"
-BDEPEND="
-   app-arch/unzip
-   test? (
-   dev-python/pyquery[${PYTHON_USEDEP}]
-   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
-)
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest



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

2022-06-16 Thread Jakov Smolić
commit: c1d78640d63f4f44a5707f7c1fa94755fdc89f58
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 16 09:33:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 16 09:33:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d78640

dev-python/webtest: Stabilize 3.0.0-r1 ALLARCHES, #852524

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild 
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index 69095a63ef2c..e630a7ea4cf4 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/paste[${PYTHON_USEDEP}]



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

2022-05-17 Thread Michał Górny
commit: d237c18f5be5751b8627e9a15f30dd2702fd6323
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 17 07:12:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 17 07:21:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d237c18f

dev-python/webtest: Enable py3.11

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

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

diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild 
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index c602efc63f3c..69095a63ef2c 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.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/webtest/

2022-05-17 Thread Michał Górny
commit: 69325891be55d4a30a3a7d392582bd6e0abab9d6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 17 07:12:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 17 07:21:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69325891

dev-python/webtest: Use PEP517 build

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

 dev-python/webtest/webtest-3.0.0-r1.ebuild | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild 
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
new file mode 100644
index ..c602efc63f3c
--- /dev/null
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -0,0 +1,45 @@
+# 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
+
+MY_PN="WebTest"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="
+   https://docs.pylonsproject.org/projects/webtest/en/latest/
+   https://github.com/Pylons/webtest/
+   https://pypi.org/project/WebTest/
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/paste[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pyquery[${PYTHON_USEDEP}]
+   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
+)
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



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

2021-10-03 Thread Michał Górny
commit: adca8c825b278d53ea9100b811e1139843d622b6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  3 19:26:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  3 19:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adca8c82

dev-python/webtest: Remove old

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

 dev-python/webtest/Manifest  |  1 -
 dev-python/webtest/webtest-2.0.35.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index 38115e12748..e6746eb0179 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1,2 +1 @@
-DIST WebTest-2.0.35.tar.gz 76227 BLAKE2B 
2f10520a66a00cf61834d5ebe2b8eea469d4ca32155c9af3c0b78234607ea5443e695730a7db4476f5296f9b848f3950027d7485a4116e7d736fd9c33d8e78ae
 SHA512 
ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339
 DIST WebTest-3.0.0.tar.gz 75871 BLAKE2B 
e97d050c1077d74e463e3409580d021424f755933bb9d5ac5e119c70c76890d5632e565f03a02f3497e21fed95158c56b199a877fc4575968f6b4af2655db8b6
 SHA512 
b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
deleted file mode 100644
index 6b1ffd9087b..000
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="https://pypi.org/project/WebTest/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/paste[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
-   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]"
-BDEPEND="
-   app-arch/unzip
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   dev-python/pyquery[${PYTHON_USEDEP}]
-   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
-)
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest



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

2021-10-03 Thread Sam James
commit: 9850f4d77e250604b1395e04c044ab2e46822034
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  3 18:49:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  3 18:49:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9850f4d7

dev-python/webtest: Stabilize 3.0.0 ALLARCHES, #816009

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

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

diff --git a/dev-python/webtest/webtest-3.0.0.ebuild 
b/dev-python/webtest/webtest-3.0.0.ebuild
index 209ac9463c7..7d3eadc6cce 100644
--- a/dev-python/webtest/webtest-3.0.0.ebuild
+++ b/dev-python/webtest/webtest-3.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-09-01 Thread Marek Szuba
commit: 868c598d5f794ecddbc2e1da670cdfa7582715f0
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep  1 12:57:26 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep  1 12:59:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868c598d

dev-python/webtest: keyword 3.0.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-3.0.0.ebuild 
b/dev-python/webtest/webtest-3.0.0.ebuild
index d17e102423c..8e044a55a55 100644
--- a/dev-python/webtest/webtest-3.0.0.ebuild
+++ b/dev-python/webtest/webtest-3.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-19 Thread Michał Górny
commit: ec13dbe599f6f93f70e12540a0eb140152497555
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 19 21:51:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 19 21:53:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec13dbe5

dev-python/webtest: Bump to 3.0.0

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

 dev-python/webtest/Manifest |  1 +
 dev-python/webtest/webtest-3.0.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index 6c5d1fe1ffa..38115e12748 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1 +1,2 @@
 DIST WebTest-2.0.35.tar.gz 76227 BLAKE2B 
2f10520a66a00cf61834d5ebe2b8eea469d4ca32155c9af3c0b78234607ea5443e695730a7db4476f5296f9b848f3950027d7485a4116e7d736fd9c33d8e78ae
 SHA512 
ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339
+DIST WebTest-3.0.0.tar.gz 75871 BLAKE2B 
e97d050c1077d74e463e3409580d021424f755933bb9d5ac5e119c70c76890d5632e565f03a02f3497e21fed95158c56b199a877fc4575968f6b4af2655db8b6
 SHA512 
b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747

diff --git a/dev-python/webtest/webtest-3.0.0.ebuild 
b/dev-python/webtest/webtest-3.0.0.ebuild
new file mode 100644
index 000..d17e102423c
--- /dev/null
+++ b/dev-python/webtest/webtest-3.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_PN="WebTest"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="https://pypi.org/project/WebTest/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/paste[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
+BDEPEND="
+   app-arch/unzip
+   test? (
+   dev-python/pyquery[${PYTHON_USEDEP}]
+   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
+)
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



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

2021-05-30 Thread Michał Górny
commit: 8ace7c1002f15c71b099b7b6dc9470bf323803f0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 30 19:37:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 30 19:45:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ace7c10

dev-python/webtest: Enable py3.10

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

 dev-python/webtest/webtest-2.0.35.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 0cfccf1b11c..9580a68bc44 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -1,11 +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
 
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 MY_PN="WebTest"
@@ -29,7 +27,7 @@ RDEPEND="
>=dev-python/webob-1.2[${PYTHON_USEDEP}]
>=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
+BDEPEND="
app-arch/unzip
test? (
dev-python/mock[${PYTHON_USEDEP}]



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

2020-11-28 Thread Sam James
commit: 2ad2130182168d2dfad96a5b4c3ba4c0b8ca841f
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:33:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:33:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad21301

dev-python/webtest: ~x64-macos keyworded

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

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 09275ae8409..15d63f97e20 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-24 Thread Michał Górny
commit: be2828f44113d82453a7f1bf1d2db2eeddd79a1b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 24 15:09:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 24 15:09:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2828f4

dev-python/webtest: Remove old

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

 dev-python/webtest/Manifest  |  1 -
 dev-python/webtest/webtest-2.0.33.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index 18b0e17c5bb..6c5d1fe1ffa 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1,2 +1 @@
-DIST WebTest-2.0.33.tar.gz 76081 BLAKE2B 
6c06d7cf6573282342ac190fe2365d041679fd9a75571a525cf0214f22a0631d5f97e94261090d9c2a372f77b005d22be5976f612c27c6b4c832c71469b33ee8
 SHA512 
9f5c614f8215837dc5cecc9c3e844c5e1678eb8275f9e27a0ec6a68648e9f4f09155aa72f6c731c34028b8671b7776a94235f3e54d7dbf5ff55de94840171ca8
 DIST WebTest-2.0.35.tar.gz 76227 BLAKE2B 
2f10520a66a00cf61834d5ebe2b8eea469d4ca32155c9af3c0b78234607ea5443e695730a7db4476f5296f9b848f3950027d7485a4116e7d736fd9c33d8e78ae
 SHA512 
ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
deleted file mode 100644
index 184c4d2ff57..000
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="https://pypi.org/project/WebTest/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc64 s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/paste[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
-   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-   app-arch/unzip
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pyquery[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
-)
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-#python_test() {
-#  distutils_install_for_testing
-#  # Tests raise ImportErrors with our default PYTHONPATH.
-#  local -x PYTHONPATH=
-#  nosetests -v || die "Tests fail with ${EPYTHON}"
-#}



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

2020-07-25 Thread Michał Górny
commit: 1e87b39136b9fa46a351930b123c4aa41d7b01a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 25 08:18:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 25 08:31:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e87b391

dev-python/webtest: Remove py2

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

 dev-python/webtest/webtest-2.0.33.ebuild | 3 +--
 dev-python/webtest/webtest-2.0.35.ebuild | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index f6c90bb7be1..184c4d2ff57 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -35,7 +35,6 @@ BDEPEND="${RDEPEND}
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
)"
 
 PATCHES=(

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index d41ecba469c..8cf0c7fd607 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-07-19 Thread Sam James
commit: 545fab4a7ea0498bf0fae8343adcc46c6c776d82
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 15:46:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 15:46:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545fab4a

dev-python/webtest: x86 stable (bug #730126)

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

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 515fb31ae2b..d41ecba469c 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-14 Thread Sam James
commit: 97cf866a81968bccad2ba9ae5b4c66612cded7df
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 14 15:54:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 14 15:57:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cf866a

dev-python/webtest: ppc64 stable (bug #730126)

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

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 4fb525204d0..515fb31ae2b 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-14 Thread Sam James
commit: 2f6046a304f2f518deec3eb4051e2c72c15c5734
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 14 13:16:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 14 13:16:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6046a3

dev-python/webtest: ppc stable (bug #730126)

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

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index cf39ace2115..4fb525204d0 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-06 Thread Michał Górny
commit: 01195c69102e2523e3da73d22dc5d9413d0e9c79
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  6 18:54:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  6 19:00:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01195c69

dev-python/webtest: Stabilize 2.0.35 amd64, #730126

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

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 660032760a1..cf39ace2115 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-06 Thread Sergei Trofimovich
commit: f823790eb4888cc79a2db34560cb22d3adaba55e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul  6 15:23:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul  6 16:43:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f823790e

dev-python/webtest: stable 2.0.35 for hppa, bug #730126

Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index da24b168973..660032760a1 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-05 Thread Sergei Trofimovich
commit: 1c9008dd835f888d69fe30d4ff1f952abfe8d525
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul  5 08:50:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  5 09:27:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9008dd

dev-python/webtest: stable 2.0.35 for sparc, bug #730126

Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 211caa24aa2..da24b168973 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-01 Thread Michał Górny
commit: de19bffab8b119d6414da246e75ab635a9601030
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Wed Jul  1 03:21:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  1 12:21:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de19bffa

dev-python/webtest: arm stable (bug #730126)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 2f10b3f2dfa..2a82d27844c 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-05-30 Thread Michał Górny
commit: cf69546240015e1f0e2ff845657a298fe126bb58
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 12:57:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 14:37:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf695462

dev-python/webtest: Keyword 2.0.35 ppc, #726188

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

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

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
index 2b07d79efb4..2f10b3f2dfa 100644
--- a/dev-python/webtest/webtest-2.0.35.ebuild
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-05-27 Thread Michał Górny
commit: a97e2a09ef3498593f9a914e02da80b4a1a588a8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 06:54:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 07:03:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97e2a09

dev-python/webtest: Bump to 2.0.35

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

 dev-python/webtest/Manifest  |  1 +
 dev-python/webtest/webtest-2.0.35.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index b463cc828c8..18b0e17c5bb 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1 +1,2 @@
 DIST WebTest-2.0.33.tar.gz 76081 BLAKE2B 
6c06d7cf6573282342ac190fe2365d041679fd9a75571a525cf0214f22a0631d5f97e94261090d9c2a372f77b005d22be5976f612c27c6b4c832c71469b33ee8
 SHA512 
9f5c614f8215837dc5cecc9c3e844c5e1678eb8275f9e27a0ec6a68648e9f4f09155aa72f6c731c34028b8671b7776a94235f3e54d7dbf5ff55de94840171ca8
+DIST WebTest-2.0.35.tar.gz 76227 BLAKE2B 
2f10520a66a00cf61834d5ebe2b8eea469d4ca32155c9af3c0b78234607ea5443e695730a7db4476f5296f9b848f3950027d7485a4116e7d736fd9c33d8e78ae
 SHA512 
ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339

diff --git a/dev-python/webtest/webtest-2.0.35.ebuild 
b/dev-python/webtest/webtest-2.0.35.ebuild
new file mode 100644
index 000..2b07d79efb4
--- /dev/null
+++ b/dev-python/webtest/webtest-2.0.35.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="WebTest"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="https://pypi.org/project/WebTest/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/paste[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   app-arch/unzip
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   dev-python/pyquery[${PYTHON_USEDEP}]
+   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
+)
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



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

2020-05-26 Thread Michał Górny
commit: 78317c816cdf3d561e71e30420cf637cc2cb26b6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:11:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78317c81

dev-python/webtest: Port to py39

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

 dev-python/webtest/webtest-2.0.33.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index b6ad0bf3e54..f6c90bb7be1 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 
@@ -35,7 +35,6 @@ BDEPEND="${RDEPEND}
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
)"
 



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

2020-05-04 Thread Michał Górny
commit: c3bf11a4ba1b316472cc61b72c16cdc090c96a3b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 12:32:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 12:32:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3bf11a4

dev-python/webtest: Remove old

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

 dev-python/webtest/Manifest |  2 -
 dev-python/webtest/webtest-2.0.21.ebuild| 68 -
 dev-python/webtest/webtest-2.0.29-r1.ebuild | 67 
 dev-python/webtest/webtest-2.0.29.ebuild| 67 
 4 files changed, 204 deletions(-)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index 4ac12673163..b463cc828c8 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1,3 +1 @@
-DIST WebTest-2.0.21.tar.gz 66866 BLAKE2B 
d2830fcce7fb4b91029838806952e3e9c6916c3b292c7142138f30486d936b4a1f0c2d28a5973b0c351c64e499f343f3711296c6e37c38548e3a81b108163a17
 SHA512 
21f58ee9192fd0eb0eb2d88179ffc015aa5cf04c8004db251bd65d13d54c34b9e6b5fc9fdd8e9fcbbc18fcfb2be714c0691b2ef034318861262f8705b4a44610
-DIST WebTest-2.0.29.tar.gz 74620 BLAKE2B 
7fc68f1178b1abb0a0f126112b846853762ad78cb060718bc340f5ba17517180b7283f384503ff77a2c7396645ebe2d5528dbc0f027c5d44beb002c4204bf894
 SHA512 
319700d1444f6a681f8ed8a4ee8661ba0462b3f4bfeb7510232f58be92e017066da3bac494ebe1a3c5b9f2d06c025e08e6193277e13c6113e9485108d4ccd2d2
 DIST WebTest-2.0.33.tar.gz 76081 BLAKE2B 
6c06d7cf6573282342ac190fe2365d041679fd9a75571a525cf0214f22a0631d5f97e94261090d9c2a372f77b005d22be5976f612c27c6b4c832c71469b33ee8
 SHA512 
9f5c614f8215837dc5cecc9c3e844c5e1678eb8275f9e27a0ec6a68648e9f4f09155aa72f6c731c34028b8671b7776a94235f3e54d7dbf5ff55de94840171ca8

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
deleted file mode 100644
index 073cd5c91fb..000
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="https://pypi.org/project/WebTest/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc64 ~s390 sparc x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-# nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pyquery[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-# Makes testing easier; otherwise we get errors from pkg_resources.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
-   # Prevent un-needed d'loading during doc build
-   sed -s 's:intersphinx_mapping:_&:' -i docs/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs html || die
-   fi
-}
-
-python_test() {
-   # Tests raise ImportErrors with our default PYTHONPATH.
-   local -x PYTHONPATH=
-   nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/webtest/webtest-2.0.29-r1.ebuild 
b/dev-python/webtest/webtest-2.0.29-r1.ebuild
deleted file mode 100644
index 0849379fb4d..000
--- a/dev-python/webtest/webtest-2.0.29-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="https://pypi.org/project/WebTest/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-# nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with l

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

2020-03-31 Thread Mikle Kolyada
commit: 0f95645df6b3024c41e9077cf075a1ebb2d5dd9a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Mar 31 08:41:14 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Mar 31 08:41:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f95645d

dev-python/webtest: s390 stable wrt bug #715302

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index a9522cdfb88..fa1912623cd 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc64 s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-31 Thread Mikle Kolyada
commit: 8bb030add8b886ecd96e86f68b810f675f57
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Mar 31 08:40:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Mar 31 08:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb030ad

dev-python/webtest: arm stable wrt bug #715302

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index 4e54eecdf87..a9522cdfb88 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-30 Thread Sergei Trofimovich
commit: 8d7955643983d86c1379d3c9e8ec5bcf65b6789b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 30 21:11:13 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 30 21:24:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d795564

dev-python/webtest: stable 2.0.33 for sparc, bug #715302

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index a33400cd14b..4e54eecdf87 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-30 Thread Agostino Sarubbo
commit: 6ce2ccdeddd50f1c32fd339dbe226d0b83322062
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 30 13:39:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 30 13:39:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce2ccde

dev-python/webtest: ppc64 stable wrt bug #715302

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index dbdf34a18d7..a33400cd14b 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-29 Thread Sergei Trofimovich
commit: b529ed2d0c8f1db4cd45efbba8c8d398f21052a2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 29 14:42:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 29 14:42:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b529ed2d

dev-python/webtest: stable 2.0.33 for ia64, bug #715302

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index 3dd594da062..dbdf34a18d7 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc64 ~s390 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-29 Thread Michał Górny
commit: 42c6dfdef08c0eb15772c84c4f2152669510ce46
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 11:54:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 12:02:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c6dfde

dev-python/webtest: Stabilize 2.0.33 x86 wrt ALLARCHES

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

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index 72765b809f2..3dd594da062 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-03-29 Thread Michał Górny
commit: be8239fd10fbce549d2a6ba2ad8434118704fbfb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 11:46:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 11:50:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8239fd

dev-python/webtest: Mark ALLARCHES

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

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

diff --git a/dev-python/webtest/metadata.xml b/dev-python/webtest/metadata.xml
index 0990b16f82a..fb1aafc4a7a 100644
--- a/dev-python/webtest/metadata.xml
+++ b/dev-python/webtest/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

WebTest




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

2020-03-16 Thread Matt Turner
commit: 6f1c7ecd4f9d310060fbdc582c228108c91683e2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 16 19:46:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 16 19:52:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1c7ecd

dev-python/webtest-2.0.33: add ~alpha, bug 701360

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index 248cccfad19..5c92935b992 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-01-26 Thread Michał Górny
commit: a0abf6f0df7f0a325c5a429beba560bf7c133810
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 27 06:43:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 27 07:22:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0abf6f0

dev-python/webtest: Set DISTUTILS_USE_SETUPTOOLS

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

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index 3f9b7c6ca0e..248cccfad19 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
 
 inherit distutils-r1
@@ -30,7 +31,6 @@ RDEPEND="
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
 BDEPEND="${RDEPEND}
app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]



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

2019-12-08 Thread Sergei Trofimovich
commit: 81de28ac4905d3a0df67e7052e28439c4dbd0dd4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  8 23:27:24 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 23:31:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81de28ac

dev-python/webtest: keyworded 2.0.33 for ia64, bug #701360

Package-Manager: Portage-2.3.81, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index cac52924717..463f35e3e2a 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-03 Thread Aaron Bauman
commit: df3f06a450cb883c62d40481264b5165968cca3b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  4 01:43:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  4 01:46:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3f06a4

dev-python/webtest: amd64 stable version 2.0.33

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index 993b03f7166..cac52924717 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-02 Thread Mikle Kolyada
commit: 300e9cfb9ed40461cbe64aea5b42c4a8d2dd298b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  2 10:58:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  2 10:58:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300e9cfb

dev-python/webtest: Add ~arm keyword wrt bug #701360

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index c3d7b98ef26..993b03f7166 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-11-27 Thread Patrick McLean
commit: 2c523b12d1345ea7357da5ebec5f3e212e4b6624
Author: Patrick McLean  sony  com>
AuthorDate: Wed Nov 27 20:07:02 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Nov 27 21:19:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c523b12

dev-python/webtest-2.0.33: bump, add py38 and pypy{,3}

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/webtest/webtest-2.0.33.ebuild | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index c9df5a13b44..c3d7b98ef26 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
 
 inherit distutils-r1
 
@@ -17,17 +17,18 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-# nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest
 RDEPEND="
+   dev-python/paste[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/webob-1.2[${PYTHON_USEDEP}]
>=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
@@ -43,10 +44,11 @@ PATCHES=(
 )
 
 distutils_enable_sphinx docs
-
-python_test() {
-   distutils_install_for_testing
-   # Tests raise ImportErrors with our default PYTHONPATH.
-   local -x PYTHONPATH=
-   nosetests -v || die "Tests fail with ${EPYTHON}"
-}
+distutils_enable_tests pytest
+
+#python_test() {
+#  distutils_install_for_testing
+#  # Tests raise ImportErrors with our default PYTHONPATH.
+#  local -x PYTHONPATH=
+#  nosetests -v || die "Tests fail with ${EPYTHON}"
+#}



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

2019-11-25 Thread Michał Górny
commit: a53294c6e44cf07e9102b4b3f4afea56ecd3c11f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 25 12:25:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 25 12:35:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53294c6

dev-python/webtest: Use distutils_enable_sphinx

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

 dev-python/webtest/webtest-2.0.33.ebuild | 35 
 1 file changed, 4 insertions(+), 31 deletions(-)

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index 192dfb7318f..c9df5a13b44 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -13,11 +13,13 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Helper to test WSGI applications"
 HOMEPAGE="https://pypi.org/project/WebTest/";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest
 RDEPEND="
@@ -28,10 +30,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( $(python_gen_any_dep '
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   ')
-   )
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
@@ -40,31 +38,11 @@ DEPEND="${RDEPEND}
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
)"
 
-S="${WORKDIR}/${MY_P}"
-
-RESTRICT="!test? ( test )"
-
 PATCHES=(
"${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
 )
 
-python_check_deps() {
-   use doc || return 0
-   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-python_prepare_all() {
-   # Prevent un-needed d'loading during doc build
-   sed -i -e 's:^intersphinx_mapping:disabled_&: ; s:^templates_path:#&:' \
-   docs/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs html || die
-   fi
-}
+distutils_enable_sphinx docs
 
 python_test() {
distutils_install_for_testing
@@ -72,8 +50,3 @@ python_test() {
local -x PYTHONPATH=
nosetests -v || die "Tests fail with ${EPYTHON}"
 }
-
-python_install_all() {
-   use doc && local HTML_DOCS=( html/. )
-   distutils-r1_python_install_all
-}



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

2019-11-22 Thread Patrick McLean
commit: eb8e18e7db5ed9e041467662711e7be944fab5f5
Author: Patrick McLean  sony  com>
AuthorDate: Fri Nov 22 23:58:36 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Nov 22 23:58:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8e18e7

dev-python/webtest-2.0.33: Add test restrict, remove old comment

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
index f7c319ecf35..192dfb7318f 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -42,8 +42,8 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${MY_P}"
 
-# Makes testing easier; otherwise we get errors from pkg_resources.
-#DISTUTILS_IN_SOURCE_BUILD=1
+RESTRICT="!test? ( test )"
+
 PATCHES=(
"${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
 )



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

2019-11-22 Thread Patrick McLean
commit: e1762668f2a4524e16f5026db167b9b5af03645f
Author: Patrick McLean  sony  com>
AuthorDate: Fri Nov 22 21:46:04 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Nov 22 21:46:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1762668

dev-python/webtest: Version bump to 2.0.33

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/webtest/Manifest|  1 +
 .../files/webtest-2.0.33-no-pylons-theme.patch | 51 ++
 dev-python/webtest/webtest-2.0.33.ebuild   | 79 ++
 3 files changed, 131 insertions(+)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index 87d4771de37..4ac12673163 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1,2 +1,3 @@
 DIST WebTest-2.0.21.tar.gz 66866 BLAKE2B 
d2830fcce7fb4b91029838806952e3e9c6916c3b292c7142138f30486d936b4a1f0c2d28a5973b0c351c64e499f343f3711296c6e37c38548e3a81b108163a17
 SHA512 
21f58ee9192fd0eb0eb2d88179ffc015aa5cf04c8004db251bd65d13d54c34b9e6b5fc9fdd8e9fcbbc18fcfb2be714c0691b2ef034318861262f8705b4a44610
 DIST WebTest-2.0.29.tar.gz 74620 BLAKE2B 
7fc68f1178b1abb0a0f126112b846853762ad78cb060718bc340f5ba17517180b7283f384503ff77a2c7396645ebe2d5528dbc0f027c5d44beb002c4204bf894
 SHA512 
319700d1444f6a681f8ed8a4ee8661ba0462b3f4bfeb7510232f58be92e017066da3bac494ebe1a3c5b9f2d06c025e08e6193277e13c6113e9485108d4ccd2d2
+DIST WebTest-2.0.33.tar.gz 76081 BLAKE2B 
6c06d7cf6573282342ac190fe2365d041679fd9a75571a525cf0214f22a0631d5f97e94261090d9c2a372f77b005d22be5976f612c27c6b4c832c71469b33ee8
 SHA512 
9f5c614f8215837dc5cecc9c3e844c5e1678eb8275f9e27a0ec6a68648e9f4f09155aa72f6c731c34028b8671b7776a94235f3e54d7dbf5ff55de94840171ca8

diff --git a/dev-python/webtest/files/webtest-2.0.33-no-pylons-theme.patch 
b/dev-python/webtest/files/webtest-2.0.33-no-pylons-theme.patch
new file mode 100644
index 000..3fe4fe3770e
--- /dev/null
+++ b/dev-python/webtest/files/webtest-2.0.33-no-pylons-theme.patch
@@ -0,0 +1,51 @@
+diff --git a/docs/conf.py b/docs/conf.py
+index 96746bf..2445d35 100644
+--- a/docs/conf.py
 b/docs/conf.py
+@@ -13,7 +13,7 @@
+ 
+ import sys, os
+ import datetime
+-import pylons_sphinx_themes
++#import pylons_sphinx_themes
+ 
+ # If extensions (or modules to document with autodoc) are in another 
directory,
+ # add these directories to sys.path here. If the directory is relative to the
+@@ -102,11 +102,11 @@ pygments_style = 'sphinx'
+ 
+ # The theme to use for HTML and HTML Help pages.  See the documentation for
+ # a list of builtin themes.
+-html_theme = 'pylons'
+-html_theme_path = pylons_sphinx_themes.get_html_themes_path()
+-html_theme_options = dict(
+-github_url='https://github.com/Pylons/webtest',
+-)
++#html_theme = 'pylons'
++#html_theme_path = pylons_sphinx_themes.get_html_themes_path()
++#html_theme_options = dict(
++#github_url='https://github.com/Pylons/webtest',
++#)
+ # Theme options are theme-specific and customize the look and feel of a theme
+ # further.  For a list of options available for each theme, see the
+ # documentation.
+@@ -180,13 +180,13 @@ smartquotes = False
+ htmlhelp_basename = 'WebTestdoc'
+ 
+ # Control display of sidebars
+-html_sidebars = { '**': [
+-'localtoc.html',
+-'ethicalads.html',
+-'relations.html',
+-'sourcelink.html',
+-'searchbox.html',
+-] }
++#html_sidebars = { '**': [
++#'localtoc.html',
++#'ethicalads.html',
++#'relations.html',
++#'sourcelink.html',
++#'searchbox.html',
++#] }
+ 
+ # -- Options for LaTeX output 
--
+ 

diff --git a/dev-python/webtest/webtest-2.0.33.ebuild 
b/dev-python/webtest/webtest-2.0.33.ebuild
new file mode 100644
index 000..f7c319ecf35
--- /dev/null
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -0,0 +1,79 @@
+# 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,6,7}} )
+
+inherit distutils-r1
+
+MY_PN="WebTest"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="https://pypi.org/project/WebTest/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="doc test"
+
+# nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( $(python_gen_any_dep '
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   ')
+ 

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

2018-11-09 Thread Alexey Shvetsov
commit: 7533b9d8d1e7056eeaf99c39589ed2e31c1e9718
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Nov  9 14:09:20 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Nov  9 14:20:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7533b9d8

dev-python/webtest: eapi7 + py3_7

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/webtest/webtest-2.0.29-r1.ebuild | 66 +
 1 file changed, 66 insertions(+)

diff --git a/dev-python/webtest/webtest-2.0.29-r1.ebuild 
b/dev-python/webtest/webtest-2.0.29-r1.ebuild
new file mode 100644
index 000..f7ea291c78c
--- /dev/null
+++ b/dev-python/webtest/webtest-2.0.29-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+MY_PN="WebTest"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="https://pypi.org/project/WebTest/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="doc test"
+
+# nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pyquery[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+# Makes testing easier; otherwise we get errors from pkg_resources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   # Prevent un-needed d'loading during doc build
+   sed -s 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs html || die
+   fi
+}
+
+python_test() {
+   # Tests raise ImportErrors with our default PYTHONPATH.
+   local -x PYTHONPATH=
+   nosetests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( html/. )
+   distutils-r1_python_install_all
+}



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

2018-07-21 Thread Mikle Kolyada
commit: 9e93acde1b0c6f94498db078e4bd3f98a28f9cef
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:09:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:13:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e93acde

dev-python/webtest: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/webtest/webtest-2.0.29.ebuild 
b/dev-python/webtest/webtest-2.0.29.ebuild
index f7981a6395b..423eae9c9a3 100644
--- a/dev-python/webtest/webtest-2.0.29.ebuild
+++ b/dev-python/webtest/webtest-2.0.29.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc64 s390 ~sh sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2018-03-30 Thread Matt Thode
commit: 20b639f0d9f92d9f0268c452dd4bba15120bf57d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 31 00:51:58 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 31 00:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b639f0

dev-python/webtest: 2.0.29 stablized alpha amd64 arm ~arm64 ~hppa ia64 ppc64 
~s390 ~sh sparc x86 under allarches

Stablized for Openstack Queens

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

diff --git a/dev-python/webtest/webtest-2.0.29.ebuild 
b/dev-python/webtest/webtest-2.0.29.ebuild
index 179c42060fc..a891f5791bf 100644
--- a/dev-python/webtest/webtest-2.0.29.ebuild
+++ b/dev-python/webtest/webtest-2.0.29.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2018-03-24 Thread Michał Górny
commit: d6073b30bc210943bbdcd35160ebf0e964d1c588
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar 21 19:33:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 24 11:20:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6073b30

dev-python/webtest: remove dead HOMEPAGE

 dev-python/webtest/webtest-2.0.21.ebuild | 4 ++--
 dev-python/webtest/webtest-2.0.29.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
index a5fba117610..3e49691c6db 100644
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ MY_PN="WebTest"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest";
+HOMEPAGE="https://pypi.python.org/pypi/WebTest";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/webtest/webtest-2.0.29.ebuild 
b/dev-python/webtest/webtest-2.0.29.ebuild
index b30ffa8e4a3..179c42060fc 100644
--- a/dev-python/webtest/webtest-2.0.29.ebuild
+++ b/dev-python/webtest/webtest-2.0.29.ebuild
@@ -11,7 +11,7 @@ MY_PN="WebTest"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest";
+HOMEPAGE="https://pypi.python.org/pypi/WebTest";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"



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

2018-02-16 Thread Matt Thode
commit: dd2356d9e32dc095fcb1ab9144bf0ce7a52dbe66
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 17 01:34:43 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 17 01:38:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2356d9

dev-python/webtest: 2.0.29 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/webtest/Manifest  |  1 +
 dev-python/webtest/webtest-2.0.29.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index cc3380a64e5..87d4771de37 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1 +1,2 @@
 DIST WebTest-2.0.21.tar.gz 66866 BLAKE2B 
d2830fcce7fb4b91029838806952e3e9c6916c3b292c7142138f30486d936b4a1f0c2d28a5973b0c351c64e499f343f3711296c6e37c38548e3a81b108163a17
 SHA512 
21f58ee9192fd0eb0eb2d88179ffc015aa5cf04c8004db251bd65d13d54c34b9e6b5fc9fdd8e9fcbbc18fcfb2be714c0691b2ef034318861262f8705b4a44610
+DIST WebTest-2.0.29.tar.gz 74620 BLAKE2B 
7fc68f1178b1abb0a0f126112b846853762ad78cb060718bc340f5ba17517180b7283f384503ff77a2c7396645ebe2d5528dbc0f027c5d44beb002c4204bf894
 SHA512 
319700d1444f6a681f8ed8a4ee8661ba0462b3f4bfeb7510232f58be92e017066da3bac494ebe1a3c5b9f2d06c025e08e6193277e13c6113e9485108d4ccd2d2

diff --git a/dev-python/webtest/webtest-2.0.29.ebuild 
b/dev-python/webtest/webtest-2.0.29.ebuild
new file mode 100644
index 000..b30ffa8e4a3
--- /dev/null
+++ b/dev-python/webtest/webtest-2.0.29.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+MY_PN="WebTest"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="doc test"
+
+# nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pyquery[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+# Makes testing easier; otherwise we get errors from pkg_resources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   # Prevent un-needed d'loading during doc build
+   sed -s 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs html || die
+   fi
+}
+
+python_test() {
+   # Tests raise ImportErrors with our default PYTHONPATH.
+   local -x PYTHONPATH=
+   nosetests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( html/. )
+   distutils-r1_python_install_all
+}



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

2018-01-06 Thread Michał Górny
commit: 5b1310977bc4ebba0a94f7516727a19145ef9577
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 09:54:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 13:39:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b131097

dev-python/webtest: Clean old up

 dev-python/webtest/Manifest  |  1 -
 dev-python/webtest/webtest-2.0.16.ebuild | 67 
 2 files changed, 68 deletions(-)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index 4baca685fdb..cc3380a64e5 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1,2 +1 @@
-DIST WebTest-2.0.16.zip 88232 BLAKE2B 
659ba614aae5fcd9194c7efc63c7d34096e66d6edf12efae569902caafd1f782a501a6c4ce1df0ebea3be61bd1674609e9be96860afdf0dc3ec667e0530837e7
 SHA512 
da09abba8ed52c8d673acf547f47df6919b534b33b746944610fc78bd3695f36e3718f89e68f8aec7852b6cf98da0f0b5500dfe9427fd7926e5304ad216eafbb
 DIST WebTest-2.0.21.tar.gz 66866 BLAKE2B 
d2830fcce7fb4b91029838806952e3e9c6916c3b292c7142138f30486d936b4a1f0c2d28a5973b0c351c64e499f343f3711296c6e37c38548e3a81b108163a17
 SHA512 
21f58ee9192fd0eb0eb2d88179ffc015aa5cf04c8004db251bd65d13d54c34b9e6b5fc9fdd8e9fcbbc18fcfb2be714c0691b2ef034318861262f8705b4a44610

diff --git a/dev-python/webtest/webtest-2.0.16.ebuild 
b/dev-python/webtest/webtest-2.0.16.ebuild
deleted file mode 100644
index fb9c40e1754..000
--- a/dev-python/webtest/webtest-2.0.16.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
-IUSE="doc test"
-
-#nose<1.3.0
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pyquery[${PYTHON_USEDEP}]
-   dev-python/pastedeploy[${PYTHON_USEDEP}]
-   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-# Makes testing easier; otherwise we get errors from pkg_resources.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
-   # Prevent un-needed d'loading during doc build
-   sed -s 's:intersphinx_mapping:_&:' -i docs/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs html || die
-   fi
-}
-
-python_test() {
-   # Tests raise ImportErrors with our default PYTHONPATH.
-   local -x PYTHONPATH=
-   nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( html/. )
-   distutils-r1_python_install_all
-}



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

2017-05-19 Thread Manuel Rüger
commit: f7bd6f4e53c7fab1453fc0e689e2daa2cbf5b915
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 19 14:01:09 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May 19 14:01:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bd6f4e

dev-python/webtest: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
index 9b0944c9375..a5fba117610 100644
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-05-15 Thread Mike Gilbert
commit: 13e9c16ddc93888b7b10eefa3d448bdbe7e47ba8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon May 15 15:57:19 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon May 15 15:58:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e9c16d

dev-python/webtest: 2.0.21 stable on amd64

Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62

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

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
index 08325c8f820..9b0944c9375 100644
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2017-05-02 Thread Michał Górny
commit: 0dd459b8f592d02c2c0112608822239ca35620e1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:28:26 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd459b8

dev-python/webtest: Clean old versions up

 dev-python/webtest/Manifest|  3 -
 .../webtest/files/webtest-1.4.3-doctest.patch  | 15 -
 dev-python/webtest/webtest-1.4.3-r1.ebuild | 57 --
 dev-python/webtest/webtest-2.0.17.ebuild   | 67 --
 dev-python/webtest/webtest-2.0.18.ebuild   | 67 --
 5 files changed, 209 deletions(-)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index af9550e7537..ed27da960ee 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1,5 +1,2 @@
-DIST WebTest-1.4.3.zip 80008 SHA256 
0439d951afdf6c58d19e0a83e30855d0bb7e35ab177d9261add71fc5a724b6ab SHA512 
87436f182edc3178481f4ec3d073399784e353d6480790470891a18d3605c2bb5a1f4effe0ffa0ce241f1256e99f1a4e3e5fcd2896acb8931aeb60a88fa2bfa2
 WHIRLPOOL 
e509a71a213b9085473536afb51142c4cd9fe99b52870139498fe5b68e8326e8b23df9af3502f0d3ebffbe0076165564d38ef143d9b229bb94b23bb857ca6fe9
 DIST WebTest-2.0.16.zip 88232 SHA256 
24ad0c9ee377f16df4d0bd626a64a75eec901852ac788bdb70e0261bff0026eb SHA512 
da09abba8ed52c8d673acf547f47df6919b534b33b746944610fc78bd3695f36e3718f89e68f8aec7852b6cf98da0f0b5500dfe9427fd7926e5304ad216eafbb
 WHIRLPOOL 
68d392000c8767ef9b5d4cc657bd6e99ec75eb4cb20cacdabdcca87942894b290f957854fb7dfb7c9eb8312877575c4e4d258e78c05f985e972b02ee04ec2643
-DIST WebTest-2.0.17.zip 88435 SHA256 
36457f708a57e4295a2c05aaf47b620b66e25429dd9170c59d0718ff7934a0b7 SHA512 
5a1e26108af1cb5fc5db10bf10a48c98815ccacb84c692ecedfc6ef02427bedaa3bdfc466a89faa51c82474da2bd393aae5f17821c516966999c5d2e5f12628d
 WHIRLPOOL 
2c7c504fd6087cc116f28de8113f456901535d6d098845bc1b3551264ee9ea5c7bc9fad4699015eecb974a0423edf60e0715d93025ed3d05da91a6235dc6e1fb
-DIST WebTest-2.0.18.zip 88440 SHA256 
beb569e6d707cb4cd82c226c97b7e1f41cd62bae656d89e687107eef8376c7fd SHA512 
98f61325a2cb0db3c0aec317f3acf8a741531fece33fa359615cdee8738cb2c4523156971c1fd420c900b0d3ece4adc15f2e77975f40376f0e58370ff7b5fe79
 WHIRLPOOL 
5057d1c1518656f4869a6baa41617815972044b91b2dbc8d56b2adcb379fefcf01de57b90cd7ee98664c004619f2170d5a6f0fd9a175a83ef758af0ee7d5c48c
 DIST WebTest-2.0.21.tar.gz 66866 SHA256 
3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55 SHA512 
21f58ee9192fd0eb0eb2d88179ffc015aa5cf04c8004db251bd65d13d54c34b9e6b5fc9fdd8e9fcbbc18fcfb2be714c0691b2ef034318861262f8705b4a44610
 WHIRLPOOL 
f87c877dc30dcee5c86225849d27a1a3b5504f656e4c68ff88273c665f1684cb21f0e31ebcdd4b6981e1bc5269d8057379f78d90c708de8e319846a5aa27669d

diff --git a/dev-python/webtest/files/webtest-1.4.3-doctest.patch 
b/dev-python/webtest/files/webtest-1.4.3-doctest.patch
deleted file mode 100644
index 15b65c51707..000
--- a/dev-python/webtest/files/webtest-1.4.3-doctest.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This doctest relies on dictionary key order, so remove it.
 a/docs/index.txt
-+++ b/docs/index.txt
-@@ -321,11 +321,6 @@
- 
- >>> res.lxml.xpath('//body/div')[0].text
- 'hey!'
-->>> res = TestResponse(content_type='application/json',
--...body=b'{"a":1,"b":2}')
-->>> res.request = TestRequest.blank('/')
-->>> list(res.json.values())
--[1, 2]
- >>> res = TestResponse(content_type='application/xml',
- ...body=b'hey!')
- >>> res.request = TestRequest.blank('/')

diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild 
b/dev-python/webtest/webtest-1.4.3-r1.ebuild
deleted file mode 100644
index c7b2abe0252..000
--- a/dev-python/webtest/webtest-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="doc test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pyquery[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-PATCHES=( "${FILESDIR}/webtest-1.4.3-doctest.patch" )
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs html || die
-   fi
-}
-
-python_test() {
-   # Tests raise Im

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

2017-04-05 Thread Michael Weber
commit: 3441f1d1a1123101328bcd8db865855bda4d3b11
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Apr  5 07:51:13 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Apr  5 07:51:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3441f1d1

dev-python/webtest: arm stable (bug 606362)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

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

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
index 2d4c07e717e..08325c8f820 100644
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2017-02-02 Thread David Seifert
commit: 8bbd871f1607a0e701235b5f1306d68f87371a63
Author: David Seifert  gentoo  org>
AuthorDate: Thu Feb  2 18:18:29 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb  2 18:42:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbd871f

dev-python/webtest: Remove ppc from KEYWORDS

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3766

 dev-python/webtest/webtest-1.4.3-r1.ebuild | 4 ++--
 dev-python/webtest/webtest-2.0.16.ebuild   | 2 +-
 dev-python/webtest/webtest-2.0.17.ebuild   | 4 ++--
 dev-python/webtest/webtest-2.0.18.ebuild   | 4 ++--
 dev-python/webtest/webtest-2.0.21.ebuild   | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild 
b/dev-python/webtest/webtest-1.4.3-r1.ebuild
index dc691c6..32bd2e5 100644
--- a/dev-python/webtest/webtest-1.4.3-r1.ebuild
+++ b/dev-python/webtest/webtest-1.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="doc test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 

diff --git a/dev-python/webtest/webtest-2.0.16.ebuild 
b/dev-python/webtest/webtest-2.0.16.ebuild
index 129528b..952ac2e 100644
--- a/dev-python/webtest/webtest-2.0.16.ebuild
+++ b/dev-python/webtest/webtest-2.0.16.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 #nose<1.3.0

diff --git a/dev-python/webtest/webtest-2.0.17.ebuild 
b/dev-python/webtest/webtest-2.0.17.ebuild
index a77bc49..40da727 100644
--- a/dev-python/webtest/webtest-2.0.17.ebuild
+++ b/dev-python/webtest/webtest-2.0.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest

diff --git a/dev-python/webtest/webtest-2.0.18.ebuild 
b/dev-python/webtest/webtest-2.0.18.ebuild
index 4b40107..c316ca6 100644
--- a/dev-python/webtest/webtest-2.0.18.ebuild
+++ b/dev-python/webtest/webtest-2.0.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
index 81b30b5..a82aa0a 100644
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2017-01-26 Thread Agostino Sarubbo
commit: d83f4b9da5d7c3851e81f790fd513392157296b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 26 15:28:32 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 26 15:28:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83f4b9d

dev-python/webtest: ia64 stable wrt bug #606362

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
index bfe2e72..81b30b5 100644
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2017-01-26 Thread Agostino Sarubbo
commit: 3e6899b0b67c8245073d41fd98704ed2581597b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 26 10:22:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 26 10:22:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6899b0

dev-python/webtest: sparc stable wrt bug #606362

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
index e996e55..bfe2e72 100644
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2017-01-25 Thread Tobias Klausmann
commit: 1b85f817cfbe8f964491cde7566573c87cbda0fc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jan 25 21:09:25 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jan 25 21:09:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b85f817

dev-python/webtest-2.0.21-r0: stable on alpha

Gentoo-Bug: 606362

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

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
index 1ce9a9e..e996e55 100644
--- a/dev-python/webtest/webtest-2.0.21.ebuild
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2016-09-20 Thread David Seifert
commit: cb48242c1a2d686de7eb59bc8cde052167db09f8
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Sep 20 16:56:53 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep 20 21:07:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb48242c

dev-python/webtest: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/2375

Signed-off-by: David Seifert  gentoo.org>

 .../files/webtest-1.3-doctest-ellipsis.patch   | 38 --
 .../webtest/files/webtest-1.3.4-index_fixt.patch   | 13 
 2 files changed, 51 deletions(-)

diff --git a/dev-python/webtest/files/webtest-1.3-doctest-ellipsis.patch 
b/dev-python/webtest/files/webtest-1.3-doctest-ellipsis.patch
deleted file mode 100644
index 38b01ae..
--- a/dev-python/webtest/files/webtest-1.3-doctest-ellipsis.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff --git a/docs/index.txt b/docs/index.txt
-index f472102..1edf711 100644
 a/docs/index.txt
-+++ b/docs/index.txt
-@@ -271,7 +271,7 @@ Then you can submit:
- >>> res = form.submit()
- >>> # Or submit a button:
- >>> res = form.submit('submit')
-->>> print(res)
-+>>> print(res) # doctest:+ELLIPSIS
- Response: 200 OK
- Content-Type: text/plain
- ...
-@@ -331,7 +331,7 @@ Examples:
- 
- >>> res.html.body.div.string
- u'hey!'
-->>> res.lxml
-+>>> res.lxml # doctest:+ELLIPSIS
- 
- >>> res.lxml.xpath('//body/div')[0].text
- 'hey!'
-@@ -343,13 +343,13 @@ Examples:
- >>> res = TestResponse(content_type='application/xml',
- ...body='hey!')
- >>> res.request = TestRequest.blank('/')
-->>> res.xml
-+>>> res.xml # doctest:+ELLIPSIS
- 
- >>> res.xml[0].tag
- 'message'
- >>> res.xml[0].text
- 'hey!'
-->>> res.lxml
-+>>> res.lxml # doctest:+ELLIPSIS
- 
- >>> res.lxml[0].tag
- 'message'
\ No newline at end of file

diff --git a/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch 
b/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch
deleted file mode 100644
index 5cb75c7..
--- a/dev-python/webtest/files/webtest-1.3.4-index_fixt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 /dev/null  2012-05-03 18:34:53.28899 +0800
-+++ docs/index_fixt.py 2012-05-07 00:07:55.392854158 +0800
-@@ -0,0 +1,10 @@
-+# -*- coding: utf-8 -*-
-+from doctest import ELLIPSIS
-+
-+
-+def setup_test(test):
-+for example in test.examples:
-+example.options.setdefault(ELLIPSIS, 1)
-+
-+setup_test.__test__ = False
-+



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

2016-06-12 Thread Patrick Lauer
commit: be8255cd1663c658be74a3e88680d1903b7d6c8e
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Jun 12 19:03:28 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jun 12 19:03:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8255cd

dev-python/webtest: Bump

Package-Manager: portage-2.3.0_rc1

 dev-python/webtest/Manifest  |  1 +
 dev-python/webtest/webtest-2.0.21.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index 2469a75..af9550e 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -2,3 +2,4 @@ DIST WebTest-1.4.3.zip 80008 SHA256 
0439d951afdf6c58d19e0a83e30855d0bb7e35ab177d
 DIST WebTest-2.0.16.zip 88232 SHA256 
24ad0c9ee377f16df4d0bd626a64a75eec901852ac788bdb70e0261bff0026eb SHA512 
da09abba8ed52c8d673acf547f47df6919b534b33b746944610fc78bd3695f36e3718f89e68f8aec7852b6cf98da0f0b5500dfe9427fd7926e5304ad216eafbb
 WHIRLPOOL 
68d392000c8767ef9b5d4cc657bd6e99ec75eb4cb20cacdabdcca87942894b290f957854fb7dfb7c9eb8312877575c4e4d258e78c05f985e972b02ee04ec2643
 DIST WebTest-2.0.17.zip 88435 SHA256 
36457f708a57e4295a2c05aaf47b620b66e25429dd9170c59d0718ff7934a0b7 SHA512 
5a1e26108af1cb5fc5db10bf10a48c98815ccacb84c692ecedfc6ef02427bedaa3bdfc466a89faa51c82474da2bd393aae5f17821c516966999c5d2e5f12628d
 WHIRLPOOL 
2c7c504fd6087cc116f28de8113f456901535d6d098845bc1b3551264ee9ea5c7bc9fad4699015eecb974a0423edf60e0715d93025ed3d05da91a6235dc6e1fb
 DIST WebTest-2.0.18.zip 88440 SHA256 
beb569e6d707cb4cd82c226c97b7e1f41cd62bae656d89e687107eef8376c7fd SHA512 
98f61325a2cb0db3c0aec317f3acf8a741531fece33fa359615cdee8738cb2c4523156971c1fd420c900b0d3ece4adc15f2e77975f40376f0e58370ff7b5fe79
 WHIRLPOOL 
5057d1c1518656f4869a6baa41617815972044b91b2dbc8d56b2adcb379fefcf01de57b90cd7ee98664c004619f2170d5a6f0fd9a175a83ef758af0ee7d5c48c
+DIST WebTest-2.0.21.tar.gz 66866 SHA256 
3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55 SHA512 
21f58ee9192fd0eb0eb2d88179ffc015aa5cf04c8004db251bd65d13d54c34b9e6b5fc9fdd8e9fcbbc18fcfb2be714c0691b2ef034318861262f8705b4a44610
 WHIRLPOOL 
f87c877dc30dcee5c86225849d27a1a3b5504f656e4c68ff88273c665f1684cb21f0e31ebcdd4b6981e1bc5269d8057379f78d90c708de8e319846a5aa27669d

diff --git a/dev-python/webtest/webtest-2.0.21.ebuild 
b/dev-python/webtest/webtest-2.0.21.ebuild
new file mode 100644
index 000..72f1530
--- /dev/null
+++ b/dev-python/webtest/webtest-2.0.21.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="WebTest"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Helper to test WSGI applications"
+HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE="doc test"
+
+# nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.2[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pyquery[${PYTHON_USEDEP}]
+   dev-python/pastedeploy[${PYTHON_USEDEP}]
+   dev-python/wsgiproxy2[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 )
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+# Makes testing easier; otherwise we get errors from pkg_resources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   # Prevent un-needed d'loading during doc build
+   sed -s 's:intersphinx_mapping:_&:' -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs html || die
+   fi
+}
+
+python_test() {
+   # Tests raise ImportErrors with our default PYTHONPATH.
+   local -x PYTHONPATH=
+   nosetests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( html/. )
+   distutils-r1_python_install_all
+}



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

2016-03-25 Thread Matt Thode
commit: 96ead2b01ebd7d7b60c88d178cc639b8f61afde4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 26 02:07:12 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 26 02:07:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ead2b0

dev-python/webtest: adding py35

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/webtest/webtest-2.0.18.ebuild 
b/dev-python/webtest/webtest-2.0.18.ebuild
index 90d1867..80335e2 100644
--- a/dev-python/webtest/webtest-2.0.18.ebuild
+++ b/dev-python/webtest/webtest-2.0.18.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 



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

2016-02-27 Thread Matt Thode
commit: e7c55038ee5a3c7c3346f71c4db319132edef39a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:15:09 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:39:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c55038

dev-python/webtest: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/webtest/webtest-2.0.18.ebuild 
b/dev-python/webtest/webtest-2.0.18.ebuild
index ccac72d..90d1867 100644
--- a/dev-python/webtest/webtest-2.0.18.ebuild
+++ b/dev-python/webtest/webtest-2.0.18.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2015-11-18 Thread Justin Lecher
commit: 78a75def30a5e444653e67366317fc615fe50983
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Nov 18 15:36:32 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Nov 18 15:40:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a75def

dev-python/webtest: Keyword under ALLARCHES policy

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=543802

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/webtest/webtest-2.0.16.ebuild | 2 +-
 dev-python/webtest/webtest-2.0.17.ebuild | 4 ++--
 dev-python/webtest/webtest-2.0.18.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/webtest/webtest-2.0.16.ebuild 
b/dev-python/webtest/webtest-2.0.16.ebuild
index 98af652..f42020c 100644
--- a/dev-python/webtest/webtest-2.0.16.ebuild
+++ b/dev-python/webtest/webtest-2.0.16.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="doc test"
 
 #nose<1.3.0

diff --git a/dev-python/webtest/webtest-2.0.17.ebuild 
b/dev-python/webtest/webtest-2.0.17.ebuild
index 478873b..ccac72d 100644
--- a/dev-python/webtest/webtest-2.0.17.ebuild
+++ b/dev-python/webtest/webtest-2.0.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest

diff --git a/dev-python/webtest/webtest-2.0.18.ebuild 
b/dev-python/webtest/webtest-2.0.18.ebuild
index 8f8b579..ccac72d 100644
--- a/dev-python/webtest/webtest-2.0.18.ebuild
+++ b/dev-python/webtest/webtest-2.0.18.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest



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

2015-08-20 Thread Tobias Klausmann
commit: fa4d5d6c7e1ddde5f3adceec9910bb8abfd95132
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Aug 20 17:11:57 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Aug 20 17:11:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4d5d6c

dev-python/webtest: add alpha keyword

Gentoo-Bug: 530622

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/webtest/webtest-2.0.16.ebuild 
b/dev-python/webtest/webtest-2.0.16.ebuild
index d23c113..3c55ebe 100644
--- a/dev-python/webtest/webtest-2.0.16.ebuild
+++ b/dev-python/webtest/webtest-2.0.16.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 x86"
 IUSE="doc test"
 
 #nose<1.3.0



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

2015-08-12 Thread Tobias Klausmann
commit: 691e8ef279a49099a90421dc06b6ae6462fe3b80
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Aug 12 15:49:08 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Aug 12 15:51:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691e8ef2

dev-python/webtest: add ~alpha keyword

Gentoo-Bug: 543802

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/webtest/webtest-2.0.17.ebuild 
b/dev-python/webtest/webtest-2.0.17.ebuild
index 5599392..0ca3c76 100644
--- a/dev-python/webtest/webtest-2.0.17.ebuild
+++ b/dev-python/webtest/webtest-2.0.17.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 
 # nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine 
with latest