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

2024-07-11 Thread James Le Cuirot
commit: f72df2508fff18de24ec3ddfe5f20d0a7670cffc
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jul 11 20:43:43 2024 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jul 11 20:55:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72df250

dev-python/webob: Keyword 1.8.7-r1 for ~m68k

The tests pass.

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

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

diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild 
b/dev-python/webob/webob-1.8.7-r1.ebuild
index ee133d7262a3..9141eb434484 100644
--- a/dev-python/webob/webob-1.8.7-r1.ebuild
+++ b/dev-python/webob/webob-1.8.7-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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2024-06-15 Thread Michał Górny
commit: d9b9b9459ad25069ac800ce7bc1a906c62f6196a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 15 13:12:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 15 13:14:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b9b945

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

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

 dev-python/webob/webob-1.8.7-r1.ebuild | 10 +++--
 dev-python/webob/webob-1.8.7-r2.ebuild | 37 --
 2 files changed, 8 insertions(+), 39 deletions(-)

diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild 
b/dev-python/webob/webob-1.8.7-r1.ebuild
index f85e17ace805..ee133d7262a3 100644
--- a/dev-python/webob/webob-1.8.7-r1.ebuild
+++ b/dev-python/webob/webob-1.8.7-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="WebOb"
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 
@@ -21,6 +21,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/legacy-cgi[${PYTHON_USEDEP}]
+   ' 3.13)
+"
+
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest
 

diff --git a/dev-python/webob/webob-1.8.7-r2.ebuild 
b/dev-python/webob/webob-1.8.7-r2.ebuild
deleted file mode 100644
index 836e74c043c9..
--- a/dev-python/webob/webob-1.8.7-r2.ebuild
+++ /dev/null
@@ -1,37 +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="WebOb"
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="
-   https://webob.org/
-   https://github.com/Pylons/webob/
-   https://pypi.org/project/WebOb/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/legacy-cgi[${PYTHON_USEDEP}]
-   ' 3.13)
-"
-
-distutils_enable_sphinx docs 'dev-python/alabaster'
-distutils_enable_tests pytest
-
-src_prepare() {
-   # py3.9
-   sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
-   distutils-r1_src_prepare
-}



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

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

dev-python/webob: Enable py3.13

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

 dev-python/webob/webob-1.8.7-r2.ebuild | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/dev-python/webob/webob-1.8.7-r2.ebuild 
b/dev-python/webob/webob-1.8.7-r2.ebuild
new file mode 100644
index ..836e74c043c9
--- /dev/null
+++ b/dev-python/webob/webob-1.8.7-r2.ebuild
@@ -0,0 +1,37 @@
+# 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="WebOb"
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="
+   https://webob.org/
+   https://github.com/Pylons/webob/
+   https://pypi.org/project/WebOb/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/legacy-cgi[${PYTHON_USEDEP}]
+   ' 3.13)
+"
+
+distutils_enable_sphinx docs 'dev-python/alabaster'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # py3.9
+   sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
+   distutils-r1_src_prepare
+}



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

2023-05-29 Thread Sam James
commit: ba4490d3e1daef5524f4861c57b9ebeaa7300f29
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 14:44:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 15:03:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4490d3

dev-python/webob: enable py3.12

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

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

diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild 
b/dev-python/webob/webob-1.8.7-r1.ebuild
index 9a31d394052f..f85e17ace805 100644
--- a/dev-python/webob/webob-1.8.7-r1.ebuild
+++ b/dev-python/webob/webob-1.8.7-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="WebOb"
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-03-25 Thread Michał Górny
commit: 4db05a923f7dc2ec904ef0c9f8e38b50a79ca2c7
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:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db05a92

dev-python/webob: Use pypi.eclass

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

 dev-python/webob/webob-1.8.7-r1.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild 
b/dev-python/webob/webob-1.8.7-r1.ebuild
index 0272d56dd282..9a31d394052f 100644
--- a/dev-python/webob/webob-1.8.7-r1.ebuild
+++ b/dev-python/webob/webob-1.8.7-r1.ebuild
@@ -4,12 +4,11 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="WebOb"
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
+inherit distutils-r1 pypi
 
 DESCRIPTION="WSGI request and response object"
 HOMEPAGE="
@@ -17,8 +16,6 @@ HOMEPAGE="
https://github.com/Pylons/webob/
https://pypi.org/project/WebOb/
 "
-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/webob/

2022-06-16 Thread Michał Górny
commit: 8f1b0565a59d79c5f61d2f650d90db06d15dee91
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 09:19:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 09:19:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1b0565

dev-python/webob: Remove old

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

 dev-python/webob/webob-1.8.7.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-python/webob/webob-1.8.7.ebuild 
b/dev-python/webob/webob-1.8.7.ebuild
deleted file mode 100644
index ba47d746d75d..
--- a/dev-python/webob/webob-1.8.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/;
-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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-distutils_enable_sphinx docs 'dev-python/alabaster'
-distutils_enable_tests pytest
-
-src_prepare() {
-   # py3.9
-   sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
-   distutils-r1_src_prepare
-}



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

2022-06-16 Thread Jakov Smolić
commit: 9975d3cb99a9d779355944583bb5e730cb068351
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 16 09:02:20 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 16 09:02:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9975d3cb

dev-python/webob: Stabilize 1.8.7-r1 ALLARCHES, #852527

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

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

diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild 
b/dev-python/webob/webob-1.8.7-r1.ebuild
index 230ccba5980f..cef16dc02f0e 100644
--- a/dev-python/webob/webob-1.8.7-r1.ebuild
+++ b/dev-python/webob/webob-1.8.7-r1.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

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

dev-python/webob: Use PEP517 build

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

 dev-python/webob/webob-1.8.7-r1.ebuild | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild 
b/dev-python/webob/webob-1.8.7-r1.ebuild
new file mode 100644
index ..88698405f304
--- /dev/null
+++ b/dev-python/webob/webob-1.8.7-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="
+   https://webob.org/
+   https://github.com/Pylons/webob/
+   https://pypi.org/project/WebOb/
+"
+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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+distutils_enable_sphinx docs 'dev-python/alabaster'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # py3.9
+   sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
+   distutils-r1_src_prepare
+}



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

2022-05-17 Thread Michał Górny
commit: 500bd418e5da423ba52a1742716b97cff515605a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 17 06:56:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 17 07:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500bd418

dev-python/webob: Enable py3.11

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

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

diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild 
b/dev-python/webob/webob-1.8.7-r1.ebuild
index 88698405f304..230ccba5980f 100644
--- a/dev-python/webob/webob-1.8.7-r1.ebuild
+++ b/dev-python/webob/webob-1.8.7-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2021-07-28 Thread Marek Szuba
commit: aa3ad0d336d8324f3c0fdbada2a1e9539b31
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 28 22:37:37 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 28 23:38:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3ad0d3

dev-python/webob: keyword 1.8.7 for ~riscv

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

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

diff --git a/dev-python/webob/webob-1.8.7.ebuild 
b/dev-python/webob/webob-1.8.7.ebuild
index fb18c79b839..e2d7091043a 100644
--- a/dev-python/webob/webob-1.8.7.ebuild
+++ b/dev-python/webob/webob-1.8.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1
 
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2021-05-10 Thread Michał Górny
commit: 056275f9c7669d69280acb746360390e748d920e
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon May 10 12:24:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 10 21:56:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056275f9

dev-python/webob: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/webob/webob-1.8.7.ebuild 
b/dev-python/webob/webob-1.8.7.ebuild
index a27b41c0fbe..fb18c79b839 100644
--- a/dev-python/webob/webob-1.8.7.ebuild
+++ b/dev-python/webob/webob-1.8.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 



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

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

dev-python/webob: Remove old

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

 dev-python/webob/Manifest   |  1 -
 dev-python/webob/webob-1.8.6.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index ae883623344..782186a5938 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,2 +1 @@
-DIST WebOb-1.8.6.tar.gz 274606 BLAKE2B 
0419e60faaefd4bb822387bf5624f77765c6ad528da791d54204b528b7c827d0cc506cbe260ccbfc7d23ffef73132254dcf133ffb1e0377d75ee5ae83d4deb84
 SHA512 
b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c
 DIST WebOb-1.8.7.tar.gz 278544 BLAKE2B 
20d8b00f181f2966b918f106080907746dac33b64e75c31749bd774709ed8aa51024258240b89abddacb041073705410845993f93ecfa4b98a7a0fcb8a14e505
 SHA512 
ff6a1ce796a59d9c078dc908a0d6307a080230a5c806be2278eebcbb78016bed43067e78e3e4a6d72a5f51184c137e8267ac75cbb92b057db008b51a792ff489

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
deleted file mode 100644
index d12ed4b17e9..000
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/;
-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 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-distutils_enable_sphinx docs 'dev-python/alabaster'
-distutils_enable_tests pytest
-
-src_prepare() {
-   # py3.9
-   sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
-   distutils-r1_src_prepare
-}



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

2021-03-25 Thread Sam James
commit: 1754acceaf4884a507438895ec45169eca7dae60
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 25 14:10:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 25 14:10:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1754acce

dev-python/webob: Stabilize 1.8.7 ALLARCHES, #778161

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

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

diff --git a/dev-python/webob/webob-1.8.7.ebuild 
b/dev-python/webob/webob-1.8.7.ebuild
index fb23458233c..bb809340328 100644
--- a/dev-python/webob/webob-1.8.7.ebuild
+++ b/dev-python/webob/webob-1.8.7.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2021-02-18 Thread Michał Górny
commit: 8406c6c6c922926ccf94c6e11b2aa364809b86da
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 18 08:53:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 18 09:17:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8406c6c6

dev-python/webob: Bump to 1.8.7

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

 dev-python/webob/Manifest   |  1 +
 dev-python/webob/webob-1.8.7.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 80a4758dd33..ae883623344 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1 +1,2 @@
 DIST WebOb-1.8.6.tar.gz 274606 BLAKE2B 
0419e60faaefd4bb822387bf5624f77765c6ad528da791d54204b528b7c827d0cc506cbe260ccbfc7d23ffef73132254dcf133ffb1e0377d75ee5ae83d4deb84
 SHA512 
b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c
+DIST WebOb-1.8.7.tar.gz 278544 BLAKE2B 
20d8b00f181f2966b918f106080907746dac33b64e75c31749bd774709ed8aa51024258240b89abddacb041073705410845993f93ecfa4b98a7a0fcb8a14e505
 SHA512 
ff6a1ce796a59d9c078dc908a0d6307a080230a5c806be2278eebcbb78016bed43067e78e3e4a6d72a5f51184c137e8267ac75cbb92b057db008b51a792ff489

diff --git a/dev-python/webob/webob-1.8.7.ebuild 
b/dev-python/webob/webob-1.8.7.ebuild
new file mode 100644
index 000..fb23458233c
--- /dev/null
+++ b/dev-python/webob/webob-1.8.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="https://webob.org/;
+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 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+distutils_enable_sphinx docs 'dev-python/alabaster'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # py3.9
+   sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
+   distutils-r1_src_prepare
+}



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

2021-01-06 Thread Fabian Groffen
commit: f5177901c201e9f39cc60e3eb9f1aa217bbc302c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:27:36 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:27:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5177901

dev-python/webob: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index ebc1bf8e2d1..21300981025 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2020-08-22 Thread Michał Górny
commit: 94fe29eba379469fade0b5a03e7d773a51b1ef62
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 22 07:09:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 22 07:09:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fe29eb

dev-python/webob: Remove redundant versions

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

 dev-python/webob/Manifest  |  1 -
 dev-python/webob/webob-1.8.5-r3.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 57c5f11f157..80a4758dd33 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,2 +1 @@
-DIST WebOb-1.8.5.tar.gz 271955 BLAKE2B 
e1d22e91e8e04c88d6adcb4dcad93e1e0c37b5b3894eee7c2b5a92d2eea41719d3b42e05916bb355a3ac9a2f7357fe791ce6f776261bfc764eadf59d4be37bad
 SHA512 
cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b
 DIST WebOb-1.8.6.tar.gz 274606 BLAKE2B 
0419e60faaefd4bb822387bf5624f77765c6ad528da791d54204b528b7c827d0cc506cbe260ccbfc7d23ffef73132254dcf133ffb1e0377d75ee5ae83d4deb84
 SHA512 
b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
deleted file mode 100644
index c176813be70..000
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/;
-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 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_sphinx docs 'dev-python/alabaster'
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die
-   distutils-r1_python_prepare_all
-}



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

2020-07-25 Thread Michał Górny
commit: 86ac89e43f0d3a99752bd852b89fa78e10df69c7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 25 08:18:48 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=86ac89e4

dev-python/webob: Remove py2

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

 dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
 dev-python/webob/webob-1.8.6.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
index da8bf93e909..c176813be70 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
 
 inherit distutils-r1
 

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index 4a074d7135a..ebc1bf8e2d1 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
 
 inherit distutils-r1
 



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

2020-07-16 Thread Sam James
commit: a3c7bc0de08bd7c9f1f2148a62d5892898a6e993
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 19:22:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 19:22:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c7bc0d

dev-python/webob: arm64 stable (bug #731632)

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

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

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index c985d4d4c7b..e1b66af1a02 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2020-07-16 Thread Sam James
commit: 8947e26a4d6241df3d8d8278607c0ae10f5721c3
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 19:24:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 19:24:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8947e26a

dev-python/webob: ALLARCHES stable (via arm64, bug #731632)

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

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

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index e1b66af1a02..4a074d7135a 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2020-07-09 Thread Agostino Sarubbo
commit: d7bec3bf62d89485012bae10e449077c50ad3c62
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:41:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:41:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7bec3bf

dev-python/webob: sparc stable wrt bug #731632

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

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

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index cf5d46145d2..cda373c6141 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2020-07-09 Thread Agostino Sarubbo
commit: b118dae917f3cfbec64c5127202c7ccd6564a362
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:26:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:26:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b118dae9

dev-python/webob: ppc64 stable wrt bug #731632

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

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

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index 6a2401aadc5..cf5d46145d2 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2020-07-09 Thread Agostino Sarubbo
commit: 2bcf8a63a9484deff24a8f8dc44ff375b9135a0f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:15:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:16:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcf8a63

dev-python/webob: ppc stable wrt bug #731632

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

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

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index 34ad2e2abdc..6a2401aadc5 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2020-07-09 Thread Agostino Sarubbo
commit: 75a454af039fdd19a4958e7c2f2ed8a4a2755567
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 08:03:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 08:04:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a454af

dev-python/webob: arm stable wrt bug #731632

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

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

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index 59d005f217a..34ad2e2abdc 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2020-07-09 Thread Agostino Sarubbo
commit: 8c088170297d12815624f716e3bed9a258606fc9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  9 07:57:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  9 07:57:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c088170

dev-python/webob: amd64 stable wrt bug #731632

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

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

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index 0be6b5b7041..59d005f217a 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest



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

2020-05-26 Thread Michał Górny
commit: f684468bfae3ba58cb19f7a7be73837066d3f028
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:29:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f684468b

dev-python/webob: Port to py39

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

 dev-python/webob/webob-1.8.6.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
index fb89754dfce..0be6b5b7041 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
 
 inherit distutils-r1
 
@@ -21,3 +21,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~s390 ~sparc ~x86 ~a
 
 distutils_enable_sphinx docs 'dev-python/alabaster'
 distutils_enable_tests pytest
+
+src_prepare() {
+   # py3.9
+   sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
+   distutils-r1_src_prepare
+}



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

2020-05-26 Thread Michał Górny
commit: 6339b8ee7d99d0a8688a9afd8a687d35d67fd040
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 18:20:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 18:31:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6339b8ee

dev-python/webob: Bump to 1.8.6

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

 dev-python/webob/Manifest   |  1 +
 dev-python/webob/webob-1.8.6.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 3d90bdb3959..57c5f11f157 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1 +1,2 @@
 DIST WebOb-1.8.5.tar.gz 271955 BLAKE2B 
e1d22e91e8e04c88d6adcb4dcad93e1e0c37b5b3894eee7c2b5a92d2eea41719d3b42e05916bb355a3ac9a2f7357fe791ce6f776261bfc764eadf59d4be37bad
 SHA512 
cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b
+DIST WebOb-1.8.6.tar.gz 274606 BLAKE2B 
0419e60faaefd4bb822387bf5624f77765c6ad528da791d54204b528b7c827d0cc506cbe260ccbfc7d23ffef73132254dcf133ffb1e0377d75ee5ae83d4deb84
 SHA512 
b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
new file mode 100644
index 000..fb89754dfce
--- /dev/null
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="https://webob.org/;
+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 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+distutils_enable_sphinx docs 'dev-python/alabaster'
+distutils_enable_tests pytest



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

2020-03-29 Thread Michał Górny
commit: 0c4889d39709672e7e3d6212cb2581c78d5992a6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 11:45:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 11:50:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4889d3

dev-python/webob: Stabilize 1.8.5-r3 ALLARCHES

Closes: https://bugs.gentoo.org/714560
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
index 147f2ac83da..8462ea7cc2d 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.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 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2020-03-29 Thread Michał Górny
commit: 2e1c6afe247d5006a9bfef3e08b6d5d15489cddd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 11:44:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 11:50:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1c6afe

dev-python/webob: Mark ALLARCHES

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

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

diff --git a/dev-python/webob/metadata.xml b/dev-python/webob/metadata.xml
index 0589353db33..b85689d7181 100644
--- a/dev-python/webob/metadata.xml
+++ b/dev-python/webob/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

WebOb
Pylons/webob



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

2020-03-29 Thread Michał Górny
commit: 4104874cf9f1d734e22630c278621d2e2b2229b2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 11:45:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 11:50:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4104874c

dev-python/webob: Remove redundant versions

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

 dev-python/webob/Manifest  |  1 -
 dev-python/webob/webob-1.8.2-r1.ebuild | 45 --
 dev-python/webob/webob-1.8.2.ebuild| 45 --
 dev-python/webob/webob-1.8.5-r1.ebuild | 51 --
 dev-python/webob/webob-1.8.5.ebuild| 45 --
 5 files changed, 187 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 20deaf84bcb..3d90bdb3959 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,2 +1 @@
-DIST WebOb-1.8.2.tar.gz 271737 BLAKE2B 
c6eef650e9b03c83d7c618d0187ef7fbd3432d043ab27501cf8c4d6dc3889f3b542c54bf35963d8a313d62246183373c30706bcf5fd00495808e21d3dc9e0482
 SHA512 
691a6cfbbff376e7b1f71adcaac4dbe8cc26cb4ddc396e2ab946ddf15b34c05c638113f48ee396d4edaf6ef77498ca8539d1c63de9f58894afb0e4b88bbf04ae
 DIST WebOb-1.8.5.tar.gz 271955 BLAKE2B 
e1d22e91e8e04c88d6adcb4dcad93e1e0c37b5b3894eee7c2b5a92d2eea41719d3b42e05916bb355a3ac9a2f7357fe791ce6f776261bfc764eadf59d4be37bad
 SHA512 
cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b

diff --git a/dev-python/webob/webob-1.8.2-r1.ebuild 
b/dev-python/webob/webob-1.8.2-r1.ebuild
deleted file mode 100644
index 5f8a233e41d..000
--- a/dev-python/webob/webob-1.8.2-r1.ebuild
+++ /dev/null
@@ -1,45 +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=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/;
-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 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/webob/webob-1.8.2.ebuild 
b/dev-python/webob/webob-1.8.2.ebuild
deleted file mode 100644
index c72fb0e6746..000
--- a/dev-python/webob/webob-1.8.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_6} )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/;
-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 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/webob/webob-1.8.5-r1.ebuild 
b/dev-python/webob/webob-1.8.5-r1.ebuild
deleted file mode 100644
index 939aac364d8..000
--- a/dev-python/webob/webob-1.8.5-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa 

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

2020-03-25 Thread Agostino Sarubbo
commit: 36d20de6453a972c0b2fdaa9f9707512a02ab62b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:26:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:26:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d20de6

dev-python/webob: ia64 stable wrt bug #714560

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

 dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
index 0db7a8d49b2..d8da3bb3e55 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.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 ppc ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: 0f40441368dbfc120e74dee513b802b96c7ca979
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 14:51:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 14:51:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f404413

dev-python/webob: ppc64 stable wrt bug #714560

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

 dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
index ebda196e8a0..0db7a8d49b2 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.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 ppc ~ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: 61c1deebb946fd89e9c3888f3d146c671ff83b66
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 13:26:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 13:27:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c1deeb

dev-python/webob: ppc stable wrt bug #714560

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

 dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
index 0731bebc459..f1d3820a6d1 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.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 ~ppc ~ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: 7ec71711b09d9408899818c11834c1aed36aca92
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 13:12:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 13:12:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec71711

dev-python/webob: arm stable wrt bug #714560

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

 dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
index 5845ff7b362..0731bebc459 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.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 ~ppc ~ppc64 s390 ~sh sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: a44d9a9a991c4a51f41a7a3115176dec688a2c18
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 12:35:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 12:35:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44d9a9a

dev-python/webob: sparc stable wrt bug #714560

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

 dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
index 132c43828b4..5845ff7b362 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.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 ~ppc ~ppc64 s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sh sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2020-03-25 Thread Agostino Sarubbo
commit: 9e31b91b998cf138a4d6a7e9b1d704d5c4d2686c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 12:22:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 12:22:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e31b91b

dev-python/webob: s390 stable wrt bug #714560

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

 dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
index 883277c597c..132c43828b4 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.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 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2019-11-25 Thread Patrick McLean
commit: ba39209687e5f1955b76ab6b72180d9424467433
Author: Patrick McLean  sony  com>
AuthorDate: Tue Nov 26 00:01:11 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Nov 26 00:01:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba392096

dev-python/webob-1.8.2-r3: revbump again, actually add py38

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

 .../{webob-1.8.5-r2.ebuild => webob-1.8.5-r3.ebuild} | 16 +++-
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/dev-python/webob/webob-1.8.5-r2.ebuild 
b/dev-python/webob/webob-1.8.5-r3.ebuild
similarity index 71%
rename from dev-python/webob/webob-1.8.5-r2.ebuild
rename to dev-python/webob/webob-1.8.5-r3.ebuild
index 03608eb740e..dafe74e4975 100644
--- a/dev-python/webob/webob-1.8.5-r2.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
 
 inherit distutils-r1
 
@@ -17,18 +17,8 @@ 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]
-   dev-python/alabaster[${PYTHON_USEDEP}]
-   )
-   test? (
-   >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]
-   )
-"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/${MY_P}"
 



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

2019-11-25 Thread Patrick McLean
commit: abb09972ce715e9439c1da89e8e77c1aaabe3a7b
Author: Patrick McLean  sony  com>
AuthorDate: Mon Nov 25 23:53:59 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Nov 25 23:54:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb09972

dev-python/webob: Add RESTRICT="!test? ( test )"

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

 dev-python/webob/webob-1.8.2-r1.ebuild | 2 ++
 dev-python/webob/webob-1.8.2.ebuild| 2 ++
 dev-python/webob/webob-1.8.5-r1.ebuild | 2 ++
 dev-python/webob/webob-1.8.5.ebuild| 2 ++
 4 files changed, 8 insertions(+)

diff --git a/dev-python/webob/webob-1.8.2-r1.ebuild 
b/dev-python/webob/webob-1.8.2-r1.ebuild
index 19aa061fcf8..975e0eaa76f 100644
--- a/dev-python/webob/webob-1.8.2-r1.ebuild
+++ b/dev-python/webob/webob-1.8.2-r1.ebuild
@@ -25,6 +25,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 S=${WORKDIR}/${MY_P}
 
 python_compile_all() {

diff --git a/dev-python/webob/webob-1.8.2.ebuild 
b/dev-python/webob/webob-1.8.2.ebuild
index 26673f39a87..f7e0745b134 100644
--- a/dev-python/webob/webob-1.8.2.ebuild
+++ b/dev-python/webob/webob-1.8.2.ebuild
@@ -25,6 +25,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 S=${WORKDIR}/${MY_P}
 
 python_compile_all() {

diff --git a/dev-python/webob/webob-1.8.5-r1.ebuild 
b/dev-python/webob/webob-1.8.5-r1.ebuild
index 5ae99317ec1..fbec57e8dd0 100644
--- a/dev-python/webob/webob-1.8.5-r1.ebuild
+++ b/dev-python/webob/webob-1.8.5-r1.ebuild
@@ -30,6 +30,8 @@ BDEPEND="
)
 "
 
+RESTRICT="!test? ( test )"
+
 S=${WORKDIR}/${MY_P}
 
 python_prepare_all() {

diff --git a/dev-python/webob/webob-1.8.5.ebuild 
b/dev-python/webob/webob-1.8.5.ebuild
index 3b1045a5b77..7f340e32dea 100644
--- a/dev-python/webob/webob-1.8.5.ebuild
+++ b/dev-python/webob/webob-1.8.5.ebuild
@@ -25,6 +25,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 S=${WORKDIR}/${MY_P}
 
 python_compile_all() {



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

2019-11-25 Thread Patrick McLean
commit: aa52d8ca5587c2de8d54537c869c2d1d94305784
Author: Patrick McLean  sony  com>
AuthorDate: Mon Nov 25 23:50:54 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Nov 25 23:54:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa52d8ca

dev-python/webob-1.8.5-r2: revbump, move to new distutils-r1 stuff, add py38

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

 dev-python/webob/webob-1.8.5-r2.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/dev-python/webob/webob-1.8.5-r2.ebuild 
b/dev-python/webob/webob-1.8.5-r2.ebuild
new file mode 100644
index 000..03608eb740e
--- /dev/null
+++ b/dev-python/webob/webob-1.8.5-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="https://webob.org/;
+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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]
+   dev-python/alabaster[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+distutils_enable_sphinx docs 'dev-python/alabaster'
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die
+   distutils-r1_python_prepare_all
+}



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

2019-07-15 Thread Louis Sautier
commit: 015d1f3801dc178b6857a5e63c788981db01a463
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jul 15 12:40:11 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jul 15 13:13:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015d1f38

dev-python/webob: update homepage

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

 dev-python/webob/webob-1.8.2-r1.ebuild | 2 +-
 dev-python/webob/webob-1.8.2.ebuild| 2 +-
 dev-python/webob/webob-1.8.5.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/webob/webob-1.8.2-r1.ebuild 
b/dev-python/webob/webob-1.8.2-r1.ebuild
index 17c6f9332b8..ecc4fc52547 100644
--- a/dev-python/webob/webob-1.8.2-r1.ebuild
+++ b/dev-python/webob/webob-1.8.2-r1.ebuild
@@ -11,7 +11,7 @@ MY_PN=WebOb
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/ https://pypi.org/project/WebOb/;
+HOMEPAGE="https://webob.org/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/webob/webob-1.8.2.ebuild 
b/dev-python/webob/webob-1.8.2.ebuild
index 34d8ff4862b..ce15a611715 100644
--- a/dev-python/webob/webob-1.8.2.ebuild
+++ b/dev-python/webob/webob-1.8.2.ebuild
@@ -11,7 +11,7 @@ MY_PN=WebOb
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/ https://pypi.org/project/WebOb/;
+HOMEPAGE="https://webob.org/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/webob/webob-1.8.5.ebuild 
b/dev-python/webob/webob-1.8.5.ebuild
index 587599a9d65..9e18e3c527e 100644
--- a/dev-python/webob/webob-1.8.5.ebuild
+++ b/dev-python/webob/webob-1.8.5.ebuild
@@ -11,7 +11,7 @@ MY_PN=WebOb
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/ https://pypi.org/project/WebOb/;
+HOMEPAGE="https://webob.org/;
 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/webob/

2019-07-15 Thread Louis Sautier
commit: 9f55c7e3aacd7919967e63a24d288ee3430a6acc
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jul 15 12:34:37 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jul 15 13:13:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f55c7e3

dev-python/webob: update upstream info in metadata

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

 dev-python/webob/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/webob/metadata.xml b/dev-python/webob/metadata.xml
index 5a814750bb8..0589353db33 100644
--- a/dev-python/webob/metadata.xml
+++ b/dev-python/webob/metadata.xml
@@ -7,5 +7,7 @@


WebOb
+   Pylons/webob
+   https://github.com/Pylons/webob/issues

 



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

2019-07-15 Thread Louis Sautier
commit: 3d0567c33e18e0418bc4504886c66c632c4d3c67
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jul 15 12:48:31 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jul 15 13:13:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0567c3

dev-python/webob: add PyPy3, fix deps and tests

* coverage isn't required to run tests but pytest is, stop using nose.
* remove intersphinx from doc.
* add missing sphinx theme dependency.

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

 dev-python/webob/webob-1.8.5-r1.ebuild | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/dev-python/webob/webob-1.8.5-r1.ebuild 
b/dev-python/webob/webob-1.8.5-r1.ebuild
new file mode 100644
index 000..a1502c69dba
--- /dev/null
+++ b/dev-python/webob/webob-1.8.5-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="https://webob.org/;
+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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]
+   dev-python/alabaster[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]
+   )
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_prepare_all() {
+   sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   esetup.py build_sphinx
+   HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   fi
+}
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2019-07-15 Thread Louis Sautier
commit: 234c380214775914804b08eef4bca44adc72b175
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jul 15 12:39:12 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jul 15 13:13:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234c3802

dev-python/webob: remove old

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

 dev-python/webob/Manifest   |  2 --
 dev-python/webob/webob-1.7.3.ebuild | 43 -
 dev-python/webob/webob-1.7.4.ebuild | 43 -
 3 files changed, 88 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 0398c1e7cdf..20deaf84bcb 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,4 +1,2 @@
-DIST WebOb-1.7.3.tar.gz 216028 BLAKE2B 
66af12ab34dc9a18555c6e480099a2c9b9f0ba8eb8f1e1066d501dea9ed2ff541c064bc40bfc74c284fef5f06281178d4d631b33f29c04d43da9c8e3bd138d0a
 SHA512 
23a51f184754c525dc293b8b71855d40f52445c0df5434af7ec091219e0ea81be162623157b6ec67214cd151b25014bf86991246785816ebcb5a0d1eec9479a1
-DIST WebOb-1.7.4.tar.gz 219331 BLAKE2B 
fe046905bf127dc8fedbf2b993e83b3614cd62ef614add939d54e241ecfc9a9ed77cfa5b961b436105c72cab36e885f94d604cd90909cc4ada9283c7a098a8ca
 SHA512 
43685daf6dbba5daa99e4fabfb930495b8c2bc976e968d93af7681284cc127d7012f8423b2986dd7daa10cbf7b3803aec442c1ef88102e16cadf07efe6714d1a
 DIST WebOb-1.8.2.tar.gz 271737 BLAKE2B 
c6eef650e9b03c83d7c618d0187ef7fbd3432d043ab27501cf8c4d6dc3889f3b542c54bf35963d8a313d62246183373c30706bcf5fd00495808e21d3dc9e0482
 SHA512 
691a6cfbbff376e7b1f71adcaac4dbe8cc26cb4ddc396e2ab946ddf15b34c05c638113f48ee396d4edaf6ef77498ca8539d1c63de9f58894afb0e4b88bbf04ae
 DIST WebOb-1.8.5.tar.gz 271955 BLAKE2B 
e1d22e91e8e04c88d6adcb4dcad93e1e0c37b5b3894eee7c2b5a92d2eea41719d3b42e05916bb355a3ac9a2f7357fe791ce6f776261bfc764eadf59d4be37bad
 SHA512 
cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b

diff --git a/dev-python/webob/webob-1.7.3.ebuild 
b/dev-python/webob/webob-1.7.3.ebuild
deleted file mode 100644
index 3fe592392bc..000
--- a/dev-python/webob/webob-1.7.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
-
-inherit distutils-r1 versionator
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/ https://pypi.org/project/WebOb/;
-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 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/webob/webob-1.7.4.ebuild 
b/dev-python/webob/webob-1.7.4.ebuild
deleted file mode 100644
index 0f50aa1efe0..000
--- a/dev-python/webob/webob-1.7.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
-
-inherit distutils-r1 versionator
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/ https://pypi.org/project/WebOb/;
-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 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}



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

2018-11-09 Thread Alexey Shvetsov
commit: a7c145a1fc6bd06f781be9c5b218a318c2bb3707
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Nov  9 13:54:17 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Nov  9 14:19:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c145a1

dev-python/webob: eapi7 + py3_7

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

 dev-python/webob/webob-1.8.2-r1.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/dev-python/webob/webob-1.8.2-r1.ebuild 
b/dev-python/webob/webob-1.8.2-r1.ebuild
new file mode 100644
index 000..4c0774667c9
--- /dev/null
+++ b/dev-python/webob/webob-1.8.2-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="https://webob.org/ https://pypi.org/project/WebOb/;
+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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   if use doc; then
+   esetup.py build_sphinx
+   fi
+}
+
+python_test() {
+   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



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

2018-08-30 Thread Matt Thode
commit: 370ab6b26f1933192a4b1bd3c0b789fa34dfaa19
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 30 20:40:24 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 30 21:34:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370ab6b2

dev-python/webob: 1.8.2 bump for rocky

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/webob/Manifest   |  1 +
 dev-python/webob/webob-1.8.2.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 66b735491f0..95128f245ea 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,2 +1,3 @@
 DIST WebOb-1.7.3.tar.gz 216028 BLAKE2B 
66af12ab34dc9a18555c6e480099a2c9b9f0ba8eb8f1e1066d501dea9ed2ff541c064bc40bfc74c284fef5f06281178d4d631b33f29c04d43da9c8e3bd138d0a
 SHA512 
23a51f184754c525dc293b8b71855d40f52445c0df5434af7ec091219e0ea81be162623157b6ec67214cd151b25014bf86991246785816ebcb5a0d1eec9479a1
 DIST WebOb-1.7.4.tar.gz 219331 BLAKE2B 
fe046905bf127dc8fedbf2b993e83b3614cd62ef614add939d54e241ecfc9a9ed77cfa5b961b436105c72cab36e885f94d604cd90909cc4ada9283c7a098a8ca
 SHA512 
43685daf6dbba5daa99e4fabfb930495b8c2bc976e968d93af7681284cc127d7012f8423b2986dd7daa10cbf7b3803aec442c1ef88102e16cadf07efe6714d1a
+DIST WebOb-1.8.2.tar.gz 271737 BLAKE2B 
c6eef650e9b03c83d7c618d0187ef7fbd3432d043ab27501cf8c4d6dc3889f3b542c54bf35963d8a313d62246183373c30706bcf5fd00495808e21d3dc9e0482
 SHA512 
691a6cfbbff376e7b1f71adcaac4dbe8cc26cb4ddc396e2ab946ddf15b34c05c638113f48ee396d4edaf6ef77498ca8539d1c63de9f58894afb0e4b88bbf04ae

diff --git a/dev-python/webob/webob-1.8.2.ebuild 
b/dev-python/webob/webob-1.8.2.ebuild
new file mode 100644
index 000..4d52d74f8fd
--- /dev/null
+++ b/dev-python/webob/webob-1.8.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="https://webob.org/ https://pypi.org/project/WebOb/;
+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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   if use doc; then
+   esetup.py build_sphinx
+   fi
+}
+
+python_test() {
+   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



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

2018-08-16 Thread Mikle Kolyada
commit: ed736fde2ee1ad8fbefdf9970e99a619cedcef41
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Aug 17 01:29:49 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Aug 17 01:38:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed736fde

dev-python/webob: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/webob/webob-1.7.4.ebuild 
b/dev-python/webob/webob-1.7.4.ebuild
index f1357fa7af0..647bb643441 100644
--- a/dev-python/webob/webob-1.7.4.ebuild
+++ b/dev-python/webob/webob-1.7.4.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 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2018-03-17 Thread Michał Górny
commit: 3ebb0a7328ce3cfb4c2d1cf1d7043ee3b6023e47
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 17 15:42:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 17 21:41:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebb0a73

dev-python/webob: use HTTPS

 dev-python/webob/webob-1.7.3.ebuild | 4 ++--
 dev-python/webob/webob-1.7.4.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/webob/webob-1.7.3.ebuild 
b/dev-python/webob/webob-1.7.3.ebuild
index 83bf98f38b2..560db4eeab6 100644
--- a/dev-python/webob/webob-1.7.3.ebuild
+++ b/dev-python/webob/webob-1.7.3.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=WebOb
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="WSGI request and response object"
-HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
+HOMEPAGE="https://webob.org/ https://pypi.python.org/pypi/WebOb;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/webob/webob-1.7.4.ebuild 
b/dev-python/webob/webob-1.7.4.ebuild
index 41ff9c6ff0e..81a696118b1 100644
--- a/dev-python/webob/webob-1.7.4.ebuild
+++ b/dev-python/webob/webob-1.7.4.ebuild
@@ -11,7 +11,7 @@ MY_PN=WebOb
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="WSGI request and response object"
-HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
+HOMEPAGE="https://webob.org/ https://pypi.python.org/pypi/WebOb;
 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/webob/

2018-02-15 Thread Matt Thode
commit: ff40dfdf27910ec03aeefef13fbda017ceba2b45
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 16 03:03:59 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 16 03:03:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff40dfdf

dev-python/webob: 1.7.4 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/webob/Manifest   |  1 +
 dev-python/webob/webob-1.7.4.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 9efa5b155da..66b735491f0 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1 +1,2 @@
 DIST WebOb-1.7.3.tar.gz 216028 BLAKE2B 
66af12ab34dc9a18555c6e480099a2c9b9f0ba8eb8f1e1066d501dea9ed2ff541c064bc40bfc74c284fef5f06281178d4d631b33f29c04d43da9c8e3bd138d0a
 SHA512 
23a51f184754c525dc293b8b71855d40f52445c0df5434af7ec091219e0ea81be162623157b6ec67214cd151b25014bf86991246785816ebcb5a0d1eec9479a1
+DIST WebOb-1.7.4.tar.gz 219331 BLAKE2B 
fe046905bf127dc8fedbf2b993e83b3614cd62ef614add939d54e241ecfc9a9ed77cfa5b961b436105c72cab36e885f94d604cd90909cc4ada9283c7a098a8ca
 SHA512 
43685daf6dbba5daa99e4fabfb930495b8c2bc976e968d93af7681284cc127d7012f8423b2986dd7daa10cbf7b3803aec442c1ef88102e16cadf07efe6714d1a

diff --git a/dev-python/webob/webob-1.7.4.ebuild 
b/dev-python/webob/webob-1.7.4.ebuild
new file mode 100644
index 000..41ff9c6ff0e
--- /dev/null
+++ b/dev-python/webob/webob-1.7.4.ebuild
@@ -0,0 +1,43 @@
+# 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} pypy )
+
+inherit distutils-r1 versionator
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
+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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   if use doc; then
+   esetup.py build_sphinx
+   fi
+}
+
+python_test() {
+   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



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

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

dev-python/webob: Clean old up

 dev-python/webob/Manifest   |  2 --
 dev-python/webob/webob-1.4.ebuild   | 43 -
 dev-python/webob/webob-1.6.3.ebuild | 43 -
 3 files changed, 88 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 4da2c302f20..9efa5b155da 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,3 +1 @@
-DIST WebOb-1.4.tar.gz 633302 BLAKE2B 
4d5c0d8acd6179f569a07b8f2a1ed01c3f4baeb31eeca26f7c5b891a6098bfbc6dd8eac667ff9c224f0e0a8fbbe98d674d6d9a612ebff0dbbd9f7e89720295e3
 SHA512 
0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37
-DIST WebOb-1.6.3.tar.gz 206375 BLAKE2B 
1deae86fb6952162266b9b9a859262db034cd9dd7dcbad792f1671d158f60e01eda6ea40aac33bbf6da37ae29aa286b5e4ce725139a13a26aa842ad63a6b23ad
 SHA512 
41830571ca4e0727b2bb2c6ad81f36f2d07a2018c2a01e00acb2e32ef7c503e133653cb62f1ddcda3bf10f44ff3215cc2e2b53e7544b867ddf3f50fa9b4ca79b
 DIST WebOb-1.7.3.tar.gz 216028 BLAKE2B 
66af12ab34dc9a18555c6e480099a2c9b9f0ba8eb8f1e1066d501dea9ed2ff541c064bc40bfc74c284fef5f06281178d4d631b33f29c04d43da9c8e3bd138d0a
 SHA512 
23a51f184754c525dc293b8b71855d40f52445c0df5434af7ec091219e0ea81be162623157b6ec67214cd151b25014bf86991246785816ebcb5a0d1eec9479a1

diff --git a/dev-python/webob/webob-1.4.ebuild 
b/dev-python/webob/webob-1.4.ebuild
deleted file mode 100644
index f65e9896107..000
--- a/dev-python/webob/webob-1.4.ebuild
+++ /dev/null
@@ -1,43 +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} pypy )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests -w tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/webob/webob-1.6.3.ebuild 
b/dev-python/webob/webob-1.6.3.ebuild
deleted file mode 100644
index f759ad261b4..000
--- a/dev-python/webob/webob-1.6.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1 versionator
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
-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 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}



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

2017-11-11 Thread Sergei Trofimovich
commit: 186adb633ba884b39c398ded32398fad9080793c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 11 22:28:06 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 11 22:28:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186adb63

dev-python/webob: hppa stable

It's a leftover of 2e2bf9f2f42f7348775f6cbf46f6f03ac429660b
Noticed by Whissi at 
https://qa-reports.gentoo.org/output/gentoo-ci/67206e12b/output.html#dev-python/wsgiproxy2

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/dev-python/webob/webob-1.7.3.ebuild 
b/dev-python/webob/webob-1.7.3.ebuild
index f759ad261b4..83bf98f38b2 100644
--- a/dev-python/webob/webob-1.7.3.ebuild
+++ b/dev-python/webob/webob-1.7.3.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 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2017-06-15 Thread Markus Meier
commit: e206bf184aa1807a99458864173d74ca7dca4ad6
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:19:08 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:19:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e206bf18

dev-python/webob: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/webob/webob-1.6.3.ebuild 
b/dev-python/webob/webob-1.6.3.ebuild
index b996728d426..f759ad261b4 100644
--- a/dev-python/webob/webob-1.6.3.ebuild
+++ b/dev-python/webob/webob-1.6.3.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 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2017-05-22 Thread Tobias Klausmann
commit: 04abd188ce7cf23d71ade96d2bae6f8778b2909b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:18:52 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:48:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04abd188

dev-python/webob-1.6.3-r0: add alpha keyword

Gentoo-Bug: 617258

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

diff --git a/dev-python/webob/webob-1.6.3.ebuild 
b/dev-python/webob/webob-1.6.3.ebuild
index c76416d63bf..9639d295356 100644
--- a/dev-python/webob/webob-1.6.3.ebuild
+++ b/dev-python/webob/webob-1.6.3.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 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2017-05-22 Thread Agostino Sarubbo
commit: efd71ffb75f411bb06f9fab853032583c6e7a3b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 22 11:40:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 22 11:40:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd71ffb

dev-python/webob: sparc stable wrt bug #617258

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

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

diff --git a/dev-python/webob/webob-1.6.3.ebuild 
b/dev-python/webob/webob-1.6.3.ebuild
index e05b9ec2753..c76416d63bf 100644
--- a/dev-python/webob/webob-1.6.3.ebuild
+++ b/dev-python/webob/webob-1.6.3.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 ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2017-05-19 Thread Michael Weber
commit: b9cab2e530bda9391751ee3dcb6ebffd1e8fd537
Author: Michael Weber  gentoo  org>
AuthorDate: Fri May 19 21:40:40 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri May 19 21:43:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cab2e5

dev-python/webob: ppc stable (bug 617258)

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

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

diff --git a/dev-python/webob/webob-1.6.3.ebuild 
b/dev-python/webob/webob-1.6.3.ebuild
index 49185fb31f2..e05b9ec2753 100644
--- a/dev-python/webob/webob-1.6.3.ebuild
+++ b/dev-python/webob/webob-1.6.3.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 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2017-05-04 Thread Manuel Rüger
commit: 1527ab081d12cf90bede254d003a325a7af7590e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May  4 17:09:18 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May  4 17:09:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1527ab08

dev-python/webob: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/webob/webob-1.6.3.ebuild 
b/dev-python/webob/webob-1.6.3.ebuild
index c190fa386a9..cc59931afbf 100644
--- a/dev-python/webob/webob-1.6.3.ebuild
+++ b/dev-python/webob/webob-1.6.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1 versionator
 



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

2017-05-03 Thread Michał Górny
commit: d7e86e94c6506eac3928af78ee5b7d1e93d276ab
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:30:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e86e94

dev-python/webob: Clean old versions up

 dev-python/webob/Manifest   |  5 -
 dev-python/webob/webob-1.4.1.ebuild | 43 -
 dev-python/webob/webob-1.5.0.ebuild | 43 -
 dev-python/webob/webob-1.5.1.ebuild | 43 -
 dev-python/webob/webob-1.6.0.ebuild | 43 -
 dev-python/webob/webob-1.6.1.ebuild | 43 -
 6 files changed, 220 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 2418c3f07a6..1dce7a704f0 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,7 +1,2 @@
-DIST WebOb-1.4.1.tar.gz 671495 SHA256 
12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db SHA512 
71be0389018289884158c5f3b99d1e1185bd29ab975ea59008fd71bf1188d25130e1852422dcedf7ffe3303d87caf02d62a143229b9ae196dd62f64deb7f7328
 WHIRLPOOL 
d2803552592813c4b5ea4291e9a3aac6aa26397b903a8372f8e1fd601d46fb5f7105dcfd42e14de974a352e75945bf61945e0f36928d6a3fd8afa8bdd195d35b
 DIST WebOb-1.4.tar.gz 633302 SHA256 
0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 SHA512 
0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37
 WHIRLPOOL 
abfc696b7f50a74edd3d84099365f802f5be0eddf56a1c128f6e026c30bdeddc1b58c6bb45d4281ee4fb3d7937888d8065b01f93a363c82cd9cd1834eb2378da
-DIST WebOb-1.5.0.tar.gz 186394 SHA256 
8e90cca008c0189fe64d06281d50d9510c1dde4147bdf4bc81b666020ce31350 SHA512 
4d5a4f58eb3f96d4b563c0a8d8387f30ad323d11c3a913ba69504685e7baa870f232d55e6d8b403e3f6b2153c3c7f37a694618bf0e85d04115c240c5fa2b93b6
 WHIRLPOOL 
f3f6975f84bc64fe941fd3d3c5cd065cfea8e59b2f0481e31c7bf5145934d038420ccb93df918e5e729607ee75bb77d3a8142c4ff4ac60b2be14212061a1fa3a
-DIST WebOb-1.5.1.tar.gz 202821 SHA256 
d8a9a153577f74b275dfd441ee2de4910eb2c1228d94186285684327e3877009 SHA512 
aba45ff622a572a3bda7cf33ce5988745b3831aea2ed7f0502688055f96c16cf5de828039439218611034ad49dea4e4a9c2ec43b8dbc97be61b7abc33a15589c
 WHIRLPOOL 
814e11b257f82a48f9ed8ff1e1ecb37ab0648c7f67446aa57094da671f0265fadd7b04e9e69ed1ecbfbbc1925804ef7f563f8079b82bea04d8a06853482960b7
-DIST WebOb-1.6.0.tar.gz 204340 SHA256 
63d262d8f61b516321f786879c9277fa2209f7f57eb47b537eeecfea383d55b7 SHA512 
a4805ea7b30d5afd64d4d2c053fd8b9d71ec9409270e85af4e071352e933474b52eb3493a52f3b29ff0040a4d6fc41dc1b70fe35ffbb209b36e9e3bca3ec75c6
 WHIRLPOOL 
634245c5f30ec7581e17166d89a4441e3b67d29c23a4bf7345e40ce2ba4bc3eed2d287135c9fa8b6833734c237869d76f8da804600d3633106e35cd7648db78f
-DIST WebOb-1.6.1.tar.gz 204676 SHA256 
e804c583bd0fb947bd7c03d296942b38b985cf1da4fd82bf879994d29edb21fe SHA512 
da760fb67d1962b3fd8ff421ef6d34cc377406d82bfe053244c53a4bddfcef5433b0816d8d11a164e1a71e5562ae56cde3090fb74de414c41ba3777b89c64631
 WHIRLPOOL 
d8c9126ad6ea43e6be35ff012754e7130f0c975b8284de4d6d2874131d47a76cf053945d35f0bab27a413fe020c3d1356ffee91c6d1d9a1c5697d64fdc2aab05
 DIST WebOb-1.6.3.tar.gz 206375 SHA256 
1b03115e162dd0102f6147c5d5ed71a3a2ba0f58ef829244b64f52fe6dbf5888 SHA512 
41830571ca4e0727b2bb2c6ad81f36f2d07a2018c2a01e00acb2e32ef7c503e133653cb62f1ddcda3bf10f44ff3215cc2e2b53e7544b867ddf3f50fa9b4ca79b
 WHIRLPOOL 
2bd99bbc0dece593c899aa962b8bfe7d35cd908fdc8723997cfd61250d6ac73b85c8d48a0b78fd162f591e941f8dfb74a7d21a11f12c750cb5f06d2736a64504

diff --git a/dev-python/webob/webob-1.4.1.ebuild 
b/dev-python/webob/webob-1.4.1.ebuild
deleted file mode 100644
index 89fd2c14184..000
--- a/dev-python/webob/webob-1.4.1.ebuild
+++ /dev/null
@@ -1,43 +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} pypy )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests -w tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( 

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

2016-09-20 Thread David Seifert
commit: 4c5ab7543425e11f8efe591b5e85dbed3e774f37
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Sep 20 16:55:54 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Sep 20 21:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5ab754

dev-python/webob: remove unused patches

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

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

 dev-python/webob/files/webob-1.0.7-tests.patch | 27 --
 dev-python/webob/files/webob-1.2.3-tests.patch | 24 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-python/webob/files/webob-1.0.7-tests.patch 
b/dev-python/webob/files/webob-1.0.7-tests.patch
deleted file mode 100644
index a86f88c..
--- a/dev-python/webob/files/webob-1.0.7-tests.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-https://bitbucket.org/ianb/webob/issue/11
-https://bitbucket.org/ianb/webob/changeset/145b64e724eb
-
 tests/test_misc.py
-+++ tests/test_misc.py
-@@ -130,7 +130,8 @@
- 
- 
- def test_multidict_cgi():
--fs = cgi.FieldStorage()
-+env = {'QUERY_STRING': ''}
-+fs = cgi.FieldStorage(environ=env)
- fs.filename = '\xc3\xb8'
- plain = MultiDict(key='\xc3\xb8', fs=fs)
- ua = UnicodeMultiDict(multi=plain, encoding='utf-8')
 tests/test_multidict.py
-+++ tests/test_multidict.py
-@@ -187,7 +187,8 @@
- d = self._get_instance()
- d.decode_keys = True
- 
--fs = cgi.FieldStorage()
-+env = {'QUERY_STRING': ''}
-+fs = cgi.FieldStorage(environ=env)
- fs.name = 'a'
- self.assertEqual(d._decode_value(fs).name, 'a')
- 

diff --git a/dev-python/webob/files/webob-1.2.3-tests.patch 
b/dev-python/webob/files/webob-1.2.3-tests.patch
deleted file mode 100644
index 4fc3fba..
--- a/dev-python/webob/files/webob-1.2.3-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 3a2c16f2f72dbca5ddfce7f649daf426c2125fed Mon Sep 17 00:00:00 2001
-From: Aaron DeVore 
-Date: Tue, 30 Oct 2012 11:55:30 -0700
-Subject: [PATCH] Fix issue #75: depending on dict order in test_headers2
-

- tests/test_request.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/test_request.py b/tests/test_request.py
-index f219d36..3e38e7a 100644
 a/tests/test_request.py
-+++ b/tests/test_request.py
-@@ -2662,7 +2662,7 @@ def test_headers2(self):
- self.assertTrue(i in r.headers and
- 'HTTP_'+i.upper().replace('-', '_') in r.environ)
- r.headers = {'Server':'Apache'}
--self.assertEqual(list(r.environ.keys()), ['a',  'HTTP_SERVER'])
-+self.assertEqual(set(r.environ.keys()), set(['a',  'HTTP_SERVER']))
- 
- def test_host_url(self):
- # Request has a read only property host_url that combines several
--- 
-1.8.1.6



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

2016-06-12 Thread Patrick Lauer
commit: af41b0ca928c59b5ed5fbf49dd8c4e4a8c092f6b
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Jun 12 18:39:13 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jun 12 18:47:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af41b0ca

dev-python/webob: Bump

Package-Manager: portage-2.3.0_rc1

 dev-python/webob/Manifest   |  1 +
 dev-python/webob/webob-1.6.1.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 432a715..87fb8ef 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -3,3 +3,4 @@ DIST WebOb-1.4.tar.gz 633302 SHA256 
0819838204e2a6823e42bf2227898fdf3f306f7619bf
 DIST WebOb-1.5.0.tar.gz 186394 SHA256 
8e90cca008c0189fe64d06281d50d9510c1dde4147bdf4bc81b666020ce31350 SHA512 
4d5a4f58eb3f96d4b563c0a8d8387f30ad323d11c3a913ba69504685e7baa870f232d55e6d8b403e3f6b2153c3c7f37a694618bf0e85d04115c240c5fa2b93b6
 WHIRLPOOL 
f3f6975f84bc64fe941fd3d3c5cd065cfea8e59b2f0481e31c7bf5145934d038420ccb93df918e5e729607ee75bb77d3a8142c4ff4ac60b2be14212061a1fa3a
 DIST WebOb-1.5.1.tar.gz 202821 SHA256 
d8a9a153577f74b275dfd441ee2de4910eb2c1228d94186285684327e3877009 SHA512 
aba45ff622a572a3bda7cf33ce5988745b3831aea2ed7f0502688055f96c16cf5de828039439218611034ad49dea4e4a9c2ec43b8dbc97be61b7abc33a15589c
 WHIRLPOOL 
814e11b257f82a48f9ed8ff1e1ecb37ab0648c7f67446aa57094da671f0265fadd7b04e9e69ed1ecbfbbc1925804ef7f563f8079b82bea04d8a06853482960b7
 DIST WebOb-1.6.0.tar.gz 204340 SHA256 
63d262d8f61b516321f786879c9277fa2209f7f57eb47b537eeecfea383d55b7 SHA512 
a4805ea7b30d5afd64d4d2c053fd8b9d71ec9409270e85af4e071352e933474b52eb3493a52f3b29ff0040a4d6fc41dc1b70fe35ffbb209b36e9e3bca3ec75c6
 WHIRLPOOL 
634245c5f30ec7581e17166d89a4441e3b67d29c23a4bf7345e40ce2ba4bc3eed2d287135c9fa8b6833734c237869d76f8da804600d3633106e35cd7648db78f
+DIST WebOb-1.6.1.tar.gz 204676 SHA256 
e804c583bd0fb947bd7c03d296942b38b985cf1da4fd82bf879994d29edb21fe SHA512 
da760fb67d1962b3fd8ff421ef6d34cc377406d82bfe053244c53a4bddfcef5433b0816d8d11a164e1a71e5562ae56cde3090fb74de414c41ba3777b89c64631
 WHIRLPOOL 
d8c9126ad6ea43e6be35ff012754e7130f0c975b8284de4d6d2874131d47a76cf053945d35f0bab27a413fe020c3d1356ffee91c6d1d9a1c5697d64fdc2aab05

diff --git a/dev-python/webob/webob-1.6.1.ebuild 
b/dev-python/webob/webob-1.6.1.ebuild
new file mode 100644
index 000..d5e64fe
--- /dev/null
+++ b/dev-python/webob/webob-1.6.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1 versionator
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
+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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   if use doc; then
+   "${PYTHON}" setup.py build_sphinx || die
+   fi
+}
+
+python_test() {
+   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



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

2016-06-04 Thread Matt Thode
commit: a08f81aea596dd6390b699eada8d921dd5ba2875
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jun  5 03:33:49 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jun  5 03:33:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08f81ae

dev-python/webob: stablereq for bug 582170

Package-Manager: portage-2.2.28

 dev-python/webob/webob-1.5.1.ebuild | 4 ++--
 dev-python/webob/webob-1.6.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/webob/webob-1.5.1.ebuild 
b/dev-python/webob/webob-1.5.1.ebuild
index 067524b..9fec4c6 100644
--- a/dev-python/webob/webob-1.5.1.ebuild
+++ b/dev-python/webob/webob-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/webob/webob-1.6.0.ebuild 
b/dev-python/webob/webob-1.6.0.ebuild
index 8bc0903..d5e64fe 100644
--- a/dev-python/webob/webob-1.6.0.ebuild
+++ b/dev-python/webob/webob-1.6.0.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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2016-04-20 Thread Patrick Lauer
commit: 5b3877d46e0af36979be3d39ccb25c05370a3d66
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Apr 20 08:01:22 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed Apr 20 08:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3877d4

dev-python/webob: Bump

Package-Manager: portage-2.2.28

 dev-python/webob/Manifest  | 2 +-
 dev-python/webob/{webob-1.6.0_alpha0.ebuild => webob-1.6.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 7fe7f25..432a715 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -2,4 +2,4 @@ DIST WebOb-1.4.1.tar.gz 671495 SHA256 
12f8b98390befc47336d2c0e5bad9cc48609d808ea
 DIST WebOb-1.4.tar.gz 633302 SHA256 
0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 SHA512 
0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37
 WHIRLPOOL 
abfc696b7f50a74edd3d84099365f802f5be0eddf56a1c128f6e026c30bdeddc1b58c6bb45d4281ee4fb3d7937888d8065b01f93a363c82cd9cd1834eb2378da
 DIST WebOb-1.5.0.tar.gz 186394 SHA256 
8e90cca008c0189fe64d06281d50d9510c1dde4147bdf4bc81b666020ce31350 SHA512 
4d5a4f58eb3f96d4b563c0a8d8387f30ad323d11c3a913ba69504685e7baa870f232d55e6d8b403e3f6b2153c3c7f37a694618bf0e85d04115c240c5fa2b93b6
 WHIRLPOOL 
f3f6975f84bc64fe941fd3d3c5cd065cfea8e59b2f0481e31c7bf5145934d038420ccb93df918e5e729607ee75bb77d3a8142c4ff4ac60b2be14212061a1fa3a
 DIST WebOb-1.5.1.tar.gz 202821 SHA256 
d8a9a153577f74b275dfd441ee2de4910eb2c1228d94186285684327e3877009 SHA512 
aba45ff622a572a3bda7cf33ce5988745b3831aea2ed7f0502688055f96c16cf5de828039439218611034ad49dea4e4a9c2ec43b8dbc97be61b7abc33a15589c
 WHIRLPOOL 
814e11b257f82a48f9ed8ff1e1ecb37ab0648c7f67446aa57094da671f0265fadd7b04e9e69ed1ecbfbbc1925804ef7f563f8079b82bea04d8a06853482960b7
-DIST WebOb-1.6.0a0.tar.gz 203676 SHA256 
fe6bc77ace5ec879152ac47b9c4b357b7c788264adbff1fe6bf8a0824272af91 SHA512 
0cf15757e237c66f6b92fd5fbb61ce9b02a0ac56708d7d8eeb99cb2e042b6203a60fd0a5894c129c1830930c7d5faeb2374fe785ee7b889a29e473fa37c97b22
 WHIRLPOOL 
2daf1ae4a561ac4031e05b936a7db960711473c44ebfddee509a4c7ebd9c5acde6098ac8c745006b39d5394d3bba7b124e80723638f9fc70e1de2734550b007b
+DIST WebOb-1.6.0.tar.gz 204340 SHA256 
63d262d8f61b516321f786879c9277fa2209f7f57eb47b537eeecfea383d55b7 SHA512 
a4805ea7b30d5afd64d4d2c053fd8b9d71ec9409270e85af4e071352e933474b52eb3493a52f3b29ff0040a4d6fc41dc1b70fe35ffbb209b36e9e3bca3ec75c6
 WHIRLPOOL 
634245c5f30ec7581e17166d89a4441e3b67d29c23a4bf7345e40ce2ba4bc3eed2d287135c9fa8b6833734c237869d76f8da804600d3633106e35cd7648db78f

diff --git a/dev-python/webob/webob-1.6.0_alpha0.ebuild 
b/dev-python/webob/webob-1.6.0.ebuild
similarity index 97%
rename from dev-python/webob/webob-1.6.0_alpha0.ebuild
rename to dev-python/webob/webob-1.6.0.ebuild
index 423b5e6..8bc0903 100644
--- a/dev-python/webob/webob-1.6.0_alpha0.ebuild
+++ b/dev-python/webob/webob-1.6.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 inherit distutils-r1 versionator
 
 MY_PN=WebOb
-MY_P=${MY_PN}-${PV//_alpha/a}
+MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="WSGI request and response object"
 HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;



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

2016-02-27 Thread Matt Thode
commit: 8649c1b0dea7f430f90eb0dba1db11bd03860f14
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:47:33 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:47:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8649c1b0

dev-python/webob: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/webob/webob-1.5.1.ebuild 
b/dev-python/webob/webob-1.5.1.ebuild
index 6951a17..067524b 100644
--- a/dev-python/webob/webob-1.5.1.ebuild
+++ b/dev-python/webob/webob-1.5.1.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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2016-02-05 Thread Tiziano Müller
commit: bf81cde78035c5535849d8b8afb6e820250eda6e
Author: Tiziano Müller  gentoo  org>
AuthorDate: Fri Feb  5 16:00:10 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Fri Feb  5 16:00:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf81cde7

dev-python/webob: re-add python-3.3 USE flag

Package-Manager: portage-2.2.26

 dev-python/webob/webob-1.6.0_alpha0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webob/webob-1.6.0_alpha0.ebuild 
b/dev-python/webob/webob-1.6.0_alpha0.ebuild
index d681096..423b5e6 100644
--- a/dev-python/webob/webob-1.6.0_alpha0.ebuild
+++ b/dev-python/webob/webob-1.6.0_alpha0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1 versionator
 



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

2016-02-02 Thread Tiziano Müller
commit: abfdd16647136099c8ec5a4185f5403a4fc6f1de
Author: Tiziano Müller  gentoo  org>
AuthorDate: Tue Feb  2 11:28:13 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Tue Feb  2 11:28:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfdd166

dev-python/webob: version bump for (official)  python-3.5 support

Package-Manager: portage-2.2.26

 dev-python/webob/Manifest  |  1 +
 dev-python/webob/webob-1.6.0_alpha0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 53cdb8d..7fe7f25 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -2,3 +2,4 @@ DIST WebOb-1.4.1.tar.gz 671495 SHA256 
12f8b98390befc47336d2c0e5bad9cc48609d808ea
 DIST WebOb-1.4.tar.gz 633302 SHA256 
0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 SHA512 
0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37
 WHIRLPOOL 
abfc696b7f50a74edd3d84099365f802f5be0eddf56a1c128f6e026c30bdeddc1b58c6bb45d4281ee4fb3d7937888d8065b01f93a363c82cd9cd1834eb2378da
 DIST WebOb-1.5.0.tar.gz 186394 SHA256 
8e90cca008c0189fe64d06281d50d9510c1dde4147bdf4bc81b666020ce31350 SHA512 
4d5a4f58eb3f96d4b563c0a8d8387f30ad323d11c3a913ba69504685e7baa870f232d55e6d8b403e3f6b2153c3c7f37a694618bf0e85d04115c240c5fa2b93b6
 WHIRLPOOL 
f3f6975f84bc64fe941fd3d3c5cd065cfea8e59b2f0481e31c7bf5145934d038420ccb93df918e5e729607ee75bb77d3a8142c4ff4ac60b2be14212061a1fa3a
 DIST WebOb-1.5.1.tar.gz 202821 SHA256 
d8a9a153577f74b275dfd441ee2de4910eb2c1228d94186285684327e3877009 SHA512 
aba45ff622a572a3bda7cf33ce5988745b3831aea2ed7f0502688055f96c16cf5de828039439218611034ad49dea4e4a9c2ec43b8dbc97be61b7abc33a15589c
 WHIRLPOOL 
814e11b257f82a48f9ed8ff1e1ecb37ab0648c7f67446aa57094da671f0265fadd7b04e9e69ed1ecbfbbc1925804ef7f563f8079b82bea04d8a06853482960b7
+DIST WebOb-1.6.0a0.tar.gz 203676 SHA256 
fe6bc77ace5ec879152ac47b9c4b357b7c788264adbff1fe6bf8a0824272af91 SHA512 
0cf15757e237c66f6b92fd5fbb61ce9b02a0ac56708d7d8eeb99cb2e042b6203a60fd0a5894c129c1830930c7d5faeb2374fe785ee7b889a29e473fa37c97b22
 WHIRLPOOL 
2daf1ae4a561ac4031e05b936a7db960711473c44ebfddee509a4c7ebd9c5acde6098ac8c745006b39d5394d3bba7b124e80723638f9fc70e1de2734550b007b

diff --git a/dev-python/webob/webob-1.6.0_alpha0.ebuild 
b/dev-python/webob/webob-1.6.0_alpha0.ebuild
new file mode 100644
index 000..784c06e
--- /dev/null
+++ b/dev-python/webob/webob-1.6.0_alpha0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1 versionator
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV//_alpha/a}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   if use doc; then
+   "${PYTHON}" setup.py build_sphinx || die
+   fi
+}
+
+python_test() {
+   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



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

2016-02-02 Thread Tiziano Müller
commit: cf01e2d3744213c746c428be3a4debaace06474f
Author: Tiziano Müller  gentoo  org>
AuthorDate: Tue Feb  2 11:32:04 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Tue Feb  2 11:32:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf01e2d3

dev-python/webob: use EAPI=6 and drop py-3.3 support in 1.6.0_alpha0

Package-Manager: portage-2.2.26

 dev-python/webob/webob-1.6.0_alpha0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/webob/webob-1.6.0_alpha0.ebuild 
b/dev-python/webob/webob-1.6.0_alpha0.ebuild
index 784c06e..d681096 100644
--- a/dev-python/webob/webob-1.6.0_alpha0.ebuild
+++ b/dev-python/webob/webob-1.6.0_alpha0.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
 inherit distutils-r1 versionator
 



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

2015-11-03 Thread Justin Lecher
commit: 20319f2c5ec3f6f8b4f8b2148b1f1680decd3993
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Nov  3 11:22:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov  3 11:38:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20319f2c

dev-python/webob: Version Bump

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

 dev-python/webob/Manifest   |  1 +
 dev-python/webob/webob-1.5.1.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index ca1958f..53cdb8d 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,3 +1,4 @@
 DIST WebOb-1.4.1.tar.gz 671495 SHA256 
12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db SHA512 
71be0389018289884158c5f3b99d1e1185bd29ab975ea59008fd71bf1188d25130e1852422dcedf7ffe3303d87caf02d62a143229b9ae196dd62f64deb7f7328
 WHIRLPOOL 
d2803552592813c4b5ea4291e9a3aac6aa26397b903a8372f8e1fd601d46fb5f7105dcfd42e14de974a352e75945bf61945e0f36928d6a3fd8afa8bdd195d35b
 DIST WebOb-1.4.tar.gz 633302 SHA256 
0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 SHA512 
0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37
 WHIRLPOOL 
abfc696b7f50a74edd3d84099365f802f5be0eddf56a1c128f6e026c30bdeddc1b58c6bb45d4281ee4fb3d7937888d8065b01f93a363c82cd9cd1834eb2378da
 DIST WebOb-1.5.0.tar.gz 186394 SHA256 
8e90cca008c0189fe64d06281d50d9510c1dde4147bdf4bc81b666020ce31350 SHA512 
4d5a4f58eb3f96d4b563c0a8d8387f30ad323d11c3a913ba69504685e7baa870f232d55e6d8b403e3f6b2153c3c7f37a694618bf0e85d04115c240c5fa2b93b6
 WHIRLPOOL 
f3f6975f84bc64fe941fd3d3c5cd065cfea8e59b2f0481e31c7bf5145934d038420ccb93df918e5e729607ee75bb77d3a8142c4ff4ac60b2be14212061a1fa3a
+DIST WebOb-1.5.1.tar.gz 202821 SHA256 
d8a9a153577f74b275dfd441ee2de4910eb2c1228d94186285684327e3877009 SHA512 
aba45ff622a572a3bda7cf33ce5988745b3831aea2ed7f0502688055f96c16cf5de828039439218611034ad49dea4e4a9c2ec43b8dbc97be61b7abc33a15589c
 WHIRLPOOL 
814e11b257f82a48f9ed8ff1e1ecb37ab0648c7f67446aa57094da671f0265fadd7b04e9e69ed1ecbfbbc1925804ef7f563f8079b82bea04d8a06853482960b7

diff --git a/dev-python/webob/webob-1.5.1.ebuild 
b/dev-python/webob/webob-1.5.1.ebuild
new file mode 100644
index 000..6951a17
--- /dev/null
+++ b/dev-python/webob/webob-1.5.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   if use doc; then
+   "${PYTHON}" setup.py build_sphinx || die
+   fi
+}
+
+python_test() {
+   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



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

2015-10-19 Thread Justin Lecher
commit: dd2513342d20a1268eb95441638a60ffeeba25b7
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 16:27:29 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 16:29:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd251334

dev-python/webob: Version Bump

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

 dev-python/webob/Manifest   |  1 +
 dev-python/webob/webob-1.5.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index f50f79d..ca1958f 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,2 +1,3 @@
 DIST WebOb-1.4.1.tar.gz 671495 SHA256 
12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db SHA512 
71be0389018289884158c5f3b99d1e1185bd29ab975ea59008fd71bf1188d25130e1852422dcedf7ffe3303d87caf02d62a143229b9ae196dd62f64deb7f7328
 WHIRLPOOL 
d2803552592813c4b5ea4291e9a3aac6aa26397b903a8372f8e1fd601d46fb5f7105dcfd42e14de974a352e75945bf61945e0f36928d6a3fd8afa8bdd195d35b
 DIST WebOb-1.4.tar.gz 633302 SHA256 
0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 SHA512 
0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37
 WHIRLPOOL 
abfc696b7f50a74edd3d84099365f802f5be0eddf56a1c128f6e026c30bdeddc1b58c6bb45d4281ee4fb3d7937888d8065b01f93a363c82cd9cd1834eb2378da
+DIST WebOb-1.5.0.tar.gz 186394 SHA256 
8e90cca008c0189fe64d06281d50d9510c1dde4147bdf4bc81b666020ce31350 SHA512 
4d5a4f58eb3f96d4b563c0a8d8387f30ad323d11c3a913ba69504685e7baa870f232d55e6d8b403e3f6b2153c3c7f37a694618bf0e85d04115c240c5fa2b93b6
 WHIRLPOOL 
f3f6975f84bc64fe941fd3d3c5cd065cfea8e59b2f0481e31c7bf5145934d038420ccb93df918e5e729607ee75bb77d3a8142c4ff4ac60b2be14212061a1fa3a

diff --git a/dev-python/webob/webob-1.5.0.ebuild 
b/dev-python/webob/webob-1.5.0.ebuild
new file mode 100644
index 000..0b7abd5
--- /dev/null
+++ b/dev-python/webob/webob-1.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 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} pypy )
+
+inherit distutils-r1
+
+MY_PN=WebOb
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="WSGI request and response object"
+HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   if use doc; then
+   "${PYTHON}" setup.py build_sphinx || die
+   fi
+}
+
+python_test() {
+   nosetests --verbose -w tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}