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

2023-11-05 Thread Michał Górny
commit: dbd25487f55a3261edbf476dd625f7771c3d1728
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 16:02:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 16:27:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd25487

dev-python/routes: Enable py3.12

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

 dev-python/routes/routes-2.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/routes/routes-2.5.1-r2.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
index d6189c0ad3e4..6feb5b4fc0d4 100644
--- a/dev-python/routes/routes-2.5.1-r2.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-06-06 Thread Arthur Zamarin
commit: f9513ea54b79b855cada6ca26f963b192dd3d333
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun  6 17:54:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun  6 17:54:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9513ea5

dev-python/routes: add github upstream metadata

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

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

diff --git a/dev-python/routes/metadata.xml b/dev-python/routes/metadata.xml
index a2282f1b20d6..ee4979d961fd 100644
--- a/dev-python/routes/metadata.xml
+++ b/dev-python/routes/metadata.xml
@@ -8,5 +8,6 @@


Routes
+   bbangert/routes

 



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

2023-01-02 Thread WANG Xuerui
commit: 2b3dcc1b94978fec0a8fcb7e81187b67c4c607c0
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue Jan  3 02:28:21 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue Jan  3 02:52:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3dcc1b

dev-python/routes: keyword 2.5.1-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/routes/routes-2.5.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/routes/routes-2.5.1-r2.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
index c5be811cf59a..31c293b9a695 100644
--- a/dev-python/routes/routes-2.5.1-r2.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2022-11-18 Thread Arthur Zamarin
commit: e032badd87ce828eef5f473dfc73f8a2c8687033
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Fri Nov 18 15:09:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 18 15:14:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e032badd

dev-python/routes: Keyword 2.5.1-r2 alpha, #873490

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/routes/routes-2.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/routes/routes-2.5.1-r2.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
index f11a4b845c7b..c5be811cf59a 100644
--- a/dev-python/routes/routes-2.5.1-r2.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2022-10-22 Thread Michał Górny
commit: 2e7afad28b0a76dffd4f182a4cdf4b9bddf711cb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 22 14:49:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 22 14:54:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7afad2

dev-python/routes: Stabilize 2.5.1-r2 ppc64, #867094

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

 dev-python/routes/routes-2.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/routes/routes-2.5.1-r2.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
index bdbcc6dd8b1d..f11a4b845c7b 100644
--- a/dev-python/routes/routes-2.5.1-r2.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2022-09-10 Thread Arthur Zamarin
commit: 05f2fec177ef95018a8ae11ec65c014dd782c0ef
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 10 18:28:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 10 18:28:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f2fec1

dev-python/routes: Keyword 2.5.1-r2 hppa, #859184

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

 dev-python/routes/routes-2.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/routes/routes-2.5.1-r2.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
index c15b3a913bff..bdbcc6dd8b1d 100644
--- a/dev-python/routes/routes-2.5.1-r2.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2022-09-07 Thread Sam James
commit: 35bdb626b675a585acfff2d1127f9637b7618a65
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  8 05:19:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  8 05:19:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bdb626

dev-python/routes: Keyword 2.5.1-r2 sparc, #859184

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

 dev-python/routes/routes-2.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/routes/routes-2.5.1-r2.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
index d03227f17e9f..c15b3a913bff 100644
--- a/dev-python/routes/routes-2.5.1-r2.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2022-06-24 Thread Michał Górny
commit: d26ccc6f808744091ca7f400dfa354b2103da24d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 24 11:37:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 24 11:39:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26ccc6f

dev-python/routes: Strip .dev tag from version

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

 dev-python/routes/{routes-2.5.1-r1.ebuild => routes-2.5.1-r2.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/routes/routes-2.5.1-r1.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
similarity index 94%
rename from dev-python/routes/routes-2.5.1-r1.ebuild
rename to dev-python/routes/routes-2.5.1-r2.ebuild
index 31c10c505693..d03227f17e9f 100644
--- a/dev-python/routes/routes-2.5.1-r1.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -45,5 +45,7 @@ PATCHES=(
 
 src_prepare() {
distutils-r1_src_prepare
+   # fix the version number
+   sed -i -e '/tag/d' setup.cfg || die
find tests -name '__init__.py' -delete || die
 }



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

2022-06-21 Thread Arthur Zamarin
commit: 9cde3aac0a8bcd9f0994a94488cf910fe822cce6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 21 18:46:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 21 18:46:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cde3aac

dev-python/routes: drop 2.5.1

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

 dev-python/routes/Manifest|  1 -
 dev-python/routes/routes-2.5.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/routes/Manifest b/dev-python/routes/Manifest
index 1d24ad8f29b6..d0275421b115 100644
--- a/dev-python/routes/Manifest
+++ b/dev-python/routes/Manifest
@@ -1,3 +1,2 @@
-DIST Routes-2.5.1.tar.gz 190905 BLAKE2B 
e1498d0a26c7ebb1ee423ad211221f648d5bab4d37effac8c34a5f5189558a62c3ab34780f98f6a1620a261efc6085afd54f0827ac0e7a80217de7ae2226580a
 SHA512 
06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755
 DIST routes-2.5.1-pytest.patch 229759 BLAKE2B 
826a053e82b5cae9996c73c56948b24b8c508b33440c60aea62d8d2dfa6461a43377ee1748c8852dd8c2527b0666e9c4c64e38eeaea22fc67ee9291ddcdffb6d
 SHA512 
e6dba07207bf52b931e2369ad32450ebbfbc26571502b9b827b6200f4ce7cfc7b784e4685f9f11472bed63b3711af10ed9833eda35003cc2010924eeeaae4235
 DIST routes-2.5.1.gh.tar.gz 198777 BLAKE2B 
ca3487af94677889c5249b501fc6dc07e155dd4a862df4f1c8391154598a343ee35b7e8be2b5200bdb234b606a837c471af806c9dc8aa39796b4f4db04bbb164
 SHA512 
939aebac11f5499ea5c4009e016c52b8b161e7d67c4a540cdbf456cb3db5aec80a4054e7bec986202559b081b09cf699c6508e1ac9acffbc5706acd56f30

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
deleted file mode 100644
index ca648eda22eb..
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_PN="Routes"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to 
Controllers/Actions"
-HOMEPAGE="https://routes.readthedocs.io/en/latest/ 
https://pypi.org/project/Routes/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
-
-RDEPEND="
-   >=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/webob[${PYTHON_USEDEP}]
-   dev-python/webtest[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests nose



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

2022-06-21 Thread Arthur Zamarin
commit: 49749a666ad3c50d79cc87cec9befd683d79a9f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 21 18:38:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 21 18:38:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49749a66

dev-python/routes: Stabilize 2.5.1-r1 ALLARCHES, #853391

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

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

diff --git a/dev-python/routes/routes-2.5.1-r1.ebuild 
b/dev-python/routes/routes-2.5.1-r1.ebuild
index a436046a0a46..31c10c505693 100644
--- a/dev-python/routes/routes-2.5.1-r1.ebuild
+++ b/dev-python/routes/routes-2.5.1-r1.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2022-05-22 Thread Michał Górny
commit: 7bf8b34cfc8c026c705b22ef61fde706618a139d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 22 08:32:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 22 08:40:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf8b34c

dev-python/routes: Use PEP517 build

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

 dev-python/routes/Manifest   |  2 ++
 dev-python/routes/routes-2.5.1-r1.ebuild | 49 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/routes/Manifest b/dev-python/routes/Manifest
index 319143004d09..1d24ad8f29b6 100644
--- a/dev-python/routes/Manifest
+++ b/dev-python/routes/Manifest
@@ -1 +1,3 @@
 DIST Routes-2.5.1.tar.gz 190905 BLAKE2B 
e1498d0a26c7ebb1ee423ad211221f648d5bab4d37effac8c34a5f5189558a62c3ab34780f98f6a1620a261efc6085afd54f0827ac0e7a80217de7ae2226580a
 SHA512 
06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755
+DIST routes-2.5.1-pytest.patch 229759 BLAKE2B 
826a053e82b5cae9996c73c56948b24b8c508b33440c60aea62d8d2dfa6461a43377ee1748c8852dd8c2527b0666e9c4c64e38eeaea22fc67ee9291ddcdffb6d
 SHA512 
e6dba07207bf52b931e2369ad32450ebbfbc26571502b9b827b6200f4ce7cfc7b784e4685f9f11472bed63b3711af10ed9833eda35003cc2010924eeeaae4235
+DIST routes-2.5.1.gh.tar.gz 198777 BLAKE2B 
ca3487af94677889c5249b501fc6dc07e155dd4a862df4f1c8391154598a343ee35b7e8be2b5200bdb234b606a837c471af806c9dc8aa39796b4f4db04bbb164
 SHA512 
939aebac11f5499ea5c4009e016c52b8b161e7d67c4a540cdbf456cb3db5aec80a4054e7bec986202559b081b09cf699c6508e1ac9acffbc5706acd56f30

diff --git a/dev-python/routes/routes-2.5.1-r1.ebuild 
b/dev-python/routes/routes-2.5.1-r1.ebuild
new file mode 100644
index ..70515fb8a926
--- /dev/null
+++ b/dev-python/routes/routes-2.5.1-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to 
Controllers/Actions"
+HOMEPAGE="
+   https://routes.readthedocs.io/en/latest/
+   https://github.com/bbangert/routes/
+   https://pypi.org/project/Routes/
+"
+SRC_URI="
+   https://github.com/bbangert/routes/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   https://github.com/bbangert/routes/pull/107.patch
+   -> ${P}-pytest.patch
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+
+RDEPEND="
+   >=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/webob[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${DISTDIR}/${P}-pytest.patch"
+)
+
+src_prepare() {
+   distutils-r1_src_prepare
+   find tests -name '__init__.py' -delete || die
+}



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

2022-05-22 Thread Michał Górny
commit: 0caf928320481510cc58d04929aa02a7a7a9ddde
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 22 08:33:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 22 08:40:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0caf9283

dev-python/routes: Enable py3.11

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

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

diff --git a/dev-python/routes/routes-2.5.1-r1.ebuild 
b/dev-python/routes/routes-2.5.1-r1.ebuild
index 70515fb8a926..a436046a0a46 100644
--- a/dev-python/routes/routes-2.5.1-r1.ebuild
+++ b/dev-python/routes/routes-2.5.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2021-09-02 Thread Marek Szuba
commit: cc2ad399161010a24b387eea9aa1a539bc386e00
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:25:50 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:27:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2ad399

dev-python/routes: keyword 2.5.1 for ~riscv

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

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

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
index 37cc32289ed..ca648eda22e 100644
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2021-07-04 Thread Michał Górny
commit: 659de99fb20366c286b9c98b6dc57542f4590493
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  4 16:54:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  4 16:55:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659de99f

dev-python/routes: Remove broken doc logic

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

 dev-python/routes/routes-2.5.1.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
index 75e5ba7a36a..37cc32289ed 100644
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -30,18 +30,3 @@ BDEPEND="
)"
 
 distutils_enable_tests nose
-distutils_enable_sphinx docs
-
-# The testsuite appears to be held back by the author
-
-# https://github.com/bbangert/routes/issues/42 presents a patch
-# for the faulty docbuild converted to sed stmnts
-python_prepare_all() {
-   # The default theme in sphinx switched to classic from shpinx-1.3.1
-   sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
-   -i docs/conf.py || die
-   sed -e "s:changes:changes\n   todo:" \
-   -i docs/index.rst || die
-
-   distutils-r1_python_prepare_all
-}



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

2021-07-04 Thread Michał Górny
commit: 6b82c86b0510f2651e061924639c4f2920d70958
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  4 08:04:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  4 08:28:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b82c86b

dev-python/routes: Port to py3.10

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

 dev-python/routes/routes-2.5.1.ebuild | 15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
index 98c48ad54fa..75e5ba7a36a 100644
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 MY_PN="Routes"
@@ -18,7 +17,6 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
-IUSE="doc"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
@@ -40,13 +38,8 @@ distutils_enable_sphinx docs
 # for the faulty docbuild converted to sed stmnts
 python_prepare_all() {
# The default theme in sphinx switched to classic from shpinx-1.3.1
-   if has_version ">=dev-python/sphinx-1.3.1"; then
-   sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
-   -i docs/conf.py || die
-   else
-   sed -e "s:html_theme_options = {:html_theme = 'default'\n&:" \
-   -i docs/conf.py || die
-   fi
+   sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
+   -i docs/conf.py || die
sed -e "s:changes:changes\n   todo:" \
-i docs/index.rst || die
 



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

2020-12-31 Thread Sam James
commit: d01bd9634a258d665ce272a98eb73c40ebfc70b1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  1 06:11:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  1 06:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01bd963

dev-python/routes: fix distutils_enable_docs target call

Reported-by: Alessandro Barbieri  gmail.com>
Thanks-to: Martin Walch  web.de>
Closes: https://bugs.gentoo.org/715168
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
index 39460443ca9..bb4c3b2a904 100644
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
@@ -31,7 +32,7 @@ BDEPEND="
)"
 
 distutils_enable_tests nose
-distutils_enable_sphinx doc
+distutils_enable_sphinx docs
 
 # The testsuite appears to be held back by the author
 



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

2020-11-14 Thread Michał Górny
commit: 670f55abf77545f3b9bc86f4411b49addfb6802d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 15 07:38:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 15 07:38:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670f55ab

dev-python/routes: Remove old

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

 dev-python/routes/Manifest   |  1 -
 dev-python/routes/routes-2.4.1-r1.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/dev-python/routes/Manifest b/dev-python/routes/Manifest
index 68ceaccf390..319143004d0 100644
--- a/dev-python/routes/Manifest
+++ b/dev-python/routes/Manifest
@@ -1,2 +1 @@
-DIST Routes-2.4.1.tar.gz 182403 BLAKE2B 
21a079616e1533af8fae44b0ad428b3309e5e8d1e27dbf3632cb3e1f5286225aec73246012a8c7c22d59d755be27f10fa09ab6ee6b34f71c6c540dfd36e4
 SHA512 
b0566f10ca83af0459e9c59fa2217bdc5ebf349d944396bcb21ffa731ad189c642e409381979cb5da3153630c24f20aa974a99711f16aca9f91413976af2bb04
 DIST Routes-2.5.1.tar.gz 190905 BLAKE2B 
e1498d0a26c7ebb1ee423ad211221f648d5bab4d37effac8c34a5f5189558a62c3ab34780f98f6a1620a261efc6085afd54f0827ac0e7a80217de7ae2226580a
 SHA512 
06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
deleted file mode 100644
index 7f92c712c81..000
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="Routes"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to 
Controllers/Actions"
-HOMEPAGE="https://routes.readthedocs.io/en/latest/ 
https://pypi.org/project/Routes/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc"
-
-RDEPEND="
-   >=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? ( dev-python/webob[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests nose
-distutils_enable_sphinx doc
-
-# The testsuite appears to be held back by the author
-
-# https://github.com/bbangert/routes/issues/42 presents a patch
-# for the faulty docbuild converted to sed stmnts
-python_prepare_all() {
-   # The default theme in sphinx switched to classic from shpinx-1.3.1
-   if has_version ">=dev-python/sphinx-1.3.1"; then
-   sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
-   -i docs/conf.py || die
-   else
-   sed -e "s:html_theme_options = {:html_theme = 'default'\n&:" \
-   -i docs/conf.py || die
-   fi
-   sed -e "s:changes:changes\n   todo:" \
-   -i docs/index.rst || die
-
-   distutils-r1_python_prepare_all
-}



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

2020-11-14 Thread Sam James
commit: 170f8e4fa88b02a89de3a7071028ca333db78214
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 15 05:13:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 15 05:13:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170f8e4f

dev-python/routes: Stabilize 2.5.1 ALLARCHES, #754543

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

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

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
index e6334510ba3..39460443ca9 100644
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



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

2020-11-14 Thread Michał Górny
commit: bb0a35da10762ae78964fd139aa69163f35d8bf9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 14 22:11:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 14 22:11:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0a35da

dev-python/routes: Mark ALLARCHES

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

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

diff --git a/dev-python/routes/metadata.xml b/dev-python/routes/metadata.xml
index 7bdfdfe972f..c9aac92f8e1 100644
--- a/dev-python/routes/metadata.xml
+++ b/dev-python/routes/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

Routes




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

2020-10-14 Thread Michał Górny
commit: 6088381bb05933dde90d1452a9c003014467d842
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 14 15:26:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 14 15:27:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6088381b

dev-python/routes: Add missing dep on webtest

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

 dev-python/routes/routes-2.5.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
index 57fb5a24ebc..e6334510ba3 100644
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -25,7 +25,10 @@ RDEPEND="
 "
 
 BDEPEND="
-   test? ( dev-python/webob[${PYTHON_USEDEP}] )"
+   test? (
+   dev-python/webob[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )"
 
 distutils_enable_tests nose
 distutils_enable_sphinx doc



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

2020-10-14 Thread Michał Górny
commit: 8c4a52977ba7204cdefc557104d91b2ba4404615
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 14 06:40:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 14 06:58:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4a5297

dev-python/routes: Bump to 2.5.1

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

 dev-python/routes/Manifest|  1 +
 dev-python/routes/routes-2.5.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/routes/Manifest b/dev-python/routes/Manifest
index b46845aae86..68ceaccf390 100644
--- a/dev-python/routes/Manifest
+++ b/dev-python/routes/Manifest
@@ -1 +1,2 @@
 DIST Routes-2.4.1.tar.gz 182403 BLAKE2B 
21a079616e1533af8fae44b0ad428b3309e5e8d1e27dbf3632cb3e1f5286225aec73246012a8c7c22d59d755be27f10fa09ab6ee6b34f71c6c540dfd36e4
 SHA512 
b0566f10ca83af0459e9c59fa2217bdc5ebf349d944396bcb21ffa731ad189c642e409381979cb5da3153630c24f20aa974a99711f16aca9f91413976af2bb04
+DIST Routes-2.5.1.tar.gz 190905 BLAKE2B 
e1498d0a26c7ebb1ee423ad211221f648d5bab4d37effac8c34a5f5189558a62c3ab34780f98f6a1620a261efc6085afd54f0827ac0e7a80217de7ae2226580a
 SHA512 
06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
new file mode 100644
index 000..57fb5a24ebc
--- /dev/null
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="Routes"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to 
Controllers/Actions"
+HOMEPAGE="https://routes.readthedocs.io/en/latest/ 
https://pypi.org/project/Routes/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc"
+
+RDEPEND="
+   >=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? ( dev-python/webob[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc
+
+# The testsuite appears to be held back by the author
+
+# https://github.com/bbangert/routes/issues/42 presents a patch
+# for the faulty docbuild converted to sed stmnts
+python_prepare_all() {
+   # The default theme in sphinx switched to classic from shpinx-1.3.1
+   if has_version ">=dev-python/sphinx-1.3.1"; then
+   sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
+   -i docs/conf.py || die
+   else
+   sed -e "s:html_theme_options = {:html_theme = 'default'\n&:" \
+   -i docs/conf.py || die
+   fi
+   sed -e "s:changes:changes\n   todo:" \
+   -i docs/index.rst || die
+
+   distutils-r1_python_prepare_all
+}



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

2020-07-13 Thread Sam James
commit: a8d286109e6b6ab726cadf2e655d21105a5b8088
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 13 22:52:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 13 23:12:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d28610

dev-python/routes: ppc stable (bug #727058)

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

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

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index 91b5a059e8c..7f92c712c81 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



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

2020-07-06 Thread Michał Górny
commit: 6c8dbdfa1b0577e123e8ed23500ac3043038c6e4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jul  5 23:14:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  6 11:38:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8dbdfa

dev-python/routes: arm stable (bug #727058)

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

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

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index 4af90af70c2..91b5a059e8c 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



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

2020-06-22 Thread Mart Raudsepp
commit: ed9d92d7ff8c699275dda374ddca81d972d56af7
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun 22 05:51:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun 22 19:02:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9d92d7

dev-python/routes: arm64 stable (bug #727058)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index 06e5798198e..4af90af70c2 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



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

2020-06-21 Thread Michał Górny
commit: b482435cf0c7cb5652d74cabf00ce591d692ae65
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 21 10:46:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 21 11:18:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b482435c

dev-python/routes: Port to py3.9

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

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

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index 28b69fd9dca..06e5798198e 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



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

2020-06-04 Thread Michał Górny
commit: 50fa2fb48b4ee16ac8b7d87b479d08b7104eba6d
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu Jun  4 01:20:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  4 14:05:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fa2fb4

dev-python/routes: arm keyworded (bug #717946)

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

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

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index 2ededca0dca..28b69fd9dca 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



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

2020-05-30 Thread Sergei Trofimovich
commit: 25848ed6facdf9434e1f25f198b323268574718f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 30 20:33:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 30 20:33:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25848ed6

dev-python/routes: keyworded 2.4.1-r1 for ia64, bug #717946

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

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

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index 0f71d00dc5a..2ededca0dca 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



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

2020-05-30 Thread Michał Górny
commit: 51bb46ce233d1dfac4559c542d7a2acb26b77743
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 16:11:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 16:20:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51bb46ce

dev-python/routes: Keyword 2.4.1-r1 ppc, #717946

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

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

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index 301a043a306..0f71d00dc5a 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



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

2020-05-04 Thread Michał Górny
commit: a6240b3c84b188f2783f97f04d075d30fe09cf73
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 12:16:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 12:17:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6240b3c

dev-python/routes: Remove old

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

 dev-python/routes/routes-2.4.1.ebuild | 55 ---
 1 file changed, 55 deletions(-)

diff --git a/dev-python/routes/routes-2.4.1.ebuild 
b/dev-python/routes/routes-2.4.1.ebuild
deleted file mode 100644
index fed9cbe23a3..000
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-MY_PN="Routes"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to 
Controllers/Actions"
-HOMEPAGE="https://routes.readthedocs.io/en/latest/ 
https://pypi.org/project/Routes/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-RDEPEND=">=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-
-# The testsuite appears to be held back by the author
-
-S="${WORKDIR}/${MY_P}"
-
-# https://github.com/bbangert/routes/issues/42 presents a patch
-# for the faulty docbuild converted to sed stmnts
-python_prepare_all() {
-   # The default theme in sphinx switched to classic from shpinx-1.3.1
-   if has_version ">=dev-python/sphinx-1.3.1"; then
-   sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
-   -i docs/conf.py || die
-   else
-   sed -e "s:html_theme_options = {:html_theme = 'default'\n&:" \
-   -i docs/conf.py || die
-   fi
-   sed -e "s:changes:changes\n   todo:" \
-   -i docs/index.rst || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2020-05-03 Thread Agostino Sarubbo
commit: 0d91710758dc12a3d7542dc2af0d5d95ff90bf8b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 19:01:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 19:02:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d917107

dev-python/routes: x86 stable wrt bug #720594

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

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

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index f9267328a01..301a043a306 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc"
 
 RDEPEND="



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

2020-05-01 Thread Michał Górny
commit: 68271f17ff579e4fa771506d6114a4edc6911e56
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  1 15:41:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  1 15:44:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68271f17

dev-python/routes: Add missing test-dep on dev-python/webob

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

 dev-python/routes/routes-2.4.1-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
index f43a59fba52..42fc2dbcd6a 100644
--- a/dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -24,6 +24,9 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
 "
 
+BDEPEND="
+   test? ( dev-python/webob[${PYTHON_USEDEP}] )"
+
 distutils_enable_tests nose
 distutils_enable_sphinx doc
 



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

2020-03-26 Thread Patrick McLean
commit: f37ddbd6a684f933e298df8201510062e91b3bfb
Author: Patrick McLean  sony  com>
AuthorDate: Fri Mar 27 00:29:02 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Mar 27 00:29:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37ddbd6

dev-python/routes02.4.1-r1: revbump, add py38, pypy3, refactor

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

 dev-python/routes/routes-2.4.1-r1.ebuild | 47 
 1 file changed, 47 insertions(+)

diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild 
b/dev-python/routes/routes-2.4.1-r1.ebuild
new file mode 100644
index 000..f43a59fba52
--- /dev/null
+++ b/dev-python/routes/routes-2.4.1-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="Routes"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to 
Controllers/Actions"
+HOMEPAGE="https://routes.readthedocs.io/en/latest/ 
https://pypi.org/project/Routes/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="doc"
+
+RDEPEND="
+   >=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc
+
+# The testsuite appears to be held back by the author
+
+# https://github.com/bbangert/routes/issues/42 presents a patch
+# for the faulty docbuild converted to sed stmnts
+python_prepare_all() {
+   # The default theme in sphinx switched to classic from shpinx-1.3.1
+   if has_version ">=dev-python/sphinx-1.3.1"; then
+   sed -e "s:html_theme_options = {:html_theme = 'classic'\n&:" \
+   -i docs/conf.py || die
+   else
+   sed -e "s:html_theme_options = {:html_theme = 'default'\n&:" \
+   -i docs/conf.py || die
+   fi
+   sed -e "s:changes:changes\n   todo:" \
+   -i docs/index.rst || die
+
+   distutils-r1_python_prepare_all
+}



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

2020-02-25 Thread Georgy Yakovlev
commit: c47aa08804360bacc56ffec352163d8ad3105490
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 25 07:57:26 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 25 07:57:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47aa088

dev-python/routes: keyword on ~ppc64

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-python/routes/routes-2.4.1.ebuild 
b/dev-python/routes/routes-2.4.1.ebuild
index 4b17f617e2b..fed9cbe23a3 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2020-02-05 Thread Michał Górny
commit: 3c4d9713f7362c1ba7a54a64d5259fb69ca0294b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 21:02:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 21:21:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4d9713

dev-python/routes: Remove py2

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

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

diff --git a/dev-python/routes/routes-2.4.1.ebuild 
b/dev-python/routes/routes-2.4.1.ebuild
index 55aa114e8ef..4b17f617e2b 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 56582cd8ea93f2ed8ca1e0e1e78a7c94f6ce573f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:34:56 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56582cd8

dev-python/routes: 2.4.1 add py37 support

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

 dev-python/routes/routes-2.4.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/routes/routes-2.4.1.ebuild 
b/dev-python/routes/routes-2.4.1.ebuild
index 89a8441f1d9..b4cbadb216c 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1
 



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

2018-05-01 Thread Michał Górny
commit: 51d616e8c5dd9f6a9e950299e09f48363184409c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr 29 13:55:12 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  1 18:40:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d616e8

dev-python/routes: use HTTPS

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

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

diff --git a/dev-python/routes/routes-2.4.1.ebuild 
b/dev-python/routes/routes-2.4.1.ebuild
index 6626129c16b..89a8441f1d9 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.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=5
@@ -10,7 +10,7 @@ MY_PN="Routes"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="A re-implementation of Rails routes system, mapping URLs to 
Controllers/Actions"
-HOMEPAGE="http://routes.groovie.org https://pypi.org/project/Routes/;
+HOMEPAGE="https://routes.readthedocs.io/en/latest/ 
https://pypi.org/project/Routes/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"



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

2017-06-15 Thread Pacho Ramos
commit: 5353f56b511f3296721124b72706429a9e6ae04d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:04:40 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:04:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5353f56b

dev-python/routes: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/routes/routes-2.4.1.ebuild 
b/dev-python/routes/routes-2.4.1.ebuild
index 37edfc25806..eb06f9e027d 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

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

dev-python/routes: remove unused patch

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

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

 dev-python/routes/files/routes-2.0-setup.py.patch | 38 ---
 1 file changed, 38 deletions(-)

diff --git a/dev-python/routes/files/routes-2.0-setup.py.patch 
b/dev-python/routes/files/routes-2.0-setup.py.patch
deleted file mode 100644
index ec090f4..
--- a/dev-python/routes/files/routes-2.0-setup.py.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 414ba660bccd3eed60f63cc8a1d117740065126f Mon Sep 17 00:00:00 2001
-From: Mike Gilbert 
-Date: Wed, 25 Dec 2013 10:42:26 -0500
-Subject: [PATCH] Specify encoding when opening files in setup.py
-
-This resolves a UnicodeDecodeError when setup.py is invoked with a
-non-utf8 locale.
-
-https://bugs.gentoo.org/show_bug.cgi?id=495118

- setup.py | 8 +---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index c76e869..9191f11 100644
 a/setup.py
-+++ b/setup.py
-@@ -1,12 +1,14 @@
- __version__ = '2.0'
- 
--import os, sys
-+import io, os, sys
- 
- from setuptools import setup, find_packages
- 
- here = os.path.abspath(os.path.dirname(__file__))
--README = open(os.path.join(here, 'README.rst')).read()
--CHANGES = open(os.path.join(here, 'CHANGELOG.rst')).read()
-+with io.open(os.path.join(here, 'README.rst'), encoding='utf8') as f:
-+README = f.read()
-+with io.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf8') as f:
-+CHANGES = f.read()
- PY3 = sys.version_info[0] == 3
- 
- extra_options = {
--- 
-1.8.5.2
-



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

2016-03-24 Thread Matt Thode
commit: 1816c1ca5c6930fa5204f590f51fd9ea6216d0a4
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 04:11:14 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 04:11:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1816c1ca

dev-python/routes: adding py35

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/routes/routes-2.2.ebuild 
b/dev-python/routes/routes-2.2.ebuild
index 2d06a69..bc81d74 100644
--- a/dev-python/routes/routes-2.2.ebuild
+++ b/dev-python/routes/routes-2.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 



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

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

dev-python/routes: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/routes/routes-2.2.ebuild 
b/dev-python/routes/routes-2.2.ebuild
index 448f8f3..2d06a69 100644
--- a/dev-python/routes/routes-2.2.ebuild
+++ b/dev-python/routes/routes-2.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2015-11-16 Thread Agostino Sarubbo
commit: 5abd9f99b194ba37b9b53ddf559cf2ce41d3c0af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 16:13:23 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 16:13:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abd9f99

dev-python/routes: amd64 stable wrt bug #565742

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/routes/routes-2.2.ebuild 
b/dev-python/routes/routes-2.2.ebuild
index 3d83e95..2478fa9 100644
--- a/dev-python/routes/routes-2.2.ebuild
+++ b/dev-python/routes/routes-2.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2015-11-16 Thread Agostino Sarubbo
commit: 19b67f42cc8a9d7e5a7cd1fabe6fd36c55b2d3f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 16:24:57 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 16:24:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b67f42

dev-python/routes: x86 stable wrt bug #565742

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-python/routes/routes-2.2.ebuild 
b/dev-python/routes/routes-2.2.ebuild
index 2478fa9..448f8f3 100644
--- a/dev-python/routes/routes-2.2.ebuild
+++ b/dev-python/routes/routes-2.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2015-08-19 Thread Ian Delaney
commit: d31c1bc9a6c1f46765e36ee5737bb41b414fda8a
Author: Ian Delaney idella4 AT gentoo DOT org
AuthorDate: Thu Aug 20 02:27:04 2015 +
Commit: Ian Delaney idella4 AT gentoo DOT org
CommitDate: Thu Aug 20 02:28:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31c1bc9

dev-python/routes: bump

This release has improved python3 support, remove test phase and deps
since author consistently holds back the testsuite, remove old

Package-Manager: portage-2.2.20

 dev-python/routes/Manifest |  3 +-
 dev-python/routes/routes-1.13-r1.ebuild| 42 ---
 dev-python/routes/routes-2.0.ebuild| 61 --
 dev-python/routes/routes-2.1-r1.ebuild |  2 +-
 dev-python/routes/routes-2.1.ebuild| 53 ---
 .../{routes-2.1-r1.ebuild = routes-2.2.ebuild}| 37 -
 6 files changed, 12 insertions(+), 186 deletions(-)

diff --git a/dev-python/routes/Manifest b/dev-python/routes/Manifest
index 756d286..968f045 100644
--- a/dev-python/routes/Manifest
+++ b/dev-python/routes/Manifest
@@ -1,3 +1,2 @@
-DIST Routes-1.13.tar.gz 797539 SHA256 
cc03d1a357cdb7af82e3909ee8ff93cb2b2afb48aca23bfde0117d6f49f624a7 SHA512 
052b04e0ee803394ffe1675a075fb633e790fdcabf1ee012a73d0c4ef211b4d0b18be13f680537fe5f8424193245d0b4bb2d76a20b9e74707e73b25e076a9f6a
 WHIRLPOOL 
7b83a24719ca2e051f9ba44ca712c10c2eca1590e1fc39afb731777de9c9bd73af4ef99868bf1e3dfa688ff38b9068f30311fe146973d9b55e1c61c501a08ebb
-DIST Routes-2.0.tar.gz 199195 SHA256 
6e4eb6437a9def22e1344ee8f766d7795bedfe6f615d3ea138e4035d6fbd33f8 SHA512 
a049efc8774ded555f597d165cc536891cf7c008a753cb0d3c44ebb5c763e117b5050c0ef68489e05f7d9bd6009250465cc56ce6954010a84ec9b3416f728e91
 WHIRLPOOL 
b9e5e88071c32c51427cfb16ad16cdea4cdace35579b053ea4fd2e81b27858c163244fd7976e2bdf93ab79e413ba72e48b2db8fc6991a6199ef7ba56c9620e5a
 DIST Routes-2.1.tar.gz 179737 SHA256 
ebf4126e244cf11414653b5ba5f27ed4abfad38b906a01e5d4c93d3ce5568ea3 SHA512 
6dcea3e20d9883e29d6aea5949eef3b265094f46084234a15530c266930163918c6eb2ad00bb49cd9cbf947a0019c2d91a5455f997bc7a7e5b8c662837a728c2
 WHIRLPOOL 
fbdb8e1a84aa2b1b8bf011aa68a31364f0fd48cabcaaf413274679f34e514283fbd8aac9497444b24f69f7d72393f38aeab5eeeb96659e3aae009ed2eebc4fbf
+DIST Routes-2.2.tar.gz 180011 SHA256 
9fa78373d63e36c3d8af6e33cfcad743f70c012c7ad6f2c3bf89ad973b9ab514 SHA512 
ddd88c412fce902aa75be46dd564bea7fed630116d50c0f08db6813de26bbb7af5adf7366dd3664a0fc10e369ed5089f6cc9ac91cc236e1b45c828fe2deee2e2
 WHIRLPOOL 
9fe75ce3826e64ff46db35fdb47c655f86709fdbfb64ad317b2f672e761a717bc2b4c2fd18f1675b36922d65300cd2f7acec87cb08ceeb50cb85fb099c15209f

diff --git a/dev-python/routes/routes-1.13-r1.ebuild 
b/dev-python/routes/routes-1.13-r1.ebuild
deleted file mode 100644
index 36483a4..000
--- a/dev-python/routes/routes-1.13-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-MY_PN=Routes
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION=A Python re-implementation of the Rails routes system for mapping 
URL's to Controllers/Actions
-HOMEPAGE=http://routes.groovie.org http://pypi.python.org/pypi/Routes;
-SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
-
-LICENSE=BSD
-SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
-IUSE=doc test
-
-# Note: although setup.py states that tests require webtest,
-# it isn't used anywhere.
-RDEPEND=dev-python/webob[${PYTHON_USEDEP}]
-   dev-python/repoze-lru[${PYTHON_USEDEP}]
-DEPEND=${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-   nosetests || die Tests fail with ${EPYTHON}
-}
-
-python_install_all() {
-   use doc  local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/routes/routes-2.0.ebuild 
b/dev-python/routes/routes-2.0.ebuild
deleted file mode 100644
index 5ca1671..000
--- a/dev-python/routes/routes-2.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-MY_PN=Routes
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION=A Python re-implementation of the Rails routes system for mapping 
URL's to Controllers/Actions
-HOMEPAGE=http://routes.groovie.org http://pypi.python.org/pypi/Routes;
-SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
-
-LICENSE=BSD
-SLOT=0
-KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
-IUSE=doc test
-
-RDEPEND=dev-python/webob[${PYTHON_USEDEP}]
-   =dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
-DEPEND=${RDEPEND}
-