diff --git a/README.md b/README.md index fc3283caa..34d161e6d 100644 --- a/README.md +++ b/README.md @@ -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 1804 Ebuilds in total, 1793 of them have in total 1812 (42 different) licenses assigned. +There are 1805 Ebuilds in total, 1794 of them have in total 1813 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1034| +|MIT|1035| |Apache-2.0|394| |GPL-3|108| |BSD|106| diff --git a/dev-python/python-MotionMount/Manifest b/dev-python/python-MotionMount/Manifest index 9406c25fc..b07cf1e39 100644 --- a/dev-python/python-MotionMount/Manifest +++ b/dev-python/python-MotionMount/Manifest @@ -1,3 +1,5 @@ DIST python-MotionMount-0.3.1.tar.gz 8367 BLAKE2B 23c6d0a7ac383a06ae6f2747e7ef7762b9e31434bc21bc8006fe44486e0011b254089fdfa21406ac9c44a7eab2a79652d72591cade188c140f8204def7b81bc9 SHA512 5965b41977c22781c99beaafd8488f8c071e97c43666499a3ac5fa7911283ac02340882a2105116233fbbb5552e89bda2f72a9e809621570dfa35ea88a31a8f2 -EBUILD python-MotionMount-0.3.1.ebuild 574 BLAKE2B 8ff52399b2ef9b063dfac7863feeb7429140429d05634eabbfd89218dd922d38136b897b4fa5da2374538bcf957a9ab438e693de697bcb6c2c97ddb9e4174e26 SHA512 175a9cdf307cc92ccfd38a4499386846eb4367649ad4f4356518c8eb87457224e7a52e386ac324a123ef54289e4b9c91a990a3ecb85ddcde67daa5bfda76637e +DIST python-MotionMount-1.0.0.tar.gz 8504 BLAKE2B 20b9a59e0f5c781d9b0a8e11c83cd228c4c766555e13afbcc11ab876439d9664bdaa8ffd8d7d63b84207b85a0ee7349fecee86b5093d0454ab617509208b0656 SHA512 c2756cef0002abcabb3d1d898e00ba733837654978939f35647da86c5cea145eae4ac07cf22fa2d54f1cd161aacd6c111aaee03be6c924bd315153b69d118046 +EBUILD python-MotionMount-0.3.1.ebuild 522 BLAKE2B 4f7b7c74b5b594e4c90d11a1c4667fc364a67af4a4815932083055eff136c2e9470e737d29a2e7e9b2bce111a0827c29345f3c2d35632139bf84e991114f7a4b SHA512 334966233ed5a1a13d1bcb8f230788d92bbadaf06ace1d0a58f21a6852ca0ec36cf42128900bf57f60776b915cdc63a0ca4a44759fff4c4dce08500f738feac9 +EBUILD python-MotionMount-1.0.0.ebuild 522 BLAKE2B 4f7b7c74b5b594e4c90d11a1c4667fc364a67af4a4815932083055eff136c2e9470e737d29a2e7e9b2bce111a0827c29345f3c2d35632139bf84e991114f7a4b SHA512 334966233ed5a1a13d1bcb8f230788d92bbadaf06ace1d0a58f21a6852ca0ec36cf42128900bf57f60776b915cdc63a0ca4a44759fff4c4dce08500f738feac9 MISC metadata.xml 541 BLAKE2B 6edb35e74688d1d8048a953d03bc38aaeb389db49b29d4a39d2177d7eb48c7358744202509acbd5799b3a5529eb84883750f62292def4bff9d27a236d9cad2a5 SHA512 e985fdc5185e9b2142148c51e7efd84b139012f07020996e17f8bba10d739eb9abf1aa049f33c8fe58033b8b4a37d271b4ec00d8714f02fdb04a870f954fbfd2 diff --git a/dev-python/python-MotionMount/python-MotionMount-0.3.1.ebuild b/dev-python/python-MotionMount/python-MotionMount-0.3.1.ebuild index b8a4e0bca..b94f88aa4 100644 --- a/dev-python/python-MotionMount/python-MotionMount-0.3.1.ebuild +++ b/dev-python/python-MotionMount/python-MotionMount-0.3.1.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi DESCRIPTION="Control your MotionMount Signature TVM7675 Pro using Python" HOMEPAGE="https://github.com/vogelsproducts/python-MotionMount https://pypi.org/project/python-MotionMount/" -#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/python-MotionMount/python-MotionMount-1.0.0.ebuild b/dev-python/python-MotionMount/python-MotionMount-1.0.0.ebuild new file mode 100644 index 000000000..b94f88aa4 --- /dev/null +++ b/dev-python/python-MotionMount/python-MotionMount-1.0.0.ebuild @@ -0,0 +1,20 @@ +# 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=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="Control your MotionMount Signature TVM7675 Pro using Python" +HOMEPAGE="https://github.com/vogelsproducts/python-MotionMount https://pypi.org/project/python-MotionMount/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md"