Skip to content

Commit 0932d69

Browse files
committed
1 parent 86b39eb commit 0932d69

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

README.md

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

607607
## Licenses
608608
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.
609-
There are 2241 Ebuilds in total, 2227 of them have in total 2264 (42 different) licenses assigned.
609+
There are 2242 Ebuilds in total, 2228 of them have in total 2265 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613613
|MIT|1272|
614614
|Apache-2.0|519|
615-
|GPL-3|140|
615+
|GPL-3|141|
616616
|BSD|122|
617617
|GPL-2|25|
618618
|LGPL-3|23|

dev-python/russound/Manifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST russound-0.1.9.tar.gz 7095 BLAKE2B 1f88d806bbe07d4941139a0efa24238164b37a3b4693b93ec7f6e19e8d779079275cfe53a1c5adffacb369297ec19ff878288377e0313ac435afbf2cb94072be SHA512 eaa8d9dcf020581cc0ea0a1e7d2cc1bf80f1532637c2e734f0c8a65921037516946c1c972c063615b66c48e46da1f191aca341e1d0c4ac268271c88665a0a84e
2-
EBUILD russound-0.1.9.ebuild 633 BLAKE2B ba090208b60614a2aed02ffc6bb4691801d6044726f83d86db51726fb8e21012d9e8219b5b76ba028cf017d7e2e70ac4dfa8a9b894ede744f3d7cb6cb8a40b41 SHA512 bbeb1e0b3c6d9712fd64820e4bfe5158512ac0a5adb5453f063b67376000fe3145aceff4b31bc9ce35fbd019e7d1a94ed6b240b05859b5cde8822007f1628fba
3-
MISC metadata.xml 507 BLAKE2B f77a257ee8ea12401f8e953864085d0b967b5279560d0a72dbb1508e471c72a7b5e614642dcbee694d670dfa41d915cb18dc8435de70bd63161adedd23ca2b3b SHA512 1378edce22bb30593807cd72f9e8f95b59c001db059ef332a996d2c87ff4b025c86ade4e17a51f7fd426df27af7509c0ad98734ad29f500c782cf2a728ad7ea3
2+
DIST russound-0.2.0.gh.tar.gz 743751 BLAKE2B 256c31becb33e55cac1950e8bf63e0bf4f35d156105204d1b5f6153852656c72d36e10247b8dfd2420544a2b3a747b8f24d620112754458d783bec6aae6f11c6 SHA512 332fc4ff71e79ee665c01bf3ec05cd10a285d73a33e0e36e98c136a9e7d463bc4681636461de42a780d55f615a66e598f34ceb77caf3d57a361f87e06d91f282
3+
EBUILD russound-0.1.9.ebuild 633 BLAKE2B a0b8407678ca75f4f38478087339f6fa0cd98b1ef71bc8298bc89c1df96e690ffccecad766d17955f355ef382200481bf668f7bf64f6a950b14097c0d86bec64 SHA512 7a43ead1c9af99a2a3b045740da91538e1e1d10de1862fb950a43b0e85b229cbe1f42d014af1e8642e5001bed5017f13e25db10d191ec655725f073ac9dde1f6
4+
EBUILD russound-0.2.0.ebuild 722 BLAKE2B 24c44ee1708363aeac5016be0d42cd650ef058dac2d54e84f937136314e5778c22306bc0d220e648a140aab4bfa81ab19af8a9799cd68fc334a3deb74310a818 SHA512 015a1ca081b51e83f06d95998eb53c7258e7244c792850fea07a72d1570408a1f4c86e7a1d3d0c5bbf180f48734b905e7786063bf58bf78994391da28cc06af1
5+
MISC metadata.xml 511 BLAKE2B 86b0faf432c44e1b86107c079e2eb4877b36e2ca931a3471fd3e7f0aca4d0ce718d9a4be0ee31704ce3031e0dbe4351e81b1f97f885677b33bc0235e9a5c1e3a SHA512 3bf71a9683db943fe257444178dd2d614ec8ad2c2f91f7d3c98ef90d07ce8c755ff3981350dd30586fd53b0c75cba7d7f316eaf04ac8164e8663caaa42ee4e99

dev-python/russound/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</maintainer>
88
<upstream>
99
<remote-id type="pypi">russound</remote-id>
10-
<remote-id type="github">laf/russound</remote-id>
10+
<remote-id type="github">laf/russound.git</remote-id>
1111
<maintainer status="unknown">
1212
<email>[email protected]</email>
1313
<name>Neil Lathwood</name>

dev-python/russound/russound-0.1.9.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
5-
PYTHON_COMPAT=( python3_{10..12} )
5+
PYTHON_COMPAT=( python3_{11..13} )
66
DISTUTILS_USE_PEP517=setuptools
77
inherit distutils-r1 pypi
88

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
PYTHON_COMPAT=( python3_{11..13} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1
8+
9+
DESCRIPTION="Python API for Russound RNET commands."
10+
HOMEPAGE="https://github.com/laf/russound https://pypi.org/project/russound/"
11+
12+
# No SDIST, no tag for 0.2.0
13+
COMMIT="ce75833771661e1c855b6ce0fe1504bfc84291d6"
14+
SRC_URI="https://github.com/laf/russound/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
15+
S="${WORKDIR}/${PN}-${COMMIT}"
16+
17+
LICENSE="GPL-3"
18+
SLOT="0"
19+
KEYWORDS="amd64 arm arm64 x86"
20+
IUSE="test"
21+
RESTRICT="!test? ( test )"
22+
23+
DOCS="README.md"
24+
25+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
26+
27+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)