diff --git a/dev-python/aiopg/aiopg-1.4.0-r2.ebuild b/dev-python/aiopg/aiopg-1.4.0-r2.ebuild index d93b6368c..6f7958306 100644 --- a/dev-python/aiopg/aiopg-1.4.0-r2.ebuild +++ b/dev-python/aiopg/aiopg-1.4.0-r2.ebuild @@ -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 diff --git a/dev-python/peewee-async/Manifest b/dev-python/peewee-async/Manifest index eb462a970..dc57773dd 100644 --- a/dev-python/peewee-async/Manifest +++ b/dev-python/peewee-async/Manifest @@ -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 diff --git a/dev-python/peewee-async/peewee-async-0.9.1.ebuild b/dev-python/peewee-async/peewee-async-0.9.1.ebuild deleted file mode 100644 index af5e8c0aa..000000000 --- a/dev-python/peewee-async/peewee-async-0.9.1.ebuild +++ /dev/null @@ -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}"