dev-python/segno: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-16 18:03:55 +01:00 committed by Andreas Billmeier
parent c9e9c20781
commit dafa2febcb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 1 additions and 72 deletions

View File

@ -612,7 +612,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 1768 Ebuilds in total, 1757 of them have in total 1778 (43 different) licenses assigned.
There are 1766 Ebuilds in total, 1755 of them have in total 1778 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|

View File

@ -1,5 +0,0 @@
DIST segno-1.5.2.tar.gz 93819 BLAKE2B 29236cfb11028c6b43f5b3cb336dd4f6ee7bdfb527bda549c32a739b4353a81d3cff185859693d90c5c70ef7703f4d2cf591829bba83b605f51eabf97f1e4e71 SHA512 c800f32e720c41ad4b4f2b5af6f2970046de9fad14cc349149904e302e6ec2e1aabbc6cb4808f6ea455c237550c5f942dd8bb55ac7b1a7208dcd8e8fc9d7c016
DIST segno-1.5.3.tar.gz 143670 BLAKE2B 9e20d53917445698c9d64a728d057c783610ec2cc25e619a55813c0300ac3502efc153c8e2e67ae39ecd30bd9e53ff9be21c869ab1fe7a3c5d2bb1afe3ddf0bf SHA512 19f7eb9332e4b8f0f4b9f91691b3a2853354f2b252872a8877c8962d92345648ea240dec3c198db05a70a583404119524cbd07253d182d586c0c155cc51bd3b2
EBUILD segno-1.5.2.ebuild 535 BLAKE2B 20180ba46ffd49ed762181a754eb84b1a0a28323b2cb943e9ce64353fc2389ccc0bb46ea0c85a2c17ee07318cb0e831ab3328931b055e23cb7b846c4cf69c990 SHA512 916ef5b1be35487f0d5f31cddb5a498347ef2dbb0116fe2af81e5e788cba16cf8ffd913c5bbeecae11f3cbe8289f5e20e033dfa0169f0b8dd9017e69db2a122f
EBUILD segno-1.5.3.ebuild 566 BLAKE2B 9357d7ddb5e733079e0180ecd1a9228e9ad44db131cdd888ef91c8db3903d2031b5da4c4885ca95445f4765396c99b34a3ff455d547b92dac8c7e62912ed6516 SHA512 a5970e74b05709f5d179f694b781c2bdee39971a92c0a2452b33beb9dd55040185985e47261352d492b3396afc83055e1c4b30df2bcc0febb1173bc0509949b0
MISC metadata.xml 498 BLAKE2B 44e21047692bee215ce7a7a976b19bb75b0cf5fff9863eabbe22355721fb5531d377a2112d186789e01f7a56a3abdd3c2deb15cc5794f762b1cffc3c450e498c SHA512 a22f13df036ddada3f35201b9e17b42d350b5eaf4db037956ba4ec4d3e4a28568b21798a348e79589c3937ca93353f24743fa7c8b73257eef12beb73558b5406

View File

@ -1,16 +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">segno</remote-id>
<remote-id type="github">heuer/segno</remote-id>
<maintainer status="unknown">
<email>heuer@semagia.com</email>
<name>Lars Heuer</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,24 +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="QR Code and Micro QR Code generator for Python 2 and Python 3"
HOMEPAGE="https://github.com/heuer/segno/ https://pypi.org/project/segno/"
LICENSE="BSD-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"

View File

@ -1,26 +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="QR Code and Micro QR Code generator for Python 2 and Python 3"
HOMEPAGE="https://github.com/heuer/segno/ https://pypi.org/project/segno/"
LICENSE="BSD-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest