summaryrefslogtreecommitdiff
path: root/dev-python/sqlparse/sqlparse-0.4.3.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-24 08:15:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-24 08:15:27 +0000
commit0452c5423d913e58f3f95486662267679271628c (patch)
tree4cd5c3f3b17c179158bbf5bb095d8fa49813516c /dev-python/sqlparse/sqlparse-0.4.3.ebuild
parent95c3ad46ec4f3b6b95aa7abba942cb3fea8017f4 (diff)
downloadbaldeagleos-repo-0452c5423d913e58f3f95486662267679271628c.tar.gz
baldeagleos-repo-0452c5423d913e58f3f95486662267679271628c.tar.xz
baldeagleos-repo-0452c5423d913e58f3f95486662267679271628c.zip
Adding metadata
Diffstat (limited to 'dev-python/sqlparse/sqlparse-0.4.3.ebuild')
-rw-r--r--dev-python/sqlparse/sqlparse-0.4.3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.4.3.ebuild b/dev-python/sqlparse/sqlparse-0.4.3.ebuild
new file mode 100644
index 000000000000..e1ffab3e1873
--- /dev/null
+++ b/dev-python/sqlparse/sqlparse-0.4.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,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