commit: 53eea0f24df553b3f7837168ee1463157c4641ab
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Feb 8 02:23:16 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 02:23:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53eea0f2
dev-python/aiosqlite: treeclean
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/aiosqlite/Manifest | 1 -
dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild | 31 -------------------------
dev-python/aiosqlite/metadata.xml | 13 -----------
3 files changed, 45 deletions(-)
diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
deleted file mode 100644
index fb7002456..000000000
--- a/dev-python/aiosqlite/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aiosqlite-0.17.0.tar.gz 25941 BLAKE2B
869d165bc8c791cb94159f6508f5113d915f5531117d0d79ac1f297de16cbb78574a7eaafc1bceccc9e4397f88f490b90d49becb4b7cc2c0d51e14f0afd7561b
SHA512
50f9965ef7dafe91a2f41dc41489395e437080aa4b7853800d806d21f4f8042d92ff6cfd2aeadefa7ca5e4debd14f39d93ca28c89f3116b3b61b2e8829533e6e
diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild
b/dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild
deleted file mode 100644
index baf7b7808..000000000
--- a/dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE="sqlite"
-DISTUTILS_USE_PEP517=flit
-inherit distutils-r1
-
-DESCRIPTION="asyncio bridge to the standard sqlite3 module"
-HOMEPAGE="
- https://aiosqlite.omnilib.dev
- https://pypi.org/project/aiosqlite/
- https://github.com/omnilib/aiosqlite
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
-BDEPEND="test? (
- dev-python/aiounittest[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests unittest
-
-# AttributeError: 'str' object has no attribute 'supported'
-#distutils_enable_sphinx docs dev-python/m2r
diff --git a/dev-python/aiosqlite/metadata.xml
b/dev-python/aiosqlite/metadata.xml
deleted file mode 100644
index e0260e99f..000000000
--- a/dev-python/aiosqlite/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</email>
- <name>Piotr Staroszczyk</name>
- </maintainer>
- <maintainer type="person">
- <email>[email protected]</email>
- <name>Anna</name>
- </maintainer>
-</pkgmetadata>