peewee-async: revert

This commit is contained in:
Anton Bolshakov 2024-07-12 10:05:44 +08:00
parent bc382b1652
commit 98edc8628b
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 2 additions and 32 deletions

View file

@ -33,10 +33,10 @@ DEPEND="test? (
dev-python/sqlalchemy[${PYTHON_USEDEP}]
)"
DOCS=( CHANGES.txt README.rst )
#DOCS=( CHANGES.txt README.rst )
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio
#distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio
python_test() {
epytest --no-pull

View file

@ -1,2 +1 @@
DIST peewee_async-0.10.0.tar.gz 14550 BLAKE2B dff8a48d960cfaed4e69d52e53734c6269052d2c64f4e612c138bb3c3209235698a013fa47abe9694e3eaa416c549d42653a4d8c84d44e8233f6b232744c67e9 SHA512 4b940c93c5748c28d2bea76ba24cb3c5f845031753455f818b4b8ef5ebc19f8592825e26232f120669aade7fd7d8a85f55b231539d75e0706337fd6b5d63694e
DIST peewee_async-0.9.1.tar.gz 13718 BLAKE2B 80cd4ed885fec3021cf4870bd4fd68fa22ffa41cca7e6c3046098c286c57900850ea08935b48e31a259f047b3587a5bcf55e9c861bfbba2aa9f2ee92d3eed5b9 SHA512 c2f5c7e4cb71944e1c9f77b7f0a3707106c1c8cc954992b6f5d9d16536c5448161e1047678b0b394bd82b6bf571484b365c91e965782ed10c867ac9d91b24f57

View file

@ -1,29 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous interface for peewee ORM powered by asyncio."
HOMEPAGE="https://github.com/05bit/peewee-async"
#SRC_URI="https://github.com/05bit/peewee-async/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="postgres"
RDEPEND=">=dev-python/peewee-3.15.5[${PYTHON_USEDEP}]
>=dev-python/importlib-metadata-6.7.0[${PYTHON_USEDEP}]
postgres? ( dev-python/aiopg[${PYTHON_USEDEP}] )
"
#FIXME:
# mysql dev-python/aiomysql
# mysql = ["aiomysql", "cryptography"]
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"