summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-12 09:39:12 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-12 09:39:36 +0200
commit77d99cb0a51ccd13ad0d3b4d6f122dc08de7149e (patch)
treef20a1ee591557124128f2b1600b3cb293752dc53 /dev-python/sqlparse/sqlparse-0.4.1.ebuild
parentdev-python/pysol_cards: Remove old (diff)
downloadgentoo-77d99cb0a51ccd13ad0d3b4d6f122dc08de7149e.tar.gz
gentoo-77d99cb0a51ccd13ad0d3b4d6f122dc08de7149e.tar.bz2
gentoo-77d99cb0a51ccd13ad0d3b4d6f122dc08de7149e.zip
dev-python/sqlparse: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlparse/sqlparse-0.4.1.ebuild')
-rw-r--r--dev-python/sqlparse/sqlparse-0.4.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.4.1.ebuild b/dev-python/sqlparse/sqlparse-0.4.1.ebuild
deleted file mode 100644
index 232c9468b43c..000000000000
--- a/dev-python/sqlparse/sqlparse-0.4.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_PN="${PN##python-}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="A non-validating SQL parser module for Python"
-HOMEPAGE="https://github.com/andialbrecht/sqlparse"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}"/${P#python-}
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD-2"
-
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest