public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic/
Date: Tue, 15 Mar 2022 02:49:44 +0000 (UTC)	[thread overview]
Message-ID: <1647312371.c56ab3d38e8cd8ca873b80d34670776ffce24e54.Alessandro-Barbieri@gentoo> (raw)

commit:     c56ab3d38e8cd8ca873b80d34670776ffce24e54
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 02:46:11 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 02:46:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c56ab3d3

dev-python/sanic: treeclean

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/sanic/Manifest            |  2 --
 dev-python/sanic/metadata.xml        | 12 --------
 dev-python/sanic/sanic-21.3.4.ebuild | 56 ------------------------------------
 dev-python/sanic/sanic-21.6.0.ebuild | 55 -----------------------------------
 4 files changed, 125 deletions(-)

diff --git a/dev-python/sanic/Manifest b/dev-python/sanic/Manifest
deleted file mode 100644
index 0a0fb36f3..000000000
--- a/dev-python/sanic/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sanic-21.3.4.tar.gz 234229 BLAKE2B a24941777099d5a09dd020a7f0a9fe39ae0ab89436fe27e2e4bbb418b684583002b9249e46438787d07bae6114ee1a0fd27e24e4e29983e8499f766f238e07d9 SHA512 15596f37b5389073d6a2b5e2d2bf5871d9a31ba29bf4e2eac9fb91df29e76035b02f7d892bb8edd5ffde75f05acdcebdb2c8f5ddf7224f40c5391c8f058f5c97
-DIST sanic-21.6.0.tar.gz 243159 BLAKE2B 2b0dfe59493a709be0059c06400723f7405ae032853bca25356e4c4296ff1bc512d9f885c77f48161de06917676bcef248952a7dd2751857e2f36a96389b2cf1 SHA512 fa6214e24d85cb2c5b059b7df9c818d58232f13de6e188c222f1ae441ece78167437464714097d1cab0432b2ca68b9f3ffd62f14c98dabfa8127cea29685b85b

diff --git a/dev-python/sanic/metadata.xml b/dev-python/sanic/metadata.xml
deleted file mode 100644
index 49a49a08c..000000000
--- a/dev-python/sanic/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription lang="en">
-Sanic is a Python 3.6+ web server and web framework that’s written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
-
-The goal of the project is to provide a simple way to get up and running a highly performant HTTP server that is easy to build, to expand, and ultimately to scale.  </longdescription>
-  <upstream>
-    <remote-id type="github">huge-success/sanic</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/sanic/sanic-21.3.4.ebuild b/dev-python/sanic/sanic-21.3.4.ebuild
deleted file mode 100644
index 7710e76da..000000000
--- a/dev-python/sanic/sanic-21.3.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Async Python 3.6+ web server/framework | Build fast. Run fast."
-HOMEPAGE="
-	https://pypi.python.org/pypi/sanic
-	https://github.com/huge-success/sanic
-"
-SRC_URI="https://github.com/huge-success/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/aiofiles-0.6.0[${PYTHON_USEDEP}]
-	>=dev-python/httptools-0.0.10[${PYTHON_USEDEP}]
-	>=dev-python/multidict-5.0[${PYTHON_USEDEP}]
-	<dev-python/multidict-6.0[${PYTHON_USEDEP}]
-	>=dev-python/sanic-routing-0.0.10[${PYTHON_USEDEP}]
-	dev-python/ujson[${PYTHON_USEDEP}]
-	dev-python/uvloop[${PYTHON_USEDEP}]
-	>=dev-python/websockets-8.1[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-		>=dev-python/httpcore-0.3.0[${PYTHON_USEDEP}]
-		>=dev-python/pytest-5.2.1[${PYTHON_USEDEP}]
-		dev-python/pytest-benchmark[${PYTHON_USEDEP}]
-		dev-python/pytest-sanic[${PYTHON_USEDEP}]
-		dev-python/sanic-testing[${PYTHON_USEDEP}]
-		dev-python/uvicorn[${PYTHON_USEDEP}]
-		www-servers/gunicorn[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-				dev-python/docutils \
-				dev-python/pygments \
-				dev-python/sphinx_rtd_theme \
-				dev-python/recommonmark \
-				www-servers/gunicorn
-
-python_test() {
-	pytest -vv --deselect tests/test_unix_socket.py::test_zero_downtime tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die
-}

diff --git a/dev-python/sanic/sanic-21.6.0.ebuild b/dev-python/sanic/sanic-21.6.0.ebuild
deleted file mode 100644
index f17e14108..000000000
--- a/dev-python/sanic/sanic-21.6.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Async Python 3.6+ web server/framework | Build fast. Run fast."
-HOMEPAGE="
-	https://pypi.python.org/pypi/sanic
-	https://github.com/huge-success/sanic
-"
-SRC_URI="https://github.com/huge-success/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/aiofiles-0.6.0[${PYTHON_USEDEP}]
-	>=dev-python/httptools-0.0.10[${PYTHON_USEDEP}]
-	>=dev-python/multidict-5.0[${PYTHON_USEDEP}]
-	>=dev-python/sanic-routing-0.0.10[${PYTHON_USEDEP}]
-	dev-python/ujson[${PYTHON_USEDEP}]
-	dev-python/uvloop[${PYTHON_USEDEP}]
-	>=dev-python/websockets-8.1[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-		>=dev-python/httpcore-0.3.0[${PYTHON_USEDEP}]
-		>=dev-python/pytest-5.2.1[${PYTHON_USEDEP}]
-		dev-python/pytest-benchmark[${PYTHON_USEDEP}]
-		dev-python/pytest-sanic[${PYTHON_USEDEP}]
-		dev-python/sanic-testing[${PYTHON_USEDEP}]
-		dev-python/uvicorn[${PYTHON_USEDEP}]
-		www-servers/gunicorn[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-				dev-python/docutils \
-				dev-python/pygments \
-				dev-python/sphinx_rtd_theme \
-				dev-python/recommonmark \
-				www-servers/gunicorn
-
-python_test() {
-	pytest -vv --deselect tests/test_keep_alive_timeout.py::test_keep_alive_client_timeout || die
-}


             reply	other threads:[~2022-03-15  2:49 UTC|newest]

Thread overview: 13+ 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-06-28 13:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sanic/ Alessandro Barbieri
2021-06-27 23:25 Alessandro Barbieri
2021-05-30 15:53 Andrew Ammerlaan
2021-05-30 15:53 Andrew Ammerlaan
2021-05-27 14:48 Alessandro Barbieri
2020-11-28 13:57 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-28 13:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-06-30 19:19 Andrew Ammerlaan
2020-06-09 16:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-09 14:37 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-18 15:41 Alessandro Barbieri
2020-03-29 13:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-29 13:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-29  9:36 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=1647312371.c56ab3d38e8cd8ca873b80d34670776ffce24e54.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