diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-11 18:26:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-11 18:27:54 +0200 |
commit | 0b2e82ac4389c1506a03609922efad0a18aa8b51 (patch) | |
tree | 2bf1af20c3886acf916274db1e2968c371dbb75c /dev-python/sqlparse/sqlparse-0.3.1.ebuild | |
parent | dev-python/pytest: Remove old (diff) | |
download | gentoo-0b2e82ac4389c1506a03609922efad0a18aa8b51.tar.gz gentoo-0b2e82ac4389c1506a03609922efad0a18aa8b51.tar.bz2 gentoo-0b2e82ac4389c1506a03609922efad0a18aa8b51.zip |
dev-python/sqlparse: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlparse/sqlparse-0.3.1.ebuild')
-rw-r--r-- | dev-python/sqlparse/sqlparse-0.3.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.3.1.ebuild b/dev-python/sqlparse/sqlparse-0.3.1.ebuild deleted file mode 100644 index c692f9e7651e..000000000000 --- a/dev-python/sqlparse/sqlparse-0.3.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) -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 ~s390 sparc x86 ~amd64-linux ~x86-linux" -LICENSE="BSD-2" - -BDEPEND=" - test? ( <dev-python/pytest-6[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx docs/source -distutils_enable_tests pytest |