summaryrefslogtreecommitdiff
path: root/dev-python/sqlparse/sqlparse-0.5.2.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-28 18:49:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-28 18:49:50 +0000
commit5e40752e4b8e3aa126d6e44746ed89a92a7b84a6 (patch)
tree744f7fee64ab8aa7a683a40502f07504fffb478e /dev-python/sqlparse/sqlparse-0.5.2.ebuild
parent6755ceb5710085dde2c6858873dde9fb3e73cbee (diff)
downloadbaldeagleos-repo-5e40752e4b8e3aa126d6e44746ed89a92a7b84a6.tar.gz
baldeagleos-repo-5e40752e4b8e3aa126d6e44746ed89a92a7b84a6.tar.xz
baldeagleos-repo-5e40752e4b8e3aa126d6e44746ed89a92a7b84a6.zip
Adding metadata
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 847d0bcb3eff..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_{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