dev-python/py-nextbusnext: drop 1.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:46:28 +01:00 committed by Andreas Billmeier
parent 243f725d9c
commit 1b55fd6c4a
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 1656 Ebuilds in total, 1645 of them have in total 1663 (42 different) licenses assigned.
There are 1655 Ebuilds in total, 1644 of them have in total 1662 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|960|
|MIT|959|
|Apache-2.0|346|
|GPL-3|106|
|BSD|90|

View File

@ -1,7 +1,5 @@
DIST py_nextbusnext-0.1.5.tar.gz 4390 BLAKE2B f4cf3d8c8fe87274af5a47175608c5c137c3411feebd6a794542e73ccf20a0620c946662421f65d7ce5aed0fc62fb6690cb0a37e2b3fda688e03564f4e6ec467 SHA512 d8f2d30ebded8955d30270cacac733c8c241d00896fe5b8c14f71922817c889b8317cdef11124a8c8fb28ac37954ef98477902faa659e52303e3adae424e9ff2
DIST py_nextbusnext-1.0.0.tar.gz 5335 BLAKE2B 03a1d217666193e3efcc1ebdbf3c0669d6d1a4722c6dced2c62ad204e23845adadd6f616ee94bd808ba647a10fbd8c0ab253b69614befb2563dcf05eb0f44c23 SHA512 302ca81e3f5fc9209e4d7668a97c169f1ad291cb752d420f394059525b23ee259c2b64b903e4e36a137caac26b20ae4aa042ea93d478d7dd17d78a4618123ba1
DIST py_nextbusnext-1.0.2.tar.gz 5345 BLAKE2B fa30fda3b48616dc01367694e0f7ae4317f5965b51f0bad0222ff26fae82a2a47021f8853688dc8a35e36506b974c56f5114b949ba021acc43c18cd388325806 SHA512 1c9e013cc64af6deed730101fab9293265e71b7fa05b5134c5378501e84e0a2ffa8d42a59e69e35fccb74a4ab0cfd721d631ebc5a8e2caa4fa524c923a1db448
EBUILD py-nextbusnext-0.1.5.ebuild 612 BLAKE2B 73a102cf7a09f4a1ae259919954c849e2fbff5ebcab6ad690b3cb47c85e7a431ae1b4fa9e7ba1373cfd271d0533a35170e41439288be682bf0e6e68d852a7bdc SHA512 261fe1a2dc865074ec50a0981e8a68fe47f58d4e36754581b432b1639b6fc7a455ab8d6dddd0cb71dbdc7ed1828fa909f650b8b078ec60df95b86046cfdfb13b
EBUILD py-nextbusnext-1.0.0.ebuild 612 BLAKE2B 73a102cf7a09f4a1ae259919954c849e2fbff5ebcab6ad690b3cb47c85e7a431ae1b4fa9e7ba1373cfd271d0533a35170e41439288be682bf0e6e68d852a7bdc SHA512 261fe1a2dc865074ec50a0981e8a68fe47f58d4e36754581b432b1639b6fc7a455ab8d6dddd0cb71dbdc7ed1828fa909f650b8b078ec60df95b86046cfdfb13b
EBUILD py-nextbusnext-1.0.2.ebuild 477 BLAKE2B 0cab2cf199bf788089721c63ed529b2d61ab89962ae0148a62ee9dd7ae1a33ef9fd488b3f7ccc8bce844ad6aa1937020ec291c17caf2a2d95db0b7397e7856e3 SHA512 d5827360dfd7158d4d8b5f4c81d260269acca26cb390fce77737e827fd5a42599fedf8428901038fd42e4109ea2de80eef1ebd7ae413101ad81ea173a1988561
MISC metadata.xml 398 BLAKE2B fceb8189fe69802679f4c698a9f398446941eb652d940d30b6eba16559f15cb0e55bec8b771ecf26c3882f628cf53e68f3a142a6e1aa66c4cd9a0ee39caf58fb SHA512 285d2d18d442e87c8f7b63ed67548edeeb61274788986e567e505f8c3500d5ebb0cd03259cc8f8d39498ac19aeec8f6e4c66c94782b81d91dab0431e5b935bbf

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="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"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests unittest