commit: 3b114e2cbf62578504a3673aaa7563c318c4219a Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Jun 2 07:23:00 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Mon Jun 2 07:23:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b114e2c
dev-python/aiopg: treeclean Closes: https://bugs.gentoo.org/901147 (pkgremoved) Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/aiopg/Manifest | 1 - dev-python/aiopg/aiopg-1.4.0.ebuild | 48 ------------------------------------- dev-python/aiopg/metadata.xml | 24 ------------------- profiles/package.mask | 5 ---- 4 files changed, 78 deletions(-) diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest deleted file mode 100644 index de3f4b5f36..0000000000 --- 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.ebuild b/dev-python/aiopg/aiopg-1.4.0.ebuild deleted file mode 100644 index 25c75d1c7b..0000000000 --- a/dev-python/aiopg/aiopg-1.4.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..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/docker[${PYTHON_USEDEP}] - 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 -} diff --git a/dev-python/aiopg/metadata.xml b/dev-python/aiopg/metadata.xml deleted file mode 100644 index 630abc02ed..0000000000 --- a/dev-python/aiopg/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">aio-libs/aiopg</remote-id> - <maintainer> - <name>Andrew Svetlov</name> - <email>[email protected]</email> - </maintainer> - <maintainer> - <name>Alexey Firsov</name> - <email>[email protected]</email> - </maintainer> - <maintainer> - <name>Alexey Popravka</name> - <email>[email protected]</email> - </maintainer> - <maintainer> - <name>Yury Pliner</name> - <email>[email protected]</email> - </maintainer> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 8c50681226..76158f9c07 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -53,11 +53,6 @@ dev-python/stringcase # Removal on 2025-06-01. dev-python/playsound -# Anna (cybertailor) Vyalkova <[email protected]> (2025-05-01) -# No activity upstream, no revdeps left. Open bugs: #901147. -# Removal on 2025-06-01. -dev-python/aiopg - # David (stkw0) Roman <[email protected]> (2025-04-30) # Depends on removed dev-qt/qtwebengine:5, they should be moved to qtwebengine:6 # Removal on 2025-06-30
