diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:18:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:30:25 +0200 |
commit | 714e1678ed4784de8f722ebbb74eb92644d8292d (patch) | |
tree | d2d69fdac574ae508489374efd3a4db6272d26b7 /dev-python/aiosqlite | |
parent | dev-python/pydantic-core: Remove old (diff) | |
download | gentoo-714e1678ed4784de8f722ebbb74eb92644d8292d.tar.gz gentoo-714e1678ed4784de8f722ebbb74eb92644d8292d.tar.bz2 gentoo-714e1678ed4784de8f722ebbb74eb92644d8292d.zip |
dev-python/aiosqlite: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiosqlite')
-rw-r--r-- | dev-python/aiosqlite/Manifest | 1 | ||||
-rw-r--r-- | dev-python/aiosqlite/aiosqlite-0.18.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest index fc3b0039ba6b..831441bdeb84 100644 --- a/dev-python/aiosqlite/Manifest +++ b/dev-python/aiosqlite/Manifest @@ -1,2 +1 @@ -DIST aiosqlite-0.18.0.tar.gz 27066 BLAKE2B 2743db7770b8377a1ab2b11b286684840b1ace9015180fb18590026e4607f78f72068765ea5ab69f9b2fd6ad96007dbbb517d371c2142930f2a587f0b13f81ea SHA512 dcab1bac1b32a86f31957a2f297969ba25cf43cd129afba5810812124964640744cdcbf9764c0037adb9b6cd917cd816a26823578ffb16d864be19f92373d59f DIST aiosqlite-0.19.0.tar.gz 21832 BLAKE2B 0cd367979e84af23e7ca9965535ab6477bb78c6b2b0c6af3a8698bbde6400dee80d468b99f125ae03ab98053212170cbbaaeac5134e9f85dc66704eafa96f78f SHA512 56debffdb73b6ec98bb69ce2b711e53417cbcb06501a2dc94558157c2cd010f9f56345bcf5378a17eb064ac6bd5f3638650edffcd1f73883bdeae7476afa96e8 diff --git a/dev-python/aiosqlite/aiosqlite-0.18.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.18.0.ebuild deleted file mode 100644 index 6c7ecd8af57a..000000000000 --- a/dev-python/aiosqlite/aiosqlite-0.18.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -PYTHON_REQ_USE="sqlite" -DISTUTILS_USE_PEP517=flit -inherit distutils-r1 pypi - -DESCRIPTION="asyncio bridge to the standard sqlite3 module" -HOMEPAGE=" - https://aiosqlite.omnilib.dev - https://pypi.org/project/aiosqlite/ - https://github.com/omnilib/aiosqlite -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -distutils_enable_tests unittest - -# AttributeError: 'str' object has no attribute 'supported' -#distutils_enable_sphinx docs dev-python/m2r |