dev-python/pygtfs: drop 0.1.7

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:51:10 +01:00 committed by Andreas Billmeier
parent edfc670e5c
commit c9a7cb4e7a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 30 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 1641 Ebuilds in total, 1630 of them have in total 1648 (42 different) licenses assigned.
There are 1640 Ebuilds in total, 1629 of them have in total 1647 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|951|
|MIT|950|
|Apache-2.0|343|
|GPL-3|105|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pygtfs-0.1.7.tar.gz 26854 BLAKE2B 78fe6e412a72a5ad94d1153137c83a1470287124295db03ed854541d7728606e853a2c5b42ae93e9f653183145224f31699cc6101d0e30183451fbc5215b58cc SHA512 55404af403f8c95499801703bc5afab10b39fdfcae702ee99fe800e2f91dda49a1221b3850fc8e9c12165a3f083383cf7c8ddb1a302e90792773f82e9e2f536e
DIST pygtfs-0.1.9.tar.gz 27337 BLAKE2B 644bbb834fe8e279ca5662a56ed89235e7604aa46cb351bff5e45f98aae3f8f4939276ab05f2e11794bbb91471b7c3b0f3217c32d4cf3c75f8ce4d0ae4570411 SHA512 12d668c4fefafe5908a8e2d6c07b58da449dceb11763f826a6a17b8580b381a2467f527ca65078f6e61da8b572be7e830b750a6d636ad1922ed919a45cfa2f94
EBUILD pygtfs-0.1.7.ebuild 639 BLAKE2B 29576a451d7715c7615a2c31508363a990ff5421d4935db15b20808b54e84fe0522c8b04118dcced3be75392550e8e77bd9f37c90124b8d73433c47e66e71887 SHA512 c1181e6f2f9c2bdf722fc0c1b851ec55da03be978dff04a25e5376d9c4a5b275222acaaee65a067a3fae8cb27f4f9a1aa83e52533f7ca48271bd67bb826bf472
EBUILD pygtfs-0.1.9.ebuild 639 BLAKE2B 29576a451d7715c7615a2c31508363a990ff5421d4935db15b20808b54e84fe0522c8b04118dcced3be75392550e8e77bd9f37c90124b8d73433c47e66e71887 SHA512 c1181e6f2f9c2bdf722fc0c1b851ec55da03be978dff04a25e5376d9c4a5b275222acaaee65a067a3fae8cb27f4f9a1aa83e52533f7ca48271bd67bb826bf472
MISC metadata.xml 503 BLAKE2B 1900afaa61deea2c0d27920350fa62922195abf242dd7d3185b8dd218986b5585ae3e477a4054fb740ad1d533368703679608af7f1c7e466c5c706ccd6c29a5c SHA512 370b4c84395cd8f87dcd3ff0424eb21cb71cc189ddaee1196a6e6d933159bad5163eaae06d9ea007e1106d18a7a14c469b8054bc1e45909ba3bae2dfbef122c9

View File

@ -1,26 +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="Models GTFS data in a database."
HOMEPAGE="https://github.com/jarondl/pygtfs https://pypi.org/project/pygtfs/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/sqlalchemy-0.7.8[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/docopt[${PYTHON_USEDEP}]"
distutils_enable_tests pytest