dev-python/python-MotionMount: add 1.0.0

Closes: #3285
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-05-12 21:49:01 +02:00
parent 20bdbaf644
commit 54bd0cdf70
4 changed files with 27 additions and 6 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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"