dev-python/russound: add 0.2.0
Closes: #3968 Closes: #3746 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
86b39eb44b
commit
0932d69deb
@ -606,13 +606,13 @@ 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 2241 Ebuilds in total, 2227 of them have in total 2264 (42 different) licenses assigned.
|
||||
There are 2242 Ebuilds in total, 2228 of them have in total 2265 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1272|
|
||||
|Apache-2.0|519|
|
||||
|GPL-3|140|
|
||||
|GPL-3|141|
|
||||
|BSD|122|
|
||||
|GPL-2|25|
|
||||
|LGPL-3|23|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST russound-0.1.9.tar.gz 7095 BLAKE2B 1f88d806bbe07d4941139a0efa24238164b37a3b4693b93ec7f6e19e8d779079275cfe53a1c5adffacb369297ec19ff878288377e0313ac435afbf2cb94072be SHA512 eaa8d9dcf020581cc0ea0a1e7d2cc1bf80f1532637c2e734f0c8a65921037516946c1c972c063615b66c48e46da1f191aca341e1d0c4ac268271c88665a0a84e
|
||||
EBUILD russound-0.1.9.ebuild 633 BLAKE2B ba090208b60614a2aed02ffc6bb4691801d6044726f83d86db51726fb8e21012d9e8219b5b76ba028cf017d7e2e70ac4dfa8a9b894ede744f3d7cb6cb8a40b41 SHA512 bbeb1e0b3c6d9712fd64820e4bfe5158512ac0a5adb5453f063b67376000fe3145aceff4b31bc9ce35fbd019e7d1a94ed6b240b05859b5cde8822007f1628fba
|
||||
MISC metadata.xml 507 BLAKE2B f77a257ee8ea12401f8e953864085d0b967b5279560d0a72dbb1508e471c72a7b5e614642dcbee694d670dfa41d915cb18dc8435de70bd63161adedd23ca2b3b SHA512 1378edce22bb30593807cd72f9e8f95b59c001db059ef332a996d2c87ff4b025c86ade4e17a51f7fd426df27af7509c0ad98734ad29f500c782cf2a728ad7ea3
|
||||
DIST russound-0.2.0.gh.tar.gz 743751 BLAKE2B 256c31becb33e55cac1950e8bf63e0bf4f35d156105204d1b5f6153852656c72d36e10247b8dfd2420544a2b3a747b8f24d620112754458d783bec6aae6f11c6 SHA512 332fc4ff71e79ee665c01bf3ec05cd10a285d73a33e0e36e98c136a9e7d463bc4681636461de42a780d55f615a66e598f34ceb77caf3d57a361f87e06d91f282
|
||||
EBUILD russound-0.1.9.ebuild 633 BLAKE2B a0b8407678ca75f4f38478087339f6fa0cd98b1ef71bc8298bc89c1df96e690ffccecad766d17955f355ef382200481bf668f7bf64f6a950b14097c0d86bec64 SHA512 7a43ead1c9af99a2a3b045740da91538e1e1d10de1862fb950a43b0e85b229cbe1f42d014af1e8642e5001bed5017f13e25db10d191ec655725f073ac9dde1f6
|
||||
EBUILD russound-0.2.0.ebuild 722 BLAKE2B 24c44ee1708363aeac5016be0d42cd650ef058dac2d54e84f937136314e5778c22306bc0d220e648a140aab4bfa81ab19af8a9799cd68fc334a3deb74310a818 SHA512 015a1ca081b51e83f06d95998eb53c7258e7244c792850fea07a72d1570408a1f4c86e7a1d3d0c5bbf180f48734b905e7786063bf58bf78994391da28cc06af1
|
||||
MISC metadata.xml 511 BLAKE2B 86b0faf432c44e1b86107c079e2eb4877b36e2ca931a3471fd3e7f0aca4d0ce718d9a4be0ee31704ce3031e0dbe4351e81b1f97f885677b33bc0235e9a5c1e3a SHA512 3bf71a9683db943fe257444178dd2d614ec8ad2c2f91f7d3c98ef90d07ce8c755ff3981350dd30586fd53b0c75cba7d7f316eaf04ac8164e8663caaa42ee4e99
|
||||
|
@ -7,7 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">russound</remote-id>
|
||||
<remote-id type="github">laf/russound</remote-id>
|
||||
<remote-id type="github">laf/russound.git</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>neil@lathwood.co.uk</email>
|
||||
<name>Neil Lathwood</name>
|
||||
|
@ -1,8 +1,8 @@
|
||||
# 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
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
27
dev-python/russound/russound-0.2.0.ebuild
Normal file
27
dev-python/russound/russound-0.2.0.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# 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
|
||||
|
||||
DESCRIPTION="Python API for Russound RNET commands."
|
||||
HOMEPAGE="https://github.com/laf/russound https://pypi.org/project/russound/"
|
||||
|
||||
# No SDIST, no tag for 0.2.0
|
||||
COMMIT="ce75833771661e1c855b6ce0fe1504bfc84291d6"
|
||||
SRC_URI="https://github.com/laf/russound/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user