dev-python/python-MotionMount: new package, add 0.3.1
Closes: #2625 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
1106b8e549
commit
143444f61b
@ -612,12 +612,12 @@ 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 1607 Ebuilds in total, 1596 of them have in total 1611 (42 different) licenses assigned.
|
||||
There are 1609 Ebuilds in total, 1598 of them have in total 1613 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|923|
|
||||
|Apache-2.0|343|
|
||||
|MIT|924|
|
||||
|Apache-2.0|344|
|
||||
|GPL-3|102|
|
||||
|BSD|88|
|
||||
|LGPL-3|22|
|
||||
|
||||
3
dev-python/python-MotionMount/Manifest
Normal file
3
dev-python/python-MotionMount/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
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
|
||||
MISC metadata.xml 541 BLAKE2B 6edb35e74688d1d8048a953d03bc38aaeb389db49b29d4a39d2177d7eb48c7358744202509acbd5799b3a5529eb84883750f62292def4bff9d27a236d9cad2a5 SHA512 e985fdc5185e9b2142148c51e7efd84b139012f07020996e17f8bba10d739eb9abf1aa049f33c8fe58033b8b4a37d271b4ec00d8714f02fdb04a870f954fbfd2
|
||||
16
dev-python/python-MotionMount/metadata.xml
Normal file
16
dev-python/python-MotionMount/metadata.xml
Normal 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">python-MotionMount</remote-id>
|
||||
<remote-id type="github">vogelsproducts/python-MotionMount</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>r.poelstra@vogels.com</email>
|
||||
<name>Remco Poelstra</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
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"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
Loading…
x
Reference in New Issue
Block a user