[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic-routing/

2022-03-14 Thread Alessandro Barbieri
commit: 36d2685a336481d0de685d9aa0598a937ccff48d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Mar 15 02:46:30 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Mar 15 02:46:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36d2685a

dev-python/sanic-routing: treeclean

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sanic-routing/Manifest  |  2 --
 dev-python/sanic-routing/metadata.xml  |  8 --
 .../sanic-routing/sanic-routing-0.7.0.ebuild   | 30 --
 .../sanic-routing/sanic-routing-0.7.1.ebuild   | 28 
 4 files changed, 68 deletions(-)

diff --git a/dev-python/sanic-routing/Manifest 
b/dev-python/sanic-routing/Manifest
deleted file mode 100644
index 7d2e7ed5e..0
--- a/dev-python/sanic-routing/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sanic-routing-0.7.0.tar.gz 23633 BLAKE2B 
df5a3d122b00d958e1bd262b56e7000aa404a1aa28eaf599d50e826bdb7d9cb94c85843047b3ee9924686ad21d06082956f921e78b6b0e5bf9f20ae0d925b165
 SHA512 
de7e31c5f464becd3bb36cf6e9b00c2419e54771a406cc02eac6b22dbdd4c60380db52c76e1cddf28dd8387bca185e1f8156b963dbf995a9329ccd9ad25a9627
-DIST sanic-routing-0.7.1.tar.gz 24882 BLAKE2B 
4b603e280210208b000cd6c0feec74bfed759cc2e4833d6408720f8cd6799ae09bf50faf8f4c738e68625c8d7bc80636f0111cca759cfaa9b018ca61b1b6208b
 SHA512 
8871ea7efae7957f26001f9645397a74527a418dbd562e9bef831fdba4ed1998d7ffda8b4bdb6c3c26841ecef97aaad6134de64ae517c6ce7fab8ece8b78368b

diff --git a/dev-python/sanic-routing/metadata.xml 
b/dev-python/sanic-routing/metadata.xml
deleted file mode 100644
index ed7fc245b..0
--- a/dev-python/sanic-routing/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-sanic-org/sanic-routing
-  
-

diff --git a/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild 
b/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild
deleted file mode 100644
index 8bb2c6ee8..0
--- a/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="Internal handler routing for Sanic"
-HOMEPAGE="
-   https://pypi.python.org/pypi/sanic-routing
-   https://github.com/sanic-org/sanic-routing
-"
-SRC_URI="https://github.com/sanic-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="
-   ${RDEPEND}
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/sanic[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/sanic-routing/sanic-routing-0.7.1.ebuild 
b/dev-python/sanic-routing/sanic-routing-0.7.1.ebuild
deleted file mode 100644
index 370f04b2e..0
--- a/dev-python/sanic-routing/sanic-routing-0.7.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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="Internal handler routing for Sanic"
-HOMEPAGE="
-   https://pypi.python.org/pypi/sanic-routing
-   https://github.com/sanic-org/sanic-routing
-"
-SRC_URI="https://github.com/sanic-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/sanic[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic-routing/

2021-08-24 Thread Andrew Ammerlaan
commit: a2eef015bd3a9ae9deba7da556810f8ad085016b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Aug 24 19:09:55 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Aug 24 19:09:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2eef015

dev-python/sanic-routing: fix metadata

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/sanic-routing/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/sanic-routing/metadata.xml 
b/dev-python/sanic-routing/metadata.xml
index 11f7b386d..ed7fc245b 100644
--- a/dev-python/sanic-routing/metadata.xml
+++ b/dev-python/sanic-routing/metadata.xml
@@ -2,7 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-  
   
 sanic-org/sanic-routing
   



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic-routing/

2021-07-05 Thread Alessandro Barbieri
commit: 50b5cfca77ab9cf7fecc10c0a3fda01218948eb8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul  5 08:24:59 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul  5 08:24:59 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50b5cfca

dev-python/sanic-routing: add 0.7.1, drop 0.6.2

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sanic-routing/Manifest   | 2 +-
 .../{sanic-routing-0.6.2.ebuild => sanic-routing-0.7.1.ebuild}  | 6 ++
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/sanic-routing/Manifest 
b/dev-python/sanic-routing/Manifest
index fba40beaa..7d2e7ed5e 100644
--- a/dev-python/sanic-routing/Manifest
+++ b/dev-python/sanic-routing/Manifest
@@ -1,2 +1,2 @@
-DIST sanic-routing-0.6.2.tar.gz 14854 BLAKE2B 
c268244b18531b220eacaa4aa5d6b23612e9f3a27774df65c35b12645bcc18916142c304c07e59a64c950f1f1e7c8e0c34c9c605b1478293e22708c20ba3bc36
 SHA512 
8bbbae9424bd4e39c8549f70263f9a4847b5f81441152e671e7b8976372b4eecabfde90428bd4eb220f4a44e39239c63f3f2bf429b30ab0f649c80549966a65f
 DIST sanic-routing-0.7.0.tar.gz 23633 BLAKE2B 
df5a3d122b00d958e1bd262b56e7000aa404a1aa28eaf599d50e826bdb7d9cb94c85843047b3ee9924686ad21d06082956f921e78b6b0e5bf9f20ae0d925b165
 SHA512 
de7e31c5f464becd3bb36cf6e9b00c2419e54771a406cc02eac6b22dbdd4c60380db52c76e1cddf28dd8387bca185e1f8156b963dbf995a9329ccd9ad25a9627
+DIST sanic-routing-0.7.1.tar.gz 24882 BLAKE2B 
4b603e280210208b000cd6c0feec74bfed759cc2e4833d6408720f8cd6799ae09bf50faf8f4c738e68625c8d7bc80636f0111cca759cfaa9b018ca61b1b6208b
 SHA512 
8871ea7efae7957f26001f9645397a74527a418dbd562e9bef831fdba4ed1998d7ffda8b4bdb6c3c26841ecef97aaad6134de64ae517c6ce7fab8ece8b78368b

diff --git a/dev-python/sanic-routing/sanic-routing-0.6.2.ebuild 
b/dev-python/sanic-routing/sanic-routing-0.7.1.ebuild
similarity index 89%
rename from dev-python/sanic-routing/sanic-routing-0.6.2.ebuild
rename to dev-python/sanic-routing/sanic-routing-0.7.1.ebuild
index 7306101e8..370f04b2e 100644
--- a/dev-python/sanic-routing/sanic-routing-0.6.2.ebuild
+++ b/dev-python/sanic-routing/sanic-routing-0.7.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -18,9 +18,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND=""
 DEPEND="
-   ${RDEPEND}
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/sanic[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic-routing/

2021-06-27 Thread Alessandro Barbieri
commit: b7eb33eea5b34ac165ddb5dd1c252dc980a050eb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun 27 23:03:49 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jun 27 23:03:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7eb33ee

dev-python/sanic-routing: add 0.7.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sanic-routing/Manifest  |  1 +
 .../sanic-routing/sanic-routing-0.7.0.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sanic-routing/Manifest 
b/dev-python/sanic-routing/Manifest
index 2a45ff580..fba40beaa 100644
--- a/dev-python/sanic-routing/Manifest
+++ b/dev-python/sanic-routing/Manifest
@@ -1 +1,2 @@
 DIST sanic-routing-0.6.2.tar.gz 14854 BLAKE2B 
c268244b18531b220eacaa4aa5d6b23612e9f3a27774df65c35b12645bcc18916142c304c07e59a64c950f1f1e7c8e0c34c9c605b1478293e22708c20ba3bc36
 SHA512 
8bbbae9424bd4e39c8549f70263f9a4847b5f81441152e671e7b8976372b4eecabfde90428bd4eb220f4a44e39239c63f3f2bf429b30ab0f649c80549966a65f
+DIST sanic-routing-0.7.0.tar.gz 23633 BLAKE2B 
df5a3d122b00d958e1bd262b56e7000aa404a1aa28eaf599d50e826bdb7d9cb94c85843047b3ee9924686ad21d06082956f921e78b6b0e5bf9f20ae0d925b165
 SHA512 
de7e31c5f464becd3bb36cf6e9b00c2419e54771a406cc02eac6b22dbdd4c60380db52c76e1cddf28dd8387bca185e1f8156b963dbf995a9329ccd9ad25a9627

diff --git a/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild 
b/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild
new file mode 100644
index 0..8bb2c6ee8
--- /dev/null
+++ b/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild
@@ -0,0 +1,30 @@
+# 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="Internal handler routing for Sanic"
+HOMEPAGE="
+   https://pypi.python.org/pypi/sanic-routing
+   https://github.com/sanic-org/sanic-routing
+"
+SRC_URI="https://github.com/sanic-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/sanic[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic-routing/

2021-05-27 Thread Alessandro Barbieri
commit: cc28fd6ab4cd4b19c8c7e3a900d77c8648212f7d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May 27 14:03:37 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May 27 14:48:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc28fd6a

dev-python/sanic-routing: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sanic-routing/Manifest  |  1 +
 dev-python/sanic-routing/metadata.xml  | 11 
 .../sanic-routing/sanic-routing-0.6.2.ebuild   | 30 ++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/sanic-routing/Manifest 
b/dev-python/sanic-routing/Manifest
new file mode 100644
index 0..2a45ff580
--- /dev/null
+++ b/dev-python/sanic-routing/Manifest
@@ -0,0 +1 @@
+DIST sanic-routing-0.6.2.tar.gz 14854 BLAKE2B 
c268244b18531b220eacaa4aa5d6b23612e9f3a27774df65c35b12645bcc18916142c304c07e59a64c950f1f1e7c8e0c34c9c605b1478293e22708c20ba3bc36
 SHA512 
8bbbae9424bd4e39c8549f70263f9a4847b5f81441152e671e7b8976372b4eecabfde90428bd4eb220f4a44e39239c63f3f2bf429b30ab0f649c80549966a65f

diff --git a/dev-python/sanic-routing/metadata.xml 
b/dev-python/sanic-routing/metadata.xml
new file mode 100644
index 0..059ada385
--- /dev/null
+++ b/dev-python/sanic-routing/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+sanic-org/sanic-routing
+  
+

diff --git a/dev-python/sanic-routing/sanic-routing-0.6.2.ebuild 
b/dev-python/sanic-routing/sanic-routing-0.6.2.ebuild
new file mode 100644
index 0..7306101e8
--- /dev/null
+++ b/dev-python/sanic-routing/sanic-routing-0.6.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Internal handler routing for Sanic"
+HOMEPAGE="
+   https://pypi.python.org/pypi/sanic-routing
+   https://github.com/sanic-org/sanic-routing
+"
+SRC_URI="https://github.com/sanic-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/sanic[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest