dev-python/motionblindsble: add 0.1.2
Closes: #3958 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
5f8522af23
commit
7a69dd6920
@ -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 2046 Ebuilds in total, 2035 of them have in total 2063 (42 different) licenses assigned.
|
||||
There are 2047 Ebuilds in total, 2036 of them have in total 2064 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1186|
|
||||
|MIT|1187|
|
||||
|Apache-2.0|457|
|
||||
|GPL-3|123|
|
||||
|BSD|110|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST motionblindsble-0.0.9.tar.gz 19653 BLAKE2B e446216414af165fb3bf1be107205207c998dbe5afd9a2da0a1cd3094c1b920885dbe04acf89b264c1d3fe7b266c80b121810fe363cda8a17cedd948684f3b74 SHA512 da1d1c69dde939c5e2697c8041d15e64e9081939d187bed9692694ea9f264c1651e650540d919d82606f9740d8e5fabb08b436b1ef1bf81f3be219bc0f20d5ed
|
||||
EBUILD motionblindsble-0.0.9.ebuild 821 BLAKE2B 77a25e078158d2c922d852d61fe004f028971d65bdc123ff3b2d7a361a68b255dd39be1aaaa2a0ab77309eedeac32986534e51c02e5746ffe4d753a8867913df SHA512 e2f85a0078b20ac780110fe580644b915c9c68feb849279d1fa2a270a8ae1ab94be9b28a35eb1cfee7eb89534843643aabf9ff917980fa5380b42955fb6e8c20
|
||||
MISC metadata.xml 522 BLAKE2B 164b926f5d3c0ea661f77acfab954f7140c284431aed5a13a55fb3580fe688abc6460be21e11338c2bb97470dddfd7d316f4d0328c6eea33830084be06145b4f SHA512 359dee144ddb01b9f7b722654fdc19d47a7bc61ed1ebfafc1fb88890ccedb93641b243c472016280d784ff40245aada337d75b7d44037103582955cd68d4c799
|
||||
DIST motionblindsble-0.1.2.tar.gz 13452 BLAKE2B d25739d7c4e78e0fe255689b22b81b16cddde4591156cb4746aa62cbd8d4bd207ecc1e4041e502d30f0446292fa84a0c90cd466a45709e2326c8e56fb6068198 SHA512 eb0d50c2b3f25e323a05e85a66f650f42eb9216088baa38f034c827157fdaaad1658f069ffb18f7ef101c40e9173498c2c853ff769720896fd482a9b69580142
|
||||
EBUILD motionblindsble-0.0.9.ebuild 821 BLAKE2B a04c8ba1745cfb6b1c275920b02bec84f0da7af2ebc9f5783d6a13b6fa73882c4ff65df2370ec80e85289dfd54942d1e0e1480b46906c4558151c8d8144e2ce0 SHA512 84731a17078ba5f61580730f6b1521b3e35bb334ca5f7fa8d243021915fd50bef5ef2fba6dab3b2c7d7d0d2927d7fc5d423ac39caa09a6d8f2c4396e1db5160a
|
||||
EBUILD motionblindsble-0.1.2.ebuild 688 BLAKE2B 04cf3756be6fd1704ed8376b62f927f2a30329cfd2d3a8e1772b62d143e55f846c3ee048dee1d51d1bde85ded59e0fb6cde6ace83a5dced80c91be30ccad58a5 SHA512 0d5d7e1e9da84bee3f129a38f6b84de960908627ade80c8808ccf8e9c5f7726de6b34d7dca78c4e0a0b93b9859dcf200d8d11c03d2dc1074f3283611becb7505
|
||||
MISC metadata.xml 516 BLAKE2B 02ce952bf13227f3f963fe1dfe40587c8e40d3d6d248f5fbd5f0da8c6d1678ab96b6b5f25561aed76fc09d0aded8eecd2ff75594e97c1e66c8bc4cb1a4f11f70 SHA512 4bab75b4904ad8ca7d05ec7ca638ecf6e9fc056c38900802f39514b4521c76d427a8631133c471acea6cd4100e989d024845cd8b0e1b9caad1fbdae715806ada
|
||||
|
@ -7,7 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">motionblindsble</remote-id>
|
||||
<remote-id type="github">LennP/PyPi-Motionblinds_BLE</remote-id>
|
||||
<remote-id type="github">LennP/motionblindsble</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>lennperik@hotmail.nl</email>
|
||||
<name>LennP</name>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
25
dev-python/motionblindsble/motionblindsble-0.1.2.ebuild
Normal file
25
dev-python/motionblindsble/motionblindsble-0.1.2.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# 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
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python library for interfacing with Motionblinds using Bluetooth Low Energy (BLE)."
|
||||
HOMEPAGE="https://github.com/LennP/PyPi-Motionblinds_BLE https://pypi.org/project/motionblindsble/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/bleak[${PYTHON_USEDEP}]
|
||||
dev-python/bleak-retry-connector[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user