summaryrefslogtreecommitdiff
path: root/dev-python/sqlparse/sqlparse-0.5.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-30 18:54:32 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-30 18:54:32 +0000
commit9d9c0a1e160d5ffc31ceeaec5e249c2b66d49dd6 (patch)
treeb7fad46f71d169c73cb5cb51ce0449468b0d08d3 /dev-python/sqlparse/sqlparse-0.5.1.ebuild
parent4499b26581b9e8f4aa4506749656d199e9b1cabd (diff)
downloadbaldeagleos-repo-9d9c0a1e160d5ffc31ceeaec5e249c2b66d49dd6.tar.gz
baldeagleos-repo-9d9c0a1e160d5ffc31ceeaec5e249c2b66d49dd6.tar.xz
baldeagleos-repo-9d9c0a1e160d5ffc31ceeaec5e249c2b66d49dd6.zip
Adding metadata
Diffstat (limited to 'dev-python/sqlparse/sqlparse-0.5.1.ebuild')
-rw-r--r--dev-python/sqlparse/sqlparse-0.5.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.5.1.ebuild b/dev-python/sqlparse/sqlparse-0.5.1.ebuild
deleted file mode 100644
index 847d0bcb3eff..000000000000
--- a/dev-python/sqlparse/sqlparse-0.5.1.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_{9,10,11,12,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