dev-python/sqlparse: new package, add 0.5.0

Closes: #3762
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-22 09:54:07 +02:00
parent 3010626e4a
commit c2567a68c0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 additions and 2 deletions

View File

@ -606,7 +606,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1997 Ebuilds in total, 1986 of them have in total 2014 (42 different) licenses assigned.
There are 1998 Ebuilds in total, 1987 of them have in total 2015 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -617,8 +617,8 @@ There are 1997 Ebuilds in total, 1986 of them have in total 2014 (42 different)
|LGPL-3|25|
|GPL-2|25|
|GPL-3+|16|
|BSD-2|15|
|all-rights-reserved|15|
|BSD-2|14|
|LGPL-3+|14|
|Unlicense|9|
|PSF-2|9|

View File

@ -0,0 +1,3 @@
DIST sqlparse-0.5.0.tar.gz 83475 BLAKE2B 6553de08385e90bbb0b7ce45db5894aabceb997885f1c610d83725b1a5d632caae1944e022ef43b3ed586ed05d160d5e88e450a077a6531955abda8a794dc173 SHA512 eade99e832054ddbc466d1c56a4d5ce6f79d31be8dbfa0b175b8413e4326af18baa20a42d9661bc09e91f04edd8329d4c0df2ca6f62983df3daef67d38342269
EBUILD sqlparse-0.5.0.ebuild 483 BLAKE2B 4ec2efa49eda36673452400250f739fac2c51301aeb16674bd853efb27c3fdca1219180cdef4deffc7b38d971a3b0adf7effeb07863153b52f415848d1e3ebc0 SHA512 3bf49b28c5fe90462891d3a68de348cdf8475b27862120435a7c0fa938a81bb6b397f59a7bdaee410aa38cae2a07450fa5d3db1aaf7a9227e629ce20f8436726
MISC metadata.xml 520 BLAKE2B 06fb8ac7579b89686a917ffe90d86d3f8e0a183b241df988a28327ca716712536ded35d323e20cf4b9e0240b8435215f77e02ba8336a680d4c7eb70bbbe00660 SHA512 d1514cb58679ef052eda31169d8622b3ba535e3958dfe99c4259d07fe19b14576a5083edaf9affb17b2df5197966619cbc778262631dce4c0f2a808112d9046f

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">sqlparse</remote-id>
<remote-id type="github">andialbrecht/sqlparse</remote-id>
<maintainer status="unknown">
<email>albrecht.andi@gmail.com</email>
<name>Andi Albrecht</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -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_{11..13} )
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="amd64 arm arm64 x86"
distutils_enable_sphinx docs/source
distutils_enable_tests pytest