From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic-routing/
Date: Tue, 15 Mar 2022 02:49:44 +0000 (UTC) [thread overview]
Message-ID: <1647312390.36d2685a336481d0de685d9aa0598a937ccff48d.Alessandro-Barbieri@gentoo> (raw)
commit: 36d2685a336481d0de685d9aa0598a937ccff48d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 02:46:30 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 02:46:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36d2685a
dev-python/sanic-routing: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> 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..000000000
--- 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..000000000
--- a/dev-python/sanic-routing/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">sanic-org/sanic-routing</remote-id>
- </upstream>
-</pkgmetadata>
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..000000000
--- 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..000000000
--- 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
next reply other threads:[~2022-03-15 2:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 2:49 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-24 19:24 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sanic-routing/ Andrew Ammerlaan
2021-08-24 19:10 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-05 8:44 Alessandro Barbieri
2021-06-27 23:25 Alessandro Barbieri
2021-05-27 14:48 Alessandro Barbieri
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=1647312390.36d2685a336481d0de685d9aa0598a937ccff48d.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--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