dev-python/pygtfs: add 0.1.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-20 21:36:23 +02:00 committed by Andreas Billmeier
parent 15b6b72dc1
commit ae85a9ad31
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,5 @@
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

@ -0,0 +1,26 @@
# 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