diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest deleted file mode 100644 index de3f4b5f3..000000000 --- a/dev-python/aiopg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aiopg-1.4.0.gh.tar.gz 202204 BLAKE2B 9f4dda868c919aef05e58608b353d51f0526ef1f847e8da8f4f11e75264a47b9eb4d948a87d591e66baf7052c00706b8f4cb6befd6bf33668987cfbfad451afc SHA512 cbb28b0b15eb89fa3162e59e3e88dac18bddbad3d95458b5c3eb487d15767c26810e941f83c3478cac8a8a085b23723690c8d294bf6aac433a14c3defcef1138 diff --git a/dev-python/aiopg/aiopg-1.4.0-r2.ebuild b/dev-python/aiopg/aiopg-1.4.0-r2.ebuild deleted file mode 100644 index d93b6368c..000000000 --- a/dev-python/aiopg/aiopg-1.4.0-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 optfeature - -MY_PV=${PV/_beta/b} -DESCRIPTION="Postgres integration with asyncio" -HOMEPAGE=" - https://aiopg.readthedocs.io - https://github.com/aio-libs/aiopg -" -SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -# tests use docker containers -- that's wild! -RESTRICT="test" - -RDEPEND=" - dev-python/async-timeout[${PYTHON_USEDEP}] - dev-python/psycopg:2[${PYTHON_USEDEP}] -" - -DEPEND="test? ( - dev-python/pytest-timeout[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] -)" - -DOCS=( CHANGES.txt README.rst ) - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio - -python_test() { - epytest --no-pull -} - -pkg_postinst() { - optfeature "sqlalchemy support" dev-python/sqlalchemy - einfo " - - - - unknown@pentoo.ch - Author Unknown - - - - 05bit/peewee-async - peewee-async - - - diff --git a/dev-python/peewee-async/peewee-async-0.10.0.ebuild b/dev-python/peewee-async/peewee-async-0.10.0.ebuild deleted file mode 100644 index 95029e372..000000000 --- a/dev-python/peewee-async/peewee-async-0.10.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 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}" 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}" diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023 deleted file mode 100644 index 556d0331d..000000000 --- a/profiles/updates/2Q-2023 +++ /dev/null @@ -1 +0,0 @@ -move dev-python/peewee_async dev-python/peewee-async