dev-python/pytrafikverket: drop 0.3.9.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 21:56:56 +02:00
parent 8426b37bd0
commit d181a7c82e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 32 deletions

View File

@ -606,11 +606,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 2067 Ebuilds in total, 2056 of them have in total 2084 (42 different) licenses assigned.
There are 2066 Ebuilds in total, 2055 of them have in total 2083 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1195|
|MIT|1194|
|Apache-2.0|466|
|GPL-3|126|
|BSD|111|

View File

@ -1,7 +1,5 @@
DIST pytrafikverket-0.3.10.tar.gz 14198 BLAKE2B a1f7202beaee6207ab4163c12c1a5c74daf280a1061c858ec4801348e28a0d33f9f4f9eacc009f9c4a70714bf58e8e0826122b6a5fad436e87b6e4e71acdec30 SHA512 7592eb6135ea95d104223f2c6b876291a79e0ccc8e33ed13c273151b4815d90cb7048d0dcce39dcec73dd1fbdf3443b9a00b9153ea5723e40cfc2925c1f48c45
DIST pytrafikverket-0.3.9.2.tar.gz 14193 BLAKE2B 6abc59b7ec92e6101e5655024fa1fc6003127cde3d4150ec9c6c0e7e60ce642aac214110ca5f606a731cd53c7061878406c0bde377e6c6816cc8152e0158c0ee SHA512 697619e33af9cbc6088c54edad91622e0a0a88d9c5cccdc998e4e0ef06bc6b9ce2deca08c9c1cefcd2e99768a66dcb40fcf1e279e88f2b95264170f004593739
DIST pytrafikverket-1.0.0.tar.gz 18390 BLAKE2B ffd89815b5bdef50fe322316d905bca503e791bdc7aee34a1b68b4a14d067d444a95110026f81dceecc0da671f60abf6833d6259e29c0d85d52f20bc28f2c278 SHA512 6604648652d2bcc31e4d7dd5c665a965cb5b389705664c9a49ae821493146fb66ba2a578a868f868e43dfd2fd3f6838e6958ff5c6fbae83ef25fa50e0fed0d4e
EBUILD pytrafikverket-0.3.10.ebuild 633 BLAKE2B 7e01e494062d136a668485e5dabaff467de1ffaf1b751e48bd8866d076e0f73e22f7d59c3452efbaf65dc068295a4cf36900794a7c0ca3d2b421e29478a58228 SHA512 97ead399f553a6cf9152944bd7d1fa28ac7b1a69c546af464330d57a1874812c32924960b2f26451aa5b76218c60d34bfb4e7365fd4c00f4b1a6656d00fa639b
EBUILD pytrafikverket-0.3.9.2.ebuild 694 BLAKE2B e53798569e80d27c39a0d3ba888ea5780fb49fc18ab83c96a03689c794e9a0c7bbef529e392f96ea808af3f50e20936a110b890df73033dcd18fffc91b670a08 SHA512 f49c676f36a436e7e74fc60d2ea0905bd875baaf3e84d9423ea5dfe3ff56a863db9b0da5ea8499f76853fd9f95438df1dd02cfb7003c18eb820673b9de814033
EBUILD pytrafikverket-1.0.0.ebuild 738 BLAKE2B 01b5ea082d13eb90876334cb5181cb2aa1768c8e43ba7350527c3273a66a518cf517744625f1bf88e16b2fe5f9b43164e039bfe50b3ff4dbf5072a346528ade8 SHA512 15f06c3f17982adee096f6b587a69ee0e1d5a17feef09785590add3f4a5c2132d3e9a973b83f0c6795c38f0ed59612d3fd490cfc9991931948f06e5056fd298e
MISC metadata.xml 534 BLAKE2B f6bac8cd06f18f62fa37e35ceaf505493449047ff6210978a58e6720cb76980adfa02e62e4e5451f6672e02e28cdff3b3789a3b8d791751f7bef7c15cf87377e SHA512 3c99d8e089c15ca5d69e73c0fdd36da5eef16c0beb93efdae5aabd72f949d443d479fc714281809ab49fd964fce5d53e3084847b63f832304171ff27ae6efe18

View File

@ -1,28 +0,0 @@
# 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 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/lxml[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest