dev-python/pytrafikverket: drop 0.2.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:40:27 +01:00 committed by Andreas Billmeier
parent 60a62d723b
commit 3978b1ba27
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 38 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 1722 Ebuilds in total, 1711 of them have in total 1725 (40 different) licenses assigned.
There are 1721 Ebuilds in total, 1710 of them have in total 1724 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|988|
|MIT|987|
|Apache-2.0|368|
|GPL-3|103|
|BSD|100|

View File

@ -1,7 +1,5 @@
DIST pytrafikverket-0.2.3.tar.gz 10225 BLAKE2B b207743352cfd384e7e9d7dc92289c7550aefcb1aed62f5f34b739496092d4d4de205059b9503477a6f6335832a87330fc9f049bc50bc41a6586f35f35ef6b2a SHA512 b153ff108b8e9047a4b4dd6d6864e7efd7ec8b476bb49da7b7667e554c1db9a6ad8ea00b1eec902732ab288fbf8e6e0b9136b5a99d261057737c5cfbf2d6e060
DIST pytrafikverket-0.3.6.tar.gz 13201 BLAKE2B 99b0a976d98b2668c73f90b92b3137ff1ec25ff240a11ca923374a9b74be5c9c77347af3bec5c224d392beda0ae70040a92685ac3798f4b09c4e148941f91b0e SHA512 fd0e47617cf2747c17d712f38a472818e90cfd883a788069adfd6c43442871f04eb43a51669cf27580979ff8fbb3807d429f7dddf270e332dcf18de19b1324bb
DIST pytrafikverket-0.3.7.tar.gz 13426 BLAKE2B e71e99525363d010dc41bc155887f0df3a881ba7637754ee0db7aba2f1a68ba630ca4e315665996239ce6f7dc815d1c0d9721c435b9fd398880cd44ff83ec63b SHA512 69b6aabbc3328af170b70fa3fe4a097ff6fecdc1f37448bfffc5254c8e4f25a8f0b6af64fbfb754248d7295ef9e3353a399cea0fd77f2a9982aa5f3587e82363
EBUILD pytrafikverket-0.2.3.ebuild 820 BLAKE2B b0f5a7b206c5bf20657d51e44a15b267748a22495e7498c84cbc86aa91eb9dd80e8037e301624fa9c502c737bfaad1a4a54f6aff7bff7fa87d4c9bef02914417 SHA512 a0b1f29e49f9bb9cb72cad64911800ac10a84bd2ca3a00c28b63bd88534e4e4067aa971cbfc23b7dae168f8ce5959e1bfdb1b40d23b39c679f45c55ec39ccdcd
EBUILD pytrafikverket-0.3.6.ebuild 1004 BLAKE2B 6cadbff33692de3e267f24731375821b95dece4efec3447170d270c371940144400c2fc5643905aa096b552c426304fb937238e294615d9d2250afd359f51030 SHA512 7807f53989ff57f3ec65c411e5741c533595d904a33f87de532837fc16db46e604d6504182353be61e4a9a74d0b86f0962378f30c26aced7f27e4fe6fc3f5413
EBUILD pytrafikverket-0.3.7.ebuild 815 BLAKE2B 6d3f714e6af12845e25776568c8a2ed0fd93da132ce1effc07be7e34e02159184869d4e23cf2663d48c7212c6419471f1d1ff6c696b0d471c72d3a8ec7769edf SHA512 efe7d16b4b14cee037ee30314c9bbae3c3d2a26c969dcc187cb6c604350cad5a28cbd808a5c4cf14e24ca83c216ed2b38720b0de9530b66bcd15ab0faaec9c34
MISC metadata.xml 401 BLAKE2B 3ddf09c700524354f0e60bce070783e463cb2dfea320b6974e2766b88f54964990a76c7b121305b99fa5936b54a7953053ba41173aec4911308ad21b515c6af2 SHA512 1e1c9b63f41a8894bec392e3b293be0b2cd0fe97b356d34c88a19a1d8ca47eaba44696f1d180e39fe2f44fefde2965866c7930b65a9830544e5fd5be51e12171

View File

@ -1,34 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Retreive values from public API at the Swedish Transport Administration (Trafikverket)."
HOMEPAGE="https://github.com/endor-force/pytrafikverket https://pypi.org/project/pytrafikverket/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/lxml[${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