dev-python/py-nextbusnext: add 2.0.5
Closes: #3892 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
29ea5ebd45
commit
25bcdcf740
@ -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 2080 Ebuilds in total, 2069 of them have in total 2097 (42 different) licenses assigned.
|
||||
There are 2079 Ebuilds in total, 2068 of them have in total 2096 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1199|
|
||||
|MIT|1198|
|
||||
|Apache-2.0|471|
|
||||
|GPL-3|127|
|
||||
|BSD|111|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST py_nextbusnext-1.0.2.tar.gz 5345 BLAKE2B fa30fda3b48616dc01367694e0f7ae4317f5965b51f0bad0222ff26fae82a2a47021f8853688dc8a35e36506b974c56f5114b949ba021acc43c18cd388325806 SHA512 1c9e013cc64af6deed730101fab9293265e71b7fa05b5134c5378501e84e0a2ffa8d42a59e69e35fccb74a4ab0cfd721d631ebc5a8e2caa4fa524c923a1db448
|
||||
EBUILD py-nextbusnext-1.0.2.ebuild 477 BLAKE2B d3327ea9df1c7f7cda231e1d7e224eaac851c980908c55151c201ef8f8b83e23406bdff38cc471f793b2a39721ac70e249adc47cd3776f8dd7de650fec4f81af SHA512 556eb0bbb06411fe9df0b7ca6306df4f36c859770d3ca0902e673ecb1a6ec57942cbfb2abb30986246d78f7f655997e1eedbcef820f22e5d91267263cdfc62e4
|
||||
DIST py_nextbusnext-2.0.5.tar.gz 3857 BLAKE2B c630474a0a8106798fba3748a9ca37949b8410ae7a7a5e9130cd3cbb9697fa444a208bbaebb314ef67696e597c0f120e75d04e993f7e897c8ee5497f4e82093f SHA512 31ea3d5a7f7ac05d54f4e546443aed4b32e4807cc542ab098e9e66cd486a5e69fab9463024ae680aa9921404f522addb225cd5e60b44fdcb5766d33517c7accc
|
||||
EBUILD py-nextbusnext-1.0.2.ebuild 477 BLAKE2B eb2e48c4d135ae59ddb2681db7b6b79ce2baadd74c30cfd42ed24495d9a8dabe917758a234e6e641378afaec4c9fa3b51736b1471ddc8ed1359dc108b6e435f7 SHA512 1e5426ca7920db8340672bd3289a8989db2fd1d6ea891c5e12969342fc7d9501eae024e22961fd9e63274ac0e441c037ba5ca1e00044dea27d57b87b76b7dfb6
|
||||
EBUILD py-nextbusnext-2.0.5.ebuild 477 BLAKE2B eb2e48c4d135ae59ddb2681db7b6b79ce2baadd74c30cfd42ed24495d9a8dabe917758a234e6e641378afaec4c9fa3b51736b1471ddc8ed1359dc108b6e435f7 SHA512 1e5426ca7920db8340672bd3289a8989db2fd1d6ea891c5e12969342fc7d9501eae024e22961fd9e63274ac0e441c037ba5ca1e00044dea27d57b87b76b7dfb6
|
||||
MISC metadata.xml 398 BLAKE2B fceb8189fe69802679f4c698a9f398446941eb652d940d30b6eba16559f15cb0e55bec8b771ecf26c3882f628cf53e68f3a142a6e1aa66c4cd9a0ee39caf58fb SHA512 285d2d18d442e87c8f7b63ed67548edeeb61274788986e567e505f8c3500d5ebb0cd03259cc8f8d39498ac19aeec8f6e4c66c94782b81d91dab0431e5b935bbf
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
16
dev-python/py-nextbusnext/py-nextbusnext-2.0.5.ebuild
Normal file
16
dev-python/py-nextbusnext/py-nextbusnext-2.0.5.ebuild
Normal file
@ -0,0 +1,16 @@
|
||||
# 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="Minimalistic Python client for the NextBus public API for real-time transit arrival data"
|
||||
HOMEPAGE="https://github.com/vividboarder/py_nextbus https://pypi.org/project/py-nextbusnext/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
DOCS="README.md"
|
Loading…
x
Reference in New Issue
Block a user