summaryrefslogtreecommitdiff
path: root/dev-python/sqlparse/sqlparse-0.5.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-28 11:39:19 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-28 11:46:50 +0100
commit3369ebf05a760ffc427fbc6237a7d61efba3c533 (patch)
tree61ab297b95d2bd51e6ec41d72400f17b4fc44aec /dev-python/sqlparse/sqlparse-0.5.2.ebuild
parent56a8bcb403ae1faf1ca9ac1ebd52c5874c134556 (diff)
downloadgentoo-3369ebf05a760ffc427fbc6237a7d61efba3c533.tar.gz
gentoo-3369ebf05a760ffc427fbc6237a7d61efba3c533.tar.bz2
gentoo-3369ebf05a760ffc427fbc6237a7d61efba3c533.zip
dev-python/sqlparse: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlparse/sqlparse-0.5.2.ebuild')
-rw-r--r--dev-python/sqlparse/sqlparse-0.5.2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.5.2.ebuild b/dev-python/sqlparse/sqlparse-0.5.2.ebuild
deleted file mode 100644
index 753e6344777d..000000000000
--- a/dev-python/sqlparse/sqlparse-0.5.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A non-validating SQL parser module for Python"
-HOMEPAGE="
- https://github.com/andialbrecht/sqlparse/
- https://pypi.org/project/sqlparse/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest