dev-python/temescal: drop 0.3, update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
47f0ef3455
commit
189f7e7c64
@ -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 1906 Ebuilds in total, 1895 of them have in total 1914 (40 different) licenses assigned.
|
||||
There are 1905 Ebuilds in total, 1894 of them have in total 1913 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1096|
|
||||
|Apache-2.0|414|
|
||||
|Apache-2.0|413|
|
||||
|GPL-3|123|
|
||||
|BSD|105|
|
||||
|GPL-2|27|
|
||||
|
@ -1,5 +1,3 @@
|
||||
DIST temescal-0.3.tar.gz 4008 BLAKE2B f106b525655e61355c43f940af6c28973e3a7152db9d51927a06d726b6713bed27916d0282cc2750955c64d600299505bccbfed5849d813b3f7214c08bbc9bf4 SHA512 1d9047469c746531b4aa7d459677d8bc12d13d805be6946e62ab6b76ba412186b236351397c96d582ccaa09b9a2e60084a69b57586bcf5b02d23d20874b90471
|
||||
DIST temescal-0.5.tar.gz 7897 BLAKE2B 7dae4600affb4f607d6cecdc382a84888c4552a2cc04dae13703ea6027c24b0990102d68108ffcd7f5214867c23d6167ca9fcaeb492e6dd40e01776df608a3c8 SHA512 cc800ec5b8253384943c7669e7482121568347a9888964ff5ee135beae02ef70d4f6876cd73e33acdd1285dc3867e1d0b8aee179695aa9ca4bea0bce19d324c1
|
||||
EBUILD temescal-0.3.ebuild 677 BLAKE2B 0bc333af73c79f8a048f642ba44485d4ad3d568fb4a1252846f70f88adf9b4e11f0c9aea6048198e14a995b8e4fb0a1859e426ed8aade103dbe8088499f17e4a SHA512 30f8f5b7dbc8fd7b7202ffd9e47e69710af1b7144d7340153509843863063e36cd77da467ad6852add717631af6939cb1eb996a007b819c7268951960520847a
|
||||
EBUILD temescal-0.5.ebuild 708 BLAKE2B fdf118ceb50cfcc5f803e5ca5e7cb4409f649b59990294fa8547a00d8a9d2b9388609dfef8d0d413d11c6f7c20400e4e6ce13821e15682110b058aa527998fe9 SHA512 d00a860baace3b4aac3a635d97fd8464f98766b199759ecd9301d7567b9621a3f2b46cbffc01bd81f41c3d6dfeacc5cf6dcab5ca6b3acc8a046d99176047a005
|
||||
EBUILD temescal-0.5.ebuild 652 BLAKE2B 05bc16b27c716c98ea0fa4867ac7c07e5675203780fc91c3be32195a1d0055e0bccd116cc0865ef8e459a64bac727193ed2c3344c8a4244a7fce60b5c501eb22 SHA512 ad7444c8d74bf6b89aba3bded8336c033dea72a4f46dbdeb289a6748118054e02543fb2f0da5b564162f822954a7c82e3c30972bec1c76982c5dcf33fb09a159
|
||||
MISC metadata.xml 516 BLAKE2B 97a4cc3916b1884179aefcdfc0b0c09397237980076b1d5def55e68bcab822249390d06484590b891a225bbbdf5d175f86ec7ca200ca26ecd27a9a45a07fba6d SHA512 6390e4a74d229e977c100a4360e107440a2779b2ff405cd1f5de7a267bf4ac157adaecd7c74d1acb00ae78678757121ef86a17fc832794e7859630e743e0fca0
|
||||
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for controlling LG speakers"
|
||||
HOMEPAGE="https://github.com/google/python-temescal https://pypi.org/project/temescal/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
@ -1,15 +1,13 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python API for controlling LG speakers"
|
||||
HOMEPAGE="https://github.com/google/python-temescal https://pypi.org/project/temescal/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@ -21,7 +19,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user