diff --git a/README.md b/README.md index 65254c882..9d06b068d 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/convertertools/Manifest b/dev-python/convertertools/Manifest new file mode 100644 index 000000000..9980e265a --- /dev/null +++ b/dev-python/convertertools/Manifest @@ -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 diff --git a/dev-python/convertertools/convertertools-0.5.0.ebuild b/dev-python/convertertools/convertertools-0.5.0.ebuild new file mode 100644 index 000000000..959680413 --- /dev/null +++ b/dev-python/convertertools/convertertools-0.5.0.ebuild @@ -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 diff --git a/dev-python/convertertools/metadata.xml b/dev-python/convertertools/metadata.xml new file mode 100644 index 000000000..318e5e6bd --- /dev/null +++ b/dev-python/convertertools/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + convertertools + bluetooth-devices/convertertools + + nick@koston.org + J. Nick Koston + + +