dev-python/pygtfs: bump pygtfs-0.1.7

This commit is contained in:
Andreas Billmeier 2022-10-11 07:08:08 +02:00 committed by Andreas Billmeier
parent 193f0c03e0
commit 1eb3cca32e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 additions and 5 deletions

View File

@ -538,11 +538,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 1939 Ebuilds in total, 1932 of them have in total 1944 (35 different) licenses assigned.
There are 1940 Ebuilds in total, 1933 of them have in total 1945 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1172|
|MIT|1173|
|Apache-2.0|363|
|GPL-3|120|
|BSD|106|

View File

@ -1,3 +1,5 @@
DIST pygtfs-0.1.6.tar.gz 26335 BLAKE2B 21d098b76f3b2668c830bbb328397f6f11c502ae6d8b18ebdd5f7f22fb506180913b966ef43d98c51e21e4b5e3308b8b8e067c5fdbddca31cef277739694ef9e SHA512 a958d2f5e9552c4d61d79c1d4bf41a3028a1dd1d6f78e28faec81cfeb64410d7caa2814e91334a34572471f5dd2b97febda7e7115ea324a3a15b0d608a375c2b
EBUILD pygtfs-0.1.6.ebuild 853 BLAKE2B 40f3ed53b807412d234164fbbfebefc2e95c03cebb688734ccbc0da5d53d5c00f6511ac0de9d665f53d85dc2373b9184b03313fa593e99093e9c02e05d7b733f SHA512 1db3bf4778be6d9330fc80dd63c9a4203ee06c39effeb4cb6d09d123f7e04b981472c7250f9a88782b2031c33dc8fcfd581b264d6cc4f1a2dac440b0b32e61f2
DIST pygtfs-0.1.7.tar.gz 26854 BLAKE2B 78fe6e412a72a5ad94d1153137c83a1470287124295db03ed854541d7728606e853a2c5b42ae93e9f653183145224f31699cc6101d0e30183451fbc5215b58cc SHA512 55404af403f8c95499801703bc5afab10b39fdfcae702ee99fe800e2f91dda49a1221b3850fc8e9c12165a3f083383cf7c8ddb1a302e90792773f82e9e2f536e
EBUILD pygtfs-0.1.6.ebuild 829 BLAKE2B 48b5cbaa45540a55c97b1fb233f48fe016adf0343718f073847099cb3d541c9614aa7e602c9420286cec55103fdf38f8936b8ce36e1a54e7ee18beead1e4ab86 SHA512 88c7d1fb29574ebcf0deef54b5d277a7c7d7bc9704be057e3465bf12cf4d74ddd68a936726d6df845a271b8be09bc8d37b35900bd135625fa934cf6df6a21360
EBUILD pygtfs-0.1.7.ebuild 860 BLAKE2B 722e6ffd5212d3d620de852e89132c21241b72b4ba3b94978e97d382fa3cdad0fe245c88635241c70b1972695cd3ddef805823621406ff215b5da424f1c55675 SHA512 c2d8c981a00f4489a6b3c95bc5360774e65935ef06ca989f84c6b0183ed346f7f7b71dcf8d9b04b9451fef00bf7a919eed5dc251f4a4dc50cf3a1bb125891207
MISC metadata.xml 447 BLAKE2B 12188c27fdaa11a82a504dd94558b4065c2a3651b763513badb14b76a390708649bb769c05877c64663b03eb729c75101bbaae9b31159f7ae1b480472a56ed35 SHA512 18f7b9deb98c4e04064f856071d14e9794450c223b32582b9f697176010641240bb7abba718b0d63172e0385b48f2dc526263f7ff80ec7c763f08cbd73c4c0a4

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -0,0 +1,38 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Models GTFS data in a database."
HOMEPAGE="https://github.com/jarondl/pygtfs https://pypi.org/project/pygtfs/"
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.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}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest