From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sanic-routing/
Date: Fri, 28 May 2021 10:28:36 +0000 (UTC) [thread overview]
Message-ID: <1622126897.cc28fd6ab4cd4b19c8c7e3a900d77c8648212f7d.andrewammerlaan@gentoo> (raw)
commit: cc28fd6ab4cd4b19c8c7e3a900d77c8648212f7d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu May 27 14:03:37 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu May 27 14:48:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc28fd6a
dev-python/sanic-routing: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> 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 000000000..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 000000000..059ada385
--- /dev/null
+++ b/dev-python/sanic-routing/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">sanic-org/sanic-routing</remote-id>
+ </upstream>
+</pkgmetadata>
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 000000000..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
next reply other threads:[~2021-05-28 10:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-28 10:28 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-28 10:59 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sanic-routing/ Florian Schmaus
2021-07-05 15:48 Haelwenn Monnier
2021-08-24 19:24 Andrew Ammerlaan
2022-03-16 20:48 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622126897.cc28fd6ab4cd4b19c8c7e3a900d77c8648212f7d.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox