dev-python/pydelijn: drop 1.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:49:47 +01:00 committed by Andreas Billmeier
parent 892408b65a
commit 388b969b42
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 29 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 1645 Ebuilds in total, 1634 of them have in total 1652 (42 different) licenses assigned.
There are 1644 Ebuilds in total, 1633 of them have in total 1651 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|954|
|MIT|953|
|Apache-2.0|344|
|GPL-3|105|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pydelijn-1.0.0.tar.gz 6288 BLAKE2B e416128057efea26c85e264eca30532317763ab0574bc17f4bf89df102dc15286cbdd36bbc22a1d6f1d3e8c62665b096478a3238e985c3d99a32233013be5968 SHA512 446c679ed39d55dee3f636a21a762e6ec0f5a53ef9024820516ad1773c6b23c0544990b8ffca8004df6b7ac33b0821799d4eebaf340a0de1ddfda9ff517bb35b
DIST pydelijn-1.1.0.tar.gz 6444 BLAKE2B 62e4b9b6aa3e821db63ee252a0a43c5e91eb9ae92eac6122d312ae5769689e5e3393a2e1d9b3a52d7b26452a530c7d9129a7c108bc123e27d69ccb2984965bf1 SHA512 03499ed4168c0f387286eca55ca7bf7dc816caadab6f342e48bc5ed1403fdec9ebebaf2942e0341efab1d776a9e661c9a013a75e060cfa8549b4a60400fc28a6
EBUILD pydelijn-1.0.0.ebuild 638 BLAKE2B 6c8ddb6df96afc8d584cc85e5fd5d247b94ca1720bb41947b6c3e3df03c90e1bd39ace3d459e6edf78c98757fd38501b7d18bba5d70532ab6d35b510aa6859f7 SHA512 5625408c61abb832a30dec34942788b941da88089a73fba02945ce12743256c2fc3b9171e6ad66a8489d05142c6a73a7649af3e6f53062aa6b64f49aa68439c0
EBUILD pydelijn-1.1.0.ebuild 638 BLAKE2B 6c8ddb6df96afc8d584cc85e5fd5d247b94ca1720bb41947b6c3e3df03c90e1bd39ace3d459e6edf78c98757fd38501b7d18bba5d70532ab6d35b510aa6859f7 SHA512 5625408c61abb832a30dec34942788b941da88089a73fba02945ce12743256c2fc3b9171e6ad66a8489d05142c6a73a7649af3e6f53062aa6b64f49aa68439c0
MISC metadata.xml 509 BLAKE2B 85219d02ece9f27dccae0aa92c9d4c892c3803f4aeaf0104b427dac72ab97a790af1c8c8c9ba5823e95bf213f81d1e384850de014232786cfbeda6eebe4c8b17 SHA512 fb700a6ed2b0e70428f42f73e90ecc60279e87f1821a512bbe97cf272cfddb8645a5b9214962aaf474ba9dcec2f33ddf1c06f64d0cf1c485a551b737abafd7c2

View File

@ -1,25 +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="Get realtime info on stop passages of De Lijn (api.delijn.be)"
HOMEPAGE="https://github.com/bollewolle/pydelijn https://pypi.org/project/pydelijn/"
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/pytz[${PYTHON_USEDEP}]"
distutils_enable_tests pytest