dev-python/mariadb: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 17:55:47 +02:00
parent 83f87863bc
commit 6d3b583ca8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 3 additions and 84 deletions

View File

@ -617,11 +617,11 @@ 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 1926 Ebuilds in total, 1915 of them have in total 1935 (42 different) licenses assigned.
There are 1923 Ebuilds in total, 1912 of them have in total 1932 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1099|
|MIT|1098|
|Apache-2.0|425|
|GPL-3|126|
|BSD|108|
@ -636,13 +636,13 @@ There are 1926 Ebuilds in total, 1915 of them have in total 1935 (42 different)
|ISC|6|
|MPL-2.0|6|
|LGPL-2.1+|4|
|LGPL-2.1|4|
|EPL-1.0|4|
|ZPL|3|
|AGPL-3|3|
|AGPL-3+|2|
|LGPL-2+|2|
|public-domain|2|
|LGPL-2.1|2|
|BSD-4|2|
|LGPL-2|2|
|0BSD|1|

View File

@ -1,5 +0,0 @@
DIST mariadb-1.0.11.zip 85926 BLAKE2B aa71c1f0876a645ad8e59d393d27f15df281688b36b6a1de65b9c1dda9b2f6f3eb528b6349dd33247b0ebf6bc58e09b8d8c1d23476a854d9180c5decba38392c SHA512 18c732f85b8072248c9dc194bfce7dc8410c1af00f4240adb899fef6871190dff5a6ef8a6e6c35087bbd0ec9a339663145ecb4962cc7be4bd2e6dafaf158d6c4
DIST mariadb-1.1.6.tar.gz 83650 BLAKE2B b452bffedc0936ac0052567c1fe6f2e897da478a0830d67fb5bcfcbafdc3aef69a84355754083dc434426791b0178740cb358b0e320590dab8be0857e50bd3e5 SHA512 ad09697a849e77e46498b39d98e5aa80358faf5faab2a2cdc47b607686875b08fc1ba27d2b081ab7870b2d748897c36730ceeff881dc7b4c324b2334b91e10a5
EBUILD mariadb-1.0.11.ebuild 714 BLAKE2B b1bd02e9eba1c7489ab0ee85020c56b781dbef3fd92edbc5c1957aa25aa7131f9185153d6d60d58455b5e8c851a40eb2b10b8e086b591b646a0a3d6d98f0e24d SHA512 e76274dab10007092a0b97a14f28297dce18194544c982dcaf06f411b0730888c15f4b42985ee1d0f3e77176aafcda5f0e0868735cc23bd86c161be5dfd40ef4
EBUILD mariadb-1.1.6.ebuild 655 BLAKE2B cebf720e1fe569460849f9b2030e4d4c1571d4176a77f14b247933aa9535650a5566e0d2f8aedd0851f68f871e93b9e0d6bd9851b7b01283af8d873a898b6198 SHA512 6b17e047c6f4cee931ead7a9d96882be9dc7a2cc3391785d66bb7276786b2f6268782aa6b43a83b4b740d217a0003d4513e96e292135e89c08731388c8e15a65
MISC metadata.xml 412 BLAKE2B 27ca6b94f1fac8fef0d093723ee65e0330fe2b23b946ed3fbe85b30a8432cc4f56de1f79390f44bc63387956c37c014af8db1ba066a8c7ef57119bd53e85a2b5 SHA512 d5d6b0408b5206b99130b24ca5e1fccfeb047da04c8a0d822b7526b414b9a056cf4661a123688b140347ce885b6841512d1a5548276abded663449d3b891aceb

View File

@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python MariaDB extension"
HOMEPAGE="https://www.github.com/mariadb-corporation/mariadb-connector-python https://pypi.org/project/mariadb/"
SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" ".zip")"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-db/mariadb-connector-c"
BDEPEND="
app-arch/unzip
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python MariaDB extension"
HOMEPAGE="https://www.github.com/mariadb-corporation/mariadb-connector-python https://pypi.org/project/mariadb/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-db/mariadb-connector-c-3.3.1"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,12 +0,0 @@
<?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">mariadb</remote-id>
<remote-id type="github">mariadb-corporation/mariadb-connector-python</remote-id>
</upstream>
</pkgmetadata>