dev-python/convertertools: new package, add 0.5.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-30 19:58:47 +02:00
parent 89547da32f
commit 65188c2654
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 40 additions and 2 deletions

View File

@ -606,11 +606,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 2011 Ebuilds in total, 2000 of them have in total 2027 (42 different) licenses assigned.
There are 2012 Ebuilds in total, 2001 of them have in total 2029 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1161|
|MIT|1163|
|Apache-2.0|448|
|GPL-3|119|
|BSD|113|

View File

@ -0,0 +1,3 @@
DIST convertertools-0.5.0.tar.gz 5599 BLAKE2B 70f6e192dc7a8d10ee5479b5c58c1bfb1be2ac0685fc1d184f628005d5303c180a0f315e304cecb1d8daca03b4a6602cb79350e0837e6da9222660bc57e2cc3b SHA512 41e04677b9608d8614c55dd74ee8c486314f8b5cfbaeee51826b477dedded3a7da98990f5bbcc71c5af9d744ce2d84d9f55901e764ba2e4f74f19c808b01d03c
EBUILD convertertools-0.5.0.ebuild 501 BLAKE2B e34b124d8dd5af10335521cfafa27772e6e5e804b97c26db08f45e4d0b8f73a0930f56ded98cb5cd8f55ccc34f85c3c955cca68a1e3c2cfa73c2851a136064d1 SHA512 8c0ef544235a5bdcc5b26658b6369a514f71924ac4d77877358344cfd44433d4a72c511942ed776b47871c3dab596fd73d454f722376f408fc47718072a192f3
MISC metadata.xml 530 BLAKE2B cfc1afdf53bd4001fc60a74f0a178c522ef04e9c8dc7f3ec753a1a1759efc520ebbaccc7fa16d379bbe54ccc86e6a6366db5ef85cfcbcf37de8e5949a37d73f8 SHA512 51611567fb35bc3d8a725228347198e644a09b3e2f27de0a9b46f9109d6f20e823c737830e23e996506845de75e6c3b7b8557704e6520b613f0ede34843d0622

View File

@ -0,0 +1,19 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Tools for converting python data types"
HOMEPAGE="https://github.com/bluetooth-devices/convertertools https://pypi.org/project/convertertools/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest

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">convertertools</remote-id>
<remote-id type="github">bluetooth-devices/convertertools</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>