Skip to content

Commit 54bd0cd

Browse files
committed
dev-python/python-MotionMount: add 1.0.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3285 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 20bdbaf commit 54bd0cd

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1804 Ebuilds in total, 1793 of them have in total 1812 (42 different) licenses assigned.
620+
There are 1805 Ebuilds in total, 1794 of them have in total 1813 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1034|
624+
|MIT|1035|
625625
|Apache-2.0|394|
626626
|GPL-3|108|
627627
|BSD|106|
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST python-MotionMount-0.3.1.tar.gz 8367 BLAKE2B 23c6d0a7ac383a06ae6f2747e7ef7762b9e31434bc21bc8006fe44486e0011b254089fdfa21406ac9c44a7eab2a79652d72591cade188c140f8204def7b81bc9 SHA512 5965b41977c22781c99beaafd8488f8c071e97c43666499a3ac5fa7911283ac02340882a2105116233fbbb5552e89bda2f72a9e809621570dfa35ea88a31a8f2
2-
EBUILD python-MotionMount-0.3.1.ebuild 574 BLAKE2B 8ff52399b2ef9b063dfac7863feeb7429140429d05634eabbfd89218dd922d38136b897b4fa5da2374538bcf957a9ab438e693de697bcb6c2c97ddb9e4174e26 SHA512 175a9cdf307cc92ccfd38a4499386846eb4367649ad4f4356518c8eb87457224e7a52e386ac324a123ef54289e4b9c91a990a3ecb85ddcde67daa5bfda76637e
2+
DIST python-MotionMount-1.0.0.tar.gz 8504 BLAKE2B 20b9a59e0f5c781d9b0a8e11c83cd228c4c766555e13afbcc11ab876439d9664bdaa8ffd8d7d63b84207b85a0ee7349fecee86b5093d0454ab617509208b0656 SHA512 c2756cef0002abcabb3d1d898e00ba733837654978939f35647da86c5cea145eae4ac07cf22fa2d54f1cd161aacd6c111aaee03be6c924bd315153b69d118046
3+
EBUILD python-MotionMount-0.3.1.ebuild 522 BLAKE2B 4f7b7c74b5b594e4c90d11a1c4667fc364a67af4a4815932083055eff136c2e9470e737d29a2e7e9b2bce111a0827c29345f3c2d35632139bf84e991114f7a4b SHA512 334966233ed5a1a13d1bcb8f230788d92bbadaf06ace1d0a58f21a6852ca0ec36cf42128900bf57f60776b915cdc63a0ca4a44759fff4c4dce08500f738feac9
4+
EBUILD python-MotionMount-1.0.0.ebuild 522 BLAKE2B 4f7b7c74b5b594e4c90d11a1c4667fc364a67af4a4815932083055eff136c2e9470e737d29a2e7e9b2bce111a0827c29345f3c2d35632139bf84e991114f7a4b SHA512 334966233ed5a1a13d1bcb8f230788d92bbadaf06ace1d0a58f21a6852ca0ec36cf42128900bf57f60776b915cdc63a0ca4a44759fff4c4dce08500f738feac9
35
MISC metadata.xml 541 BLAKE2B 6edb35e74688d1d8048a953d03bc38aaeb389db49b29d4a39d2177d7eb48c7358744202509acbd5799b3a5529eb84883750f62292def4bff9d27a236d9cad2a5 SHA512 e985fdc5185e9b2142148c51e7efd84b139012f07020996e17f8bba10d739eb9abf1aa049f33c8fe58033b8b4a37d271b4ec00d8714f02fdb04a870f954fbfd2

dev-python/python-MotionMount/python-MotionMount-0.3.1.ebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
1010

1111
DESCRIPTION="Control your MotionMount Signature TVM7675 Pro using Python"
1212
HOMEPAGE="https://github.com/vogelsproducts/python-MotionMount https://pypi.org/project/python-MotionMount/"
13-
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
1413

1514
LICENSE="MIT"
1615
SLOT="0"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
11+
DESCRIPTION="Control your MotionMount Signature TVM7675 Pro using Python"
12+
HOMEPAGE="https://github.com/vogelsproducts/python-MotionMount https://pypi.org/project/python-MotionMount/"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"

0 commit comments

Comments
 (0)