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

dev-python/sanic-testing: treeclean

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

 dev-python/sanic-testing/Manifest                  |  2 --
 dev-python/sanic-testing/metadata.xml              | 11 -------
 .../sanic-testing/sanic-testing-0.4.0.ebuild       | 34 ----------------------
 .../sanic-testing/sanic-testing-0.6.0.ebuild       | 33 ---------------------
 4 files changed, 80 deletions(-)

diff --git a/dev-python/sanic-testing/Manifest 
b/dev-python/sanic-testing/Manifest
deleted file mode 100644
index ab6873db1..000000000
--- a/dev-python/sanic-testing/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sanic-testing-0.4.0.tar.gz 7859 BLAKE2B 
6f2473ed5f0ed4465816a78ebec45ec1624ce660508dde988fb1642d70ab2fd2992052efaae561fc9c845654f8862e43da2685884df19937836f6a82b3aeaac4
 SHA512 
25ac5421428d930dcb02fe88c046f75d568650cc262ae94bbea55303c58c1668a940176dcfcb8b2c9cf44f174c1dc47549d12c516db843cb86fc925302595057
-DIST sanic-testing-0.6.0.tar.gz 7995 BLAKE2B 
f15d480126a1dd4dd48d58a643cd0c6384eab03ec3555920ca39ee9ddd288f949149e0371fa9470dd5f69b2c8e1310ab8d97323f258af6ee27b8c89e148217f8
 SHA512 
aa5e298bd800b99d542c8801591a03323bdc624bda242f9157421a5de20da374a1abbab0f9b6569ed0e4c8fba8a07710ecba6b5ca4f1315b76625163218c2fd3

diff --git a/dev-python/sanic-testing/metadata.xml 
b/dev-python/sanic-testing/metadata.xml
deleted file mode 100644
index 60a5af4ab..000000000
--- a/dev-python/sanic-testing/metadata.xml
+++ /dev/null
@@ -1,11 +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">
-This package is meant to be the core testing utility and clients for testing 
Sanic applications. It is mainly derived from sanic.testing which has (or will 
be) removed from the main Sanic repository in the future.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">sanic-org/sanic</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/sanic-testing/sanic-testing-0.4.0.ebuild 
b/dev-python/sanic-testing/sanic-testing-0.4.0.ebuild
deleted file mode 100644
index 85e1122f1..000000000
--- a/dev-python/sanic-testing/sanic-testing-0.4.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 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="Test clients for Sanic"
-HOMEPAGE="
-       https://pypi.python.org/pypi/sanic-testing
-       https://github.com/sanic-org/sanic-testing
-"
-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="
-               >=dev-python/httpx-0.18[${PYTHON_USEDEP}]
-               >=dev-python/websockets-8.1[${PYTHON_USEDEP}]
-"
-DEPEND="
-       ${RDEPEND}
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               >=dev-python/sanic-21.3[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/sanic-testing/sanic-testing-0.6.0.ebuild 
b/dev-python/sanic-testing/sanic-testing-0.6.0.ebuild
deleted file mode 100644
index 137ce4fbe..000000000
--- a/dev-python/sanic-testing/sanic-testing-0.6.0.ebuild
+++ /dev/null
@@ -1,33 +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="Test clients for Sanic"
-HOMEPAGE="
-       https://pypi.python.org/pypi/sanic-testing
-       https://github.com/sanic-org/sanic-testing
-"
-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="
-               >=dev-python/httpx-0.18[${PYTHON_USEDEP}]
-               >=dev-python/websockets-9[${PYTHON_USEDEP}]
-"
-DEPEND="
-       ${RDEPEND}
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               >=dev-python/sanic-21.3[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to