diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:30:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:30:09 +0100 |
commit | e8eb49800c00e26ac8ff8f39a5892be8be73d311 (patch) | |
tree | 67501d128cb0f8ded019ee63262d063a7171f562 /dev-python/agate-sql | |
parent | app-portage/gs-elpa: Remove old (diff) | |
download | gentoo-e8eb49800c00e26ac8ff8f39a5892be8be73d311.tar.gz gentoo-e8eb49800c00e26ac8ff8f39a5892be8be73d311.tar.bz2 gentoo-e8eb49800c00e26ac8ff8f39a5892be8be73d311.zip |
dev-python/agate-sql: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/agate-sql')
-rw-r--r-- | dev-python/agate-sql/Manifest | 1 | ||||
-rw-r--r-- | dev-python/agate-sql/agate-sql-0.5.8-r2.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/agate-sql/Manifest b/dev-python/agate-sql/Manifest index 67ede243bb5a..53e2eac976e1 100644 --- a/dev-python/agate-sql/Manifest +++ b/dev-python/agate-sql/Manifest @@ -1,2 +1 @@ -DIST agate-sql-0.5.8.tar.gz 15182 BLAKE2B 4228c5cbb8fd35b9cd97ffb590fa603e290eb2e5ace9676156ff388f653419080691b29caa4a76c16ea585c91d8126bae3dd500e8438b450737ae55309cf77f7 SHA512 1a793a24561061f5100f24834af65dca943c964cf4aed1504336cafed3d52a95b4787f21ba804b0f2265d5670cabfaa40b7f3d02c120486186cf6e03e7a2938e DIST agate-sql-0.5.9.tar.gz 15434 BLAKE2B 4825bfc5d0f78e0cd1bf318fe8797bfe03deaff1ffc962e0f082128af9d05afad97b7488d66b76d59411eb5dd889229be1fe05cf5bf55db4084f3451b21440b2 SHA512 482f257bb16e142d9380b9ae7590f50909639729e229271843686d6316ebfba0e77daac47e809b7aad4ef89d6c3810382d0b6817a418406bf73f13e266e5bcca diff --git a/dev-python/agate-sql/agate-sql-0.5.8-r2.ebuild b/dev-python/agate-sql/agate-sql-0.5.8-r2.ebuild deleted file mode 100644 index 109a6d998a43..000000000000 --- a/dev-python/agate-sql/agate-sql-0.5.8-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Adds SQL read/write support to agate" -HOMEPAGE=" - https://github.com/wireservice/agate-sql/ - https://pypi.org/project/agate-sql/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/agate-1.5.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-1.0.8[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/greenlet[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires crate - tests/test_agatesql.py::TestSQL::test_to_sql_create_statement_with_dialects -) |