dev-python/georss-client: drop 0.15

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 17:36:44 +02:00
parent 5e9dd4dd05
commit f294d2570a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 4 additions and 39 deletions

View File

@ -617,12 +617,12 @@ 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 1963 Ebuilds in total, 1952 of them have in total 1972 (42 different) licenses assigned.
There are 1962 Ebuilds in total, 1951 of them have in total 1971 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1113|
|Apache-2.0|444|
|Apache-2.0|443|
|GPL-3|128|
|BSD|110|
|LGPL-3|26|

View File

@ -1,5 +1,3 @@
DIST georss_client-0.15.tar.gz 13860 BLAKE2B de2a6eb6617a3baa2c3cb708e1f34b97ea1a18186a42221a6508b38d5c825a47afdd9a187461e2d548c1ea8616572877f9358b836c1db5b92ebec1fc093b53ca SHA512 e7da58566edc0b20b972b76368f3a056277c7a7872daebeee55e6aa29e90376c98dfa722dd82772cfb7021f4e73a4237082450621a7d313b96fb7599150cc502
DIST georss_client-0.17.tar.gz 18625 BLAKE2B 59eb814b0a045f8de768c847097ebaad3ef2942bdd9b297c45bea9d742455d541383542835b1536661eb504652c15a05e12812a64509b69ab781f2ab3fad82a1 SHA512 44b126c77e1be97d5050b0f9b4f71c7f0f269a4f2f879f9516a159f9da27667269bf8b18a63c93be19408972f66106ebc7c34e1c00a3a43a59303c055dc9089f
EBUILD georss-client-0.15.ebuild 802 BLAKE2B 66f76892780c56f03f159b34777c77cd78fb451dc97d57e8c569b9852cdf3840e86eb74c4c5e6c12704f07152dbf91815f8c3a28ad42a3671bf3e30419d02a56 SHA512 200af6673f863c02242331ff82e7fa9beace5a099a33e310853bd38338a3de50742c0fdf45f323f6b10a96803ce5d27383324350a75bb6cc0f6079821a26b386
EBUILD georss-client-0.17.ebuild 700 BLAKE2B abdaac39c0849dafbf70516262f64b56e74f13c64def4f38b78d950587dae668f398abcad3273994ca5179cb7723af99480419f5bc6ec2853d337265c23ee138 SHA512 103658277715768edb076249bdcad42def02245b0b697401ef33f0ff78ca5b65f78e1e220bad0583fb93042c375123503886525180e5bafa4e8e9e92df7844ce
EBUILD georss-client-0.17.ebuild 700 BLAKE2B b927f01f27bab36357cd7f3b0f35a834d91d41efc342147af88c762a6e33d4fd80ffa08cca84b9b1952501ebf96708386a5688a0eb2c29b55661e6c17f513af3 SHA512 eaf40d064634bea3fcc02941d5ea7954173f5500ad3684355e4ef18699c8ea761977d17d5c1b2079d7914f90ba3b7034fa4d7b2bff796b318d96e9f3863ff702
MISC metadata.xml 529 BLAKE2B 3a0189d7c5e1cd0b878af2241e908b51db8ab8d94e2792a6038b2260198d4cf34957b5a289266d3dc19f2101baf83835b03b2f3255ecafc366906dc363313233 SHA512 328dba597108570173702745ee469aff79f13f8e3eb7154120fe3d0a712e01c052c10283696b12fbc180edb59db210de022f9ccecdbff9e7e891bda933a7be9e

View File

@ -1,33 +0,0 @@
# Copyright 1999-2024 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="A GeoRSS client library."
HOMEPAGE="https://github.com/exxamalte/python-georss-client https://pypi.org/project/georss-client/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/haversine-1.0.1[${PYTHON_USEDEP}]
>=dev-python/xmltodict-0.11.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
>=dev-python/dateparser-0.7.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A GeoRSS client library."