public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/databases/
Date: Thu, 12 May 2022 09:14:09 +0000 (UTC)	[thread overview]
Message-ID: <1652346780.a5f92996cc1bb4f45c8f49a4c35588c7e24e8de6.andrewammerlaan@gentoo> (raw)
Message-ID: <20220512091409.FmktU-7dZPX81lYi4e3VjS_jQhZPF0Cxyc9tIIgWqvk@z> (raw)

commit:     a5f92996cc1bb4f45c8f49a4c35588c7e24e8de6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 09:13:00 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu May 12 09:13:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5f92996

dev-python/databases: drop 0.4.3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/databases/Manifest               |  1 -
 dev-python/databases/databases-0.4.3.ebuild | 63 -----------------------------
 2 files changed, 64 deletions(-)

diff --git a/dev-python/databases/Manifest b/dev-python/databases/Manifest
index c0460b3aa..0debb7b5b 100644
--- a/dev-python/databases/Manifest
+++ b/dev-python/databases/Manifest
@@ -1,2 +1 @@
-DIST databases-0.4.3.tar.gz 26517 BLAKE2B 38b9f86e42740a723f4022b225913e0e7a2c635eb34793fcbf62efa0917ddb6b7ee3b59cce7f4c8503aef31befb0caea3fb3e655617606296cb8ae1bb4cebfc7 SHA512 aa49f1a33edd3bf9ae7aa203dcef4941d1a1766c930cbe34405caf3dca0801bbca494ec39357591b6339977b86294d32a031bf2020f206436e7d19edc6a8e158
 DIST databases-0.5.3.tar.gz 28342 BLAKE2B dcf8533a49b92a325bfda1440fd5bac3f9bd69751496c6fcdf72c422cc19c552a7458dc4ea0607a2a1ad9ade9afbb8cac00e178c29b6b11f7011bd4eae1f70a0 SHA512 bd0c4f1bf0f81e017ea55e41a6d4821ee17e0f995b600a50955fba68841443147dd234534b9c72d753b99785a5a08ac6e3d839894ec4760c602372cccbd4c1c0

diff --git a/dev-python/databases/databases-0.4.3.ebuild b/dev-python/databases/databases-0.4.3.ebuild
deleted file mode 100644
index ac93c89e7..000000000
--- a/dev-python/databases/databases-0.4.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="dev-python/mkdocs-material"
-
-inherit distutils-r1 docs optfeature
-
-DESCRIPTION="Async database support for Python."
-HOMEPAGE="
-	https://www.encode.io/databases/
-	https://github.com/encode/databases
-"
-SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="<dev-python/sqlalchemy-1.4.0[${PYTHON_USEDEP}]"
-
-BDEPEND="test? (
-	dev-python/aiopg[${PYTHON_USEDEP}]
-	dev-python/aiosqlite[${PYTHON_USEDEP}]
-	dev-python/async_timeout[${PYTHON_USEDEP}]
-	dev-python/asyncpg[${PYTHON_USEDEP}]
-	dev-python/psycopg[${PYTHON_USEDEP}]
-	dev-python/pymysql[${PYTHON_USEDEP}]
-	dev-python/starlette[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# do not install LICENSE to /usr/
-	sed -i -e '/data_files/d' setup.py || die
-	# fix tests
-	sed -i -e '/databases.backends.mysql/d' tests/test_connection_options.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	TEST_DATABASE_URLS="" epytest \
-		--deselect tests/test_connection_options.py::test_mysql_pool_size \
-		--deselect tests/test_connection_options.py::test_mysql_explicit_pool_size \
-		--deselect tests/test_connection_options.py::test_mysql_ssl \
-		--deselect tests/test_connection_options.py::test_mysql_explicit_ssl \
-		--deselect tests/test_connection_options.py::test_mysql_pool_recycle \
-		--deselect tests/test_databases.py \
-		--deselect tests/test_integration.py::test_integration
-}
-
-pkg_postinst() {
-	optfeature "postgresql support" dev-python/asyncpg dev-python/psycopg
-	optfeature "mysql support" dev-python/pymysql
-	optfeature "sqlite support" dev-python/aiosqlite
-	optfeature "postgresql+aiopg support" dev-python/aiopg
-}


             reply	other threads:[~2022-05-12  9:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12  9:14 Andrew Ammerlaan [this message]
2022-05-12  9:14 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/databases/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-07-03 11:40 Andrew Ammerlaan
2022-07-03 11:40 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-06-09  3:39 Theo Anderson
2021-05-26 13:42 Andrew Ammerlaan
2020-12-18 16:26 Andrew Ammerlaan
2020-09-24 12:50 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-24 13:01 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-09-24 12:50 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-24 13:01 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-02 10:00 Andrew Ammerlaan
2020-05-01 15:39 Andrew Ammerlaan
2020-03-24 16:37 Michał Górny
2020-03-24 16:37 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1652346780.a5f92996cc1bb4f45c8f49a4c35588c7e24e8de6.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox