diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-15 06:44:36 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-15 06:44:36 +0000 |
| commit | c684908fc73b5a43cb66c3ad73b6962511348ba3 (patch) | |
| tree | 10a20c886e151880f060da8dfaae1d19ad02cc52 /dev-python/sqlparse/sqlparse-0.5.2.ebuild | |
| parent | 78dcd13fb22498c4f5a362058c4a16f67cf65006 (diff) | |
| download | baldeagleos-repo-c684908fc73b5a43cb66c3ad73b6962511348ba3.tar.gz baldeagleos-repo-c684908fc73b5a43cb66c3ad73b6962511348ba3.tar.xz baldeagleos-repo-c684908fc73b5a43cb66c3ad73b6962511348ba3.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sqlparse/sqlparse-0.5.2.ebuild')
| -rw-r--r-- | dev-python/sqlparse/sqlparse-0.5.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.5.2.ebuild b/dev-python/sqlparse/sqlparse-0.5.2.ebuild new file mode 100644 index 000000000000..325462cec3dd --- /dev/null +++ b/dev-python/sqlparse/sqlparse-0.5.2.ebuild @@ -0,0 +1,22 @@ +# 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 |
