dev-python/volkszaehler: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 23:05:49 +01:00 committed by Andreas Billmeier
parent 131bd6ecf0
commit bd85a53293
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 43 deletions

View File

@ -612,11 +612,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 1926 Ebuilds in total, 1915 of them have in total 1931 (40 different) licenses assigned.
There are 1925 Ebuilds in total, 1914 of them have in total 1930 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1105|
|MIT|1104|
|Apache-2.0|418|
|GPL-3|123|
|BSD|106|

View File

@ -1,5 +1,3 @@
DIST volkszaehler-0.3.2.tar.gz 5211 BLAKE2B ff26fd0f9270dd2aad612ce50531abea9056576e6aca0855610a605395abc3f3352bc6eb0b26a418badb3e1ee26f1ad30a878a20274b26a4ce56c2886d0a05d1 SHA512 a07c89494ceea17e254a02df911a49ab70ca8c9f5561310ac1a429e7211816dc347d6e61eda2b96df0a55648f8a64ed005fb13c262709c91ae45e40b3526e7c8
DIST volkszaehler-0.4.0.tar.gz 5309 BLAKE2B d3b4790f793298ce43a9e70d000bdf8349856b5589200ac58a79692d9b35b244ac07453b5ab2f1a71cc5f7df10cf76780b10f35734621fab1e82b5f92b134b89 SHA512 8bff85e325a9eb1c50dfddf3acc7ef7cefdebb386fc9ee85d56eeb56a0a1911b1d0ecd65a25c3f317db7949f9f1a57f43b8ed8bd11795c310a6621e5ef601ffe
EBUILD volkszaehler-0.3.2.ebuild 779 BLAKE2B 01f841eef05da32e54b5e8b695379be01786fb836fcedf428eadb8af4f43fc582aa31ddc47fcd040eac98b4b4b620b6505cf80d30726328f960dbb60e57fdec6 SHA512 dfeb4b7fd71bb96d23f5f07976d2300b49d6ec74665bb6fb8e2b167631d51103beb321a2dd139c2b4948108be130cd863fa97d0caf6671cbfe4315511349f267
EBUILD volkszaehler-0.4.0.ebuild 810 BLAKE2B 96b07a9c2667b3d5ff65bf8840b6c9a058bcc397f99f740f7a60a627286faedf8957c2a59a9f79d149bcef148aa3c39b04bc14cd64a5fd61b1460607a7ba87da SHA512 f367d4e6e9813756a0dc3eb73a395bb4d19186ca53c764bb3e2383f3809a68e044f6f062505f10f00144a0d09e5bc1551554e333cea0cf5a7566bbbf0d4e7095
EBUILD volkszaehler-0.4.0.ebuild 724 BLAKE2B 8aa5aec30404d89385db4be1aff972b6f237dc78fd5e3602a60ff82f7a96a427ea979e4d3934bd2c7afa501b403cbcbb7cc5f93782c95ee33578c615ef051997 SHA512 f94ee1b478faae71ab1899ecbc52158ce5127079f7ea2591c93283be6d34e059809a39f20742086cf4dd16d2882af26d6f6938bb427b69c396ce793d2fb2ca4d
MISC metadata.xml 556 BLAKE2B 9c44c03312138e33795c0a1b4a08622348dd900d73a124cb082f742c69c16afaba5536c3c478bbff3d5679e27cea50a72743a4ee1448fd6daa70d3813fe0317d SHA512 3cc5f060055146dd5b939ea21782e4f5c82a53ee3000c3c7c8b85cd32483b98ba62de5f128662b80457b26b270f5a95d0b84124e1894b4d1fefeacc2f46c7da9

View File

@ -1,34 +0,0 @@
# Copyright 1999-2022 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 Wrapper for interacting with the Volkszahler API."
HOMEPAGE="https://github.com/fabaff/python-volkszaehler https://pypi.org/project/volkszaehler/"
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.rst"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -3,13 +3,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python Wrapper for interacting with the Volkszahler API."
HOMEPAGE="https://github.com/fabaff/python-volkszaehler https://pypi.org/project/volkszaehler/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"