[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2022-05-30 Thread Andrew Ammerlaan
commit: 6c249b36a195d1df3f117fac6dc20b211439b337
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:41:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36

dev-python/WSME: add missing sphinx test dep

Closes: https://bugs.gentoo.org/848450
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 0e62785a0..bb0df9a82 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -36,6 +36,8 @@ BDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
+
+   dev-python/sphinx[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-28 Thread Haelwenn Monnier
commit: 536e55f63648b16caecf3c046cc671e118e695f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct 27 15:00:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Oct 27 15:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536e55f6

dev-python/WSME: add pbr dependency

Closes: https://bugs.gentoo.org/820485
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index b8798554e..ffb466fa5 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-25 Thread Andrew Ammerlaan
commit: 995d10bd1c0e2d2c2793e90f396ad8d8734afc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 25 11:16:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 25 11:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995d10bd

dev-python/WSME: new version

Closes: https://bugs.gentoo.org/799599
Closes: https://bugs.gentoo.org/799596
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/Manifest   |  2 +-
 dev-python/WSME/WSME-0.10.0.ebuild | 25 -
 dev-python/WSME/WSME-0.11.0.ebuild | 38 ++
 3 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
index 8438e2f06..45e23f278 100644
--- a/dev-python/WSME/Manifest
+++ b/dev-python/WSME/Manifest
@@ -1 +1 @@
-DIST WSME-0.10.0.tar.gz 89701 BLAKE2B 
8ce4160919b66c4c858d71af02cc40741fda0261fe0c23f390805a3913e85879011975a7a562c647a877ce6b40cd0c5d273f4f44f0a4efe5717339a143cb
 SHA512 
2015ed56e12f566e9c40cf2d37d3dce1edf5f4678a2703b3477d362abb52866a519addc77cfcc57b712de58ab6bcad707c6971eb3de60d7f6f209fdf4cfb7a88
+DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
deleted file mode 100644
index 0d20cce03..0
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="https://pythonhosted.org/WSME";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
new file mode 100644
index 0..07cf7fdb7
--- /dev/null
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
+HOMEPAGE="
+   https://opendev.org/x/wsme
+   https://pypi.org/project/WSME
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/pecan[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-26 Thread Florian Schmaus
commit: 0cc2aadd4bc3a800b7285f0144b592489f64c4cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct 26 15:28:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 26 16:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2aadd

dev-python/WSME: add wheel dependency

Closes: https://bugs.gentoo.org/820302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 07cf7fdb7..b8798554e 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -24,7 +24,10 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/transaction[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2022-05-30 Thread Andrew Ammerlaan
commit: 6c249b36a195d1df3f117fac6dc20b211439b337
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:41:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36

dev-python/WSME: add missing sphinx test dep

Closes: https://bugs.gentoo.org/848450
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 0e62785a0..bb0df9a82 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -36,6 +36,8 @@ BDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
+
+   dev-python/sphinx[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-28 Thread Haelwenn Monnier
commit: 536e55f63648b16caecf3c046cc671e118e695f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct 27 15:00:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Oct 27 15:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536e55f6

dev-python/WSME: add pbr dependency

Closes: https://bugs.gentoo.org/820485
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index b8798554e..ffb466fa5 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-25 Thread Andrew Ammerlaan
commit: 995d10bd1c0e2d2c2793e90f396ad8d8734afc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 25 11:16:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 25 11:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995d10bd

dev-python/WSME: new version

Closes: https://bugs.gentoo.org/799599
Closes: https://bugs.gentoo.org/799596
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/Manifest   |  2 +-
 dev-python/WSME/WSME-0.10.0.ebuild | 25 -
 dev-python/WSME/WSME-0.11.0.ebuild | 38 ++
 3 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
index 8438e2f06..45e23f278 100644
--- a/dev-python/WSME/Manifest
+++ b/dev-python/WSME/Manifest
@@ -1 +1 @@
-DIST WSME-0.10.0.tar.gz 89701 BLAKE2B 
8ce4160919b66c4c858d71af02cc40741fda0261fe0c23f390805a3913e85879011975a7a562c647a877ce6b40cd0c5d273f4f44f0a4efe5717339a143cb
 SHA512 
2015ed56e12f566e9c40cf2d37d3dce1edf5f4678a2703b3477d362abb52866a519addc77cfcc57b712de58ab6bcad707c6971eb3de60d7f6f209fdf4cfb7a88
+DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
deleted file mode 100644
index 0d20cce03..0
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="https://pythonhosted.org/WSME";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
new file mode 100644
index 0..07cf7fdb7
--- /dev/null
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
+HOMEPAGE="
+   https://opendev.org/x/wsme
+   https://pypi.org/project/WSME
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/pecan[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-26 Thread Florian Schmaus
commit: 0cc2aadd4bc3a800b7285f0144b592489f64c4cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct 26 15:28:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 26 16:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2aadd

dev-python/WSME: add wheel dependency

Closes: https://bugs.gentoo.org/820302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 07cf7fdb7..b8798554e 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -24,7 +24,10 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/transaction[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-25 Thread Andrew Ammerlaan
commit: 995d10bd1c0e2d2c2793e90f396ad8d8734afc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 25 11:16:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 25 11:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995d10bd

dev-python/WSME: new version

Closes: https://bugs.gentoo.org/799599
Closes: https://bugs.gentoo.org/799596
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/Manifest   |  2 +-
 dev-python/WSME/WSME-0.10.0.ebuild | 25 -
 dev-python/WSME/WSME-0.11.0.ebuild | 38 ++
 3 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
index 8438e2f06..45e23f278 100644
--- a/dev-python/WSME/Manifest
+++ b/dev-python/WSME/Manifest
@@ -1 +1 @@
-DIST WSME-0.10.0.tar.gz 89701 BLAKE2B 
8ce4160919b66c4c858d71af02cc40741fda0261fe0c23f390805a3913e85879011975a7a562c647a877ce6b40cd0c5d273f4f44f0a4efe5717339a143cb
 SHA512 
2015ed56e12f566e9c40cf2d37d3dce1edf5f4678a2703b3477d362abb52866a519addc77cfcc57b712de58ab6bcad707c6971eb3de60d7f6f209fdf4cfb7a88
+DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
deleted file mode 100644
index 0d20cce03..0
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="https://pythonhosted.org/WSME";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
new file mode 100644
index 0..07cf7fdb7
--- /dev/null
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
+HOMEPAGE="
+   https://opendev.org/x/wsme
+   https://pypi.org/project/WSME
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/pecan[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-26 Thread Florian Schmaus
commit: 0cc2aadd4bc3a800b7285f0144b592489f64c4cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct 26 15:28:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 26 16:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2aadd

dev-python/WSME: add wheel dependency

Closes: https://bugs.gentoo.org/820302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 07cf7fdb7..b8798554e 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -24,7 +24,10 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/transaction[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-28 Thread Haelwenn Monnier
commit: 536e55f63648b16caecf3c046cc671e118e695f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct 27 15:00:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Oct 27 15:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536e55f6

dev-python/WSME: add pbr dependency

Closes: https://bugs.gentoo.org/820485
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index b8798554e..ffb466fa5 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2022-05-30 Thread Andrew Ammerlaan
commit: 6c249b36a195d1df3f117fac6dc20b211439b337
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:41:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36

dev-python/WSME: add missing sphinx test dep

Closes: https://bugs.gentoo.org/848450
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 0e62785a0..bb0df9a82 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -36,6 +36,8 @@ BDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
+
+   dev-python/sphinx[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-28 Thread Haelwenn Monnier
commit: 536e55f63648b16caecf3c046cc671e118e695f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct 27 15:00:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Oct 27 15:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536e55f6

dev-python/WSME: add pbr dependency

Closes: https://bugs.gentoo.org/820485
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index b8798554e..ffb466fa5 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-25 Thread Andrew Ammerlaan
commit: 995d10bd1c0e2d2c2793e90f396ad8d8734afc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 25 11:16:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 25 11:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995d10bd

dev-python/WSME: new version

Closes: https://bugs.gentoo.org/799599
Closes: https://bugs.gentoo.org/799596
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/Manifest   |  2 +-
 dev-python/WSME/WSME-0.10.0.ebuild | 25 -
 dev-python/WSME/WSME-0.11.0.ebuild | 38 ++
 3 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
index 8438e2f06..45e23f278 100644
--- a/dev-python/WSME/Manifest
+++ b/dev-python/WSME/Manifest
@@ -1 +1 @@
-DIST WSME-0.10.0.tar.gz 89701 BLAKE2B 
8ce4160919b66c4c858d71af02cc40741fda0261fe0c23f390805a3913e85879011975a7a562c647a877ce6b40cd0c5d273f4f44f0a4efe5717339a143cb
 SHA512 
2015ed56e12f566e9c40cf2d37d3dce1edf5f4678a2703b3477d362abb52866a519addc77cfcc57b712de58ab6bcad707c6971eb3de60d7f6f209fdf4cfb7a88
+DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
deleted file mode 100644
index 0d20cce03..0
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="https://pythonhosted.org/WSME";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
new file mode 100644
index 0..07cf7fdb7
--- /dev/null
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
+HOMEPAGE="
+   https://opendev.org/x/wsme
+   https://pypi.org/project/WSME
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/pecan[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-26 Thread Florian Schmaus
commit: 0cc2aadd4bc3a800b7285f0144b592489f64c4cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct 26 15:28:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 26 16:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2aadd

dev-python/WSME: add wheel dependency

Closes: https://bugs.gentoo.org/820302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 07cf7fdb7..b8798554e 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -24,7 +24,10 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/transaction[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2022-05-30 Thread Andrew Ammerlaan
commit: 6c249b36a195d1df3f117fac6dc20b211439b337
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:41:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36

dev-python/WSME: add missing sphinx test dep

Closes: https://bugs.gentoo.org/848450
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 0e62785a0..bb0df9a82 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -36,6 +36,8 @@ BDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
+
+   dev-python/sphinx[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-28 Thread Haelwenn Monnier
commit: 536e55f63648b16caecf3c046cc671e118e695f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct 27 15:00:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Oct 27 15:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536e55f6

dev-python/WSME: add pbr dependency

Closes: https://bugs.gentoo.org/820485
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index b8798554e..ffb466fa5 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-25 Thread Andrew Ammerlaan
commit: 995d10bd1c0e2d2c2793e90f396ad8d8734afc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 25 11:16:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 25 11:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995d10bd

dev-python/WSME: new version

Closes: https://bugs.gentoo.org/799599
Closes: https://bugs.gentoo.org/799596
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/Manifest   |  2 +-
 dev-python/WSME/WSME-0.10.0.ebuild | 25 -
 dev-python/WSME/WSME-0.11.0.ebuild | 38 ++
 3 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
index 8438e2f06..45e23f278 100644
--- a/dev-python/WSME/Manifest
+++ b/dev-python/WSME/Manifest
@@ -1 +1 @@
-DIST WSME-0.10.0.tar.gz 89701 BLAKE2B 
8ce4160919b66c4c858d71af02cc40741fda0261fe0c23f390805a3913e85879011975a7a562c647a877ce6b40cd0c5d273f4f44f0a4efe5717339a143cb
 SHA512 
2015ed56e12f566e9c40cf2d37d3dce1edf5f4678a2703b3477d362abb52866a519addc77cfcc57b712de58ab6bcad707c6971eb3de60d7f6f209fdf4cfb7a88
+DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
deleted file mode 100644
index 0d20cce03..0
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="https://pythonhosted.org/WSME";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
new file mode 100644
index 0..07cf7fdb7
--- /dev/null
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
+HOMEPAGE="
+   https://opendev.org/x/wsme
+   https://pypi.org/project/WSME
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/pecan[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-26 Thread Florian Schmaus
commit: 0cc2aadd4bc3a800b7285f0144b592489f64c4cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct 26 15:28:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 26 16:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2aadd

dev-python/WSME: add wheel dependency

Closes: https://bugs.gentoo.org/820302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 07cf7fdb7..b8798554e 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -24,7 +24,10 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/transaction[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2022-05-30 Thread Andrew Ammerlaan
commit: 6c249b36a195d1df3f117fac6dc20b211439b337
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:41:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36

dev-python/WSME: add missing sphinx test dep

Closes: https://bugs.gentoo.org/848450
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 0e62785a0..bb0df9a82 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -36,6 +36,8 @@ BDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
+
+   dev-python/sphinx[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2022-05-30 Thread Andrew Ammerlaan
commit: 6c249b36a195d1df3f117fac6dc20b211439b337
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:41:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36

dev-python/WSME: add missing sphinx test dep

Closes: https://bugs.gentoo.org/848450
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 0e62785a0..bb0df9a82 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -36,6 +36,8 @@ BDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
+
+   dev-python/sphinx[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-28 Thread Haelwenn Monnier
commit: 536e55f63648b16caecf3c046cc671e118e695f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct 27 15:00:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Oct 27 15:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536e55f6

dev-python/WSME: add pbr dependency

Closes: https://bugs.gentoo.org/820485
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index b8798554e..ffb466fa5 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-25 Thread Andrew Ammerlaan
commit: 995d10bd1c0e2d2c2793e90f396ad8d8734afc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 25 11:16:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 25 11:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995d10bd

dev-python/WSME: new version

Closes: https://bugs.gentoo.org/799599
Closes: https://bugs.gentoo.org/799596
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/Manifest   |  2 +-
 dev-python/WSME/WSME-0.10.0.ebuild | 25 -
 dev-python/WSME/WSME-0.11.0.ebuild | 38 ++
 3 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
index 8438e2f06..45e23f278 100644
--- a/dev-python/WSME/Manifest
+++ b/dev-python/WSME/Manifest
@@ -1 +1 @@
-DIST WSME-0.10.0.tar.gz 89701 BLAKE2B 
8ce4160919b66c4c858d71af02cc40741fda0261fe0c23f390805a3913e85879011975a7a562c647a877ce6b40cd0c5d273f4f44f0a4efe5717339a143cb
 SHA512 
2015ed56e12f566e9c40cf2d37d3dce1edf5f4678a2703b3477d362abb52866a519addc77cfcc57b712de58ab6bcad707c6971eb3de60d7f6f209fdf4cfb7a88
+DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
deleted file mode 100644
index 0d20cce03..0
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="https://pythonhosted.org/WSME";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
new file mode 100644
index 0..07cf7fdb7
--- /dev/null
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
+HOMEPAGE="
+   https://opendev.org/x/wsme
+   https://pypi.org/project/WSME
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/pecan[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-26 Thread Florian Schmaus
commit: 0cc2aadd4bc3a800b7285f0144b592489f64c4cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct 26 15:28:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 26 16:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2aadd

dev-python/WSME: add wheel dependency

Closes: https://bugs.gentoo.org/820302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 07cf7fdb7..b8798554e 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -24,7 +24,10 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/transaction[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2022-05-30 Thread Andrew Ammerlaan
commit: 6c249b36a195d1df3f117fac6dc20b211439b337
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:41:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36

dev-python/WSME: add missing sphinx test dep

Closes: https://bugs.gentoo.org/848450
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 0e62785a0..bb0df9a82 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -36,6 +36,8 @@ BDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
+
+   dev-python/sphinx[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-25 Thread Andrew Ammerlaan
commit: 995d10bd1c0e2d2c2793e90f396ad8d8734afc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 25 11:16:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 25 11:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995d10bd

dev-python/WSME: new version

Closes: https://bugs.gentoo.org/799599
Closes: https://bugs.gentoo.org/799596
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/Manifest   |  2 +-
 dev-python/WSME/WSME-0.10.0.ebuild | 25 -
 dev-python/WSME/WSME-0.11.0.ebuild | 38 ++
 3 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
index 8438e2f06..45e23f278 100644
--- a/dev-python/WSME/Manifest
+++ b/dev-python/WSME/Manifest
@@ -1 +1 @@
-DIST WSME-0.10.0.tar.gz 89701 BLAKE2B 
8ce4160919b66c4c858d71af02cc40741fda0261fe0c23f390805a3913e85879011975a7a562c647a877ce6b40cd0c5d273f4f44f0a4efe5717339a143cb
 SHA512 
2015ed56e12f566e9c40cf2d37d3dce1edf5f4678a2703b3477d362abb52866a519addc77cfcc57b712de58ab6bcad707c6971eb3de60d7f6f209fdf4cfb7a88
+DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
deleted file mode 100644
index 0d20cce03..0
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="https://pythonhosted.org/WSME";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
new file mode 100644
index 0..07cf7fdb7
--- /dev/null
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
+HOMEPAGE="
+   https://opendev.org/x/wsme
+   https://pypi.org/project/WSME
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/pecan[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-26 Thread Florian Schmaus
commit: 0cc2aadd4bc3a800b7285f0144b592489f64c4cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct 26 15:28:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 26 16:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2aadd

dev-python/WSME: add wheel dependency

Closes: https://bugs.gentoo.org/820302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 07cf7fdb7..b8798554e 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -24,7 +24,10 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/transaction[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-28 Thread Haelwenn Monnier
commit: 536e55f63648b16caecf3c046cc671e118e695f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct 27 15:00:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Oct 27 15:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536e55f6

dev-python/WSME: add pbr dependency

Closes: https://bugs.gentoo.org/820485
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index b8798554e..ffb466fa5 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2022-05-30 Thread Andrew Ammerlaan
commit: 6c249b36a195d1df3f117fac6dc20b211439b337
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 11:41:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 30 12:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36

dev-python/WSME: add missing sphinx test dep

Closes: https://bugs.gentoo.org/848450
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 0e62785a0..bb0df9a82 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -36,6 +36,8 @@ BDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
+
+   dev-python/sphinx[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-25 Thread Andrew Ammerlaan
commit: 995d10bd1c0e2d2c2793e90f396ad8d8734afc2b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 25 11:16:53 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 25 11:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=995d10bd

dev-python/WSME: new version

Closes: https://bugs.gentoo.org/799599
Closes: https://bugs.gentoo.org/799596
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/Manifest   |  2 +-
 dev-python/WSME/WSME-0.10.0.ebuild | 25 -
 dev-python/WSME/WSME-0.11.0.ebuild | 38 ++
 3 files changed, 39 insertions(+), 26 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
index 8438e2f06..45e23f278 100644
--- a/dev-python/WSME/Manifest
+++ b/dev-python/WSME/Manifest
@@ -1 +1 @@
-DIST WSME-0.10.0.tar.gz 89701 BLAKE2B 
8ce4160919b66c4c858d71af02cc40741fda0261fe0c23f390805a3913e85879011975a7a562c647a877ce6b40cd0c5d273f4f44f0a4efe5717339a143cb
 SHA512 
2015ed56e12f566e9c40cf2d37d3dce1edf5f4678a2703b3477d362abb52866a519addc77cfcc57b712de58ab6bcad707c6971eb3de60d7f6f209fdf4cfb7a88
+DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.10.0.ebuild 
b/dev-python/WSME/WSME-0.10.0.ebuild
deleted file mode 100644
index 0d20cce03..0
--- a/dev-python/WSME/WSME-0.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols."
-HOMEPAGE="https://pythonhosted.org/WSME";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
new file mode 100644
index 0..07cf7fdb7
--- /dev/null
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
+HOMEPAGE="
+   https://opendev.org/x/wsme
+   https://pypi.org/project/WSME
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/transaction[${PYTHON_USEDEP}]
+   dev-python/pecan[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-restful[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-26 Thread Florian Schmaus
commit: 0cc2aadd4bc3a800b7285f0144b592489f64c4cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct 26 15:28:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 26 16:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2aadd

dev-python/WSME: add wheel dependency

Closes: https://bugs.gentoo.org/820302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index 07cf7fdb7..b8798554e 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -24,7 +24,10 @@ RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/transaction[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/

2021-10-28 Thread Haelwenn Monnier
commit: 536e55f63648b16caecf3c046cc671e118e695f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Oct 27 15:00:58 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Oct 27 15:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536e55f6

dev-python/WSME: add pbr dependency

Closes: https://bugs.gentoo.org/820485
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/WSME/WSME-0.11.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
index b8798554e..ffb466fa5 100644
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ b/dev-python/WSME/WSME-0.11.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/, profiles/

2023-02-27 Thread Haelwenn Monnier
commit: 6abdfe3ff1b0ffa246f8ca5e1298b7233003fe58
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Mon Feb 27 21:03:02 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Mon Feb 27 21:04:04 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6abdfe3f

dev-python/WSME: treeclean

Closes: https://bugs.gentoo.org/820653
Closes: https://bugs.gentoo.org/884593
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/WSME/Manifest   |  1 -
 dev-python/WSME/WSME-0.11.0.ebuild | 44 --
 dev-python/WSME/metadata.xml   | 13 ---
 profiles/package.mask  |  5 -
 4 files changed, 63 deletions(-)

diff --git a/dev-python/WSME/Manifest b/dev-python/WSME/Manifest
deleted file mode 100644
index 45e23f278..0
--- a/dev-python/WSME/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST WSME-0.11.0.tar.gz 89863 BLAKE2B 
3dfb9bbb2cce48eca47ec2498db8f69f1a4e9466cd6370f49fe874d640c244ae2e9cddbba1f3f5e1701612c80baaa2d3dd3f3a1309c9559c9da3b5f8dbdf4919
 SHA512 
5bbf2179a7efa413981ffcb360868875a1283a9cfde02626eb715fe9c61ff05367c62a346011a6d681b8c269c18e115e763f7bf589b456ec81a707bd102f913e

diff --git a/dev-python/WSME/WSME-0.11.0.ebuild 
b/dev-python/WSME/WSME-0.11.0.ebuild
deleted file mode 100644
index bb0df9a82..0
--- a/dev-python/WSME/WSME-0.11.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplify the writing of REST APIs, and extend them with 
additional protocols"
-HOMEPAGE="
-   https://opendev.org/x/wsme
-   https://pypi.org/project/WSME/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
-   dev-python/simplegeneric[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/transaction[${PYTHON_USEDEP}]
-   dev-python/pecan[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-restful[${PYTHON_USEDEP}]
-   dev-python/webtest[${PYTHON_USEDEP}]
-
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests nose

diff --git a/dev-python/WSME/metadata.xml b/dev-python/WSME/metadata.xml
deleted file mode 100644
index 8f47315d1..0
--- a/dev-python/WSME/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-co-maintainers welcome
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
-  
-WSME
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index fd21733e9..f579f2346 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -61,11 +61,6 @@ sys-cluster/scalasca
 # See also this discussion: 
https://github.com/gentoo/guru/commit/10a1f43a0ebe867718744de54cb17fde32e4c329
 sys-apps/paludis
 
-# Julien Roy  (2023-01-27)
-# Tests require dev-python/flask-restful, which is no longer available in 
::gentoo.
-# Masked for removal in 30 days.
-dev-python/WSME
-
 # Anna Vyalkova  (2023-01-25)
 # Broken and has no maintainers. Bug #891773.
 # Masked for removal in 30 days.