commit: ff0151aef50e11551ec02c01834594ed31fa8c5c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov 2 23:29:17 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov 3 01:12:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff0151ae
dev-python/aiopg: drop 1.3.2_beta1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiopg/Manifest | 1 -
dev-python/aiopg/aiopg-1.3.2_beta1.ebuild | 45 -------------------------------
2 files changed, 46 deletions(-)
diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest
index 1f636750a..2edaf1fde 100644
--- a/dev-python/aiopg/Manifest
+++ b/dev-python/aiopg/Manifest
@@ -1,2 +1 @@
-DIST aiopg-1.3.2_beta1.tar.gz 202058 BLAKE2B
a303ef66ded1a0f77a33d83c0d498e16519521c87e930b3ab9097ac56c8ad6e111e5edc145c869aef2530900f3f2c2400ef785e307c2333053a0dfae1439f2f6
SHA512
855ab21528a8eb572f2b0b7965bcca37cacd42ef79910f4b042c22654c6bb37b2528dd2cddd1fa66dba24cccdc0996ba8281b44bb9d99a1607fc146747ffd642
DIST aiopg-1.3.3.tar.gz 202064 BLAKE2B
bf9998e1209753fd5095eb9e371a2038f3f849f17d0068e2516b1d8663d9c2d9fec700d30ef4f4ea236d9a63fed4f4149cf28af1323acf1c02cedda2dd4b2375
SHA512
807bbbb14df1b44a54fb193f08d91313d10c6927e4140b305ddcc4cc37a53a42b18cd63dee99a1a04d0993c8502085f3aa7626e660b6bc9cd2ef40a7414a3822
diff --git a/dev-python/aiopg/aiopg-1.3.2_beta1.ebuild
b/dev-python/aiopg/aiopg-1.3.2_beta1.ebuild
deleted file mode 100644
index fc777fdc7..000000000
--- a/dev-python/aiopg/aiopg-1.3.2_beta1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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}.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/psycopg[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
- dev-python/docker-py[${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
-}