dev-python/aio-geojson-client: drop 0.17

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 16:58:23 +01:00 committed by Andreas Billmeier
parent 660291f429
commit 9e1af1d061
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -612,12 +612,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 1760 Ebuilds in total, 1749 of them have in total 1773 (43 different) licenses assigned.
There are 1759 Ebuilds in total, 1748 of them have in total 1772 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1024|
|Apache-2.0|374|
|Apache-2.0|373|
|GPL-3|110|
|BSD|98|
|LGPL-3|24|

View File

@ -1,5 +1,3 @@
DIST aio_geojson_client-0.17.tar.gz 16496 BLAKE2B 5ba523f3cb4f907e4060c6fab12c1172f2bb0fb32794e6fd8ee2e916e26951e578afa45d2b45aae5f0c12ac992de323ae95e1e28bbf32a02110b919cf0f4bf27 SHA512 4959c512d5ca0c2046f95226f6ed6baebc53f84486aac9557417e02aa55b47d2e99cfda3d478cc987542f13caa2ed28364cd4717d590872b0053613b6221ab77
DIST aio_geojson_client-0.18.tar.gz 16532 BLAKE2B d1e19e5ec06355918f4b1da728b6ddf65b2a194ba0e95393915de2dfb416cefcbb1a7b4dca9ab4b12a22ba9fb3df2f846018c541b8ad2ecc88541b3a63366571 SHA512 d440fa8051909d12eac762b34407a214229d66b70b45f3c3754c6a0ced498f50819d4ac72024e7a6c6b9d4c9d519eb1c8992b33c4eccebe26a096d03233beffe
EBUILD aio-geojson-client-0.17.ebuild 766 BLAKE2B a5f3b90e1f15d1514179be00ca260e1084b27c7c2b4896e0cb778c81c5defca2ed7c7c4cd619dd7392e9e30eb22535d488410ceba867d1b965ee9ee4e969705f SHA512 8398837abcfe96f2ecc75ae6fe08bea3bf08cc9aa8dbd54aaf2673eab8a18a1591fdeddc06db512141712628aa55d06c7db8ab7eda14742004a819180db35735
EBUILD aio-geojson-client-0.18.ebuild 766 BLAKE2B a5f3b90e1f15d1514179be00ca260e1084b27c7c2b4896e0cb778c81c5defca2ed7c7c4cd619dd7392e9e30eb22535d488410ceba867d1b965ee9ee4e969705f SHA512 8398837abcfe96f2ecc75ae6fe08bea3bf08cc9aa8dbd54aaf2673eab8a18a1591fdeddc06db512141712628aa55d06c7db8ab7eda14742004a819180db35735
MISC metadata.xml 539 BLAKE2B 28131f1837484d4d7f0e0e8a234656fccbdd03ea3b249ecaa7d629e9f4ffc20d0096858288c1922d5ffb4b7a168346a11c7490a80cf7bc0796d6fd8a8e86e94c SHA512 28c759be7a5bb86d90bc77a4684be8c09309e668f9083eb1a1eb9cf4c1e969e4ee3dc1cf82a122226914c231ca2e29d3bc8ba102108bd30bda53095f6585aeab

View File

@ -1,32 +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="An async GeoJSON client library."
HOMEPAGE="https://github.com/exxamalte/python-aio-geojson-client https://pypi.org/project/aio-geojson-client/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/geojson-2.4.0[${PYTHON_USEDEP}]
>=dev-python/haversine-1.0.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest