dev-python/aio-georss-client: add 0.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 11:23:20 +01:00
parent 2b1bf6f66c
commit 951f0a4f7e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 4 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 1803 Ebuilds in total, 1792 of them have in total 1811 (42 different) licenses assigned.
There are 1800 Ebuilds in total, 1789 of them have in total 1808 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1024|
|Apache-2.0|405|
|Apache-2.0|402|
|GPL-3|118|
|BSD|102|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST aio_georss_client-0.11.tar.gz 18815 BLAKE2B a3f5d9ccdc003ff5294d8c09ea33763cdbd09083bb6ce743c7e0a3390cc4527452c70ed2c0485162c1058d90b7274e8583c1b84854e716596610459db58cd483 SHA512 422397786d24c40c5d374298ed71efe9ded7437cec1f80c5cbfa184e1a5df55ad8e4cadd9ed6ffde76f76b42d36eeaa1c344d43ffa71a45939ca4793a43b1ade
EBUILD aio-georss-client-0.11.ebuild 807 BLAKE2B 2158bca196da4799a93648bde5f2185e65ad011fb943630614b31748a406a82e91c771aca3df1397e4c28cb9279f146a3f8494884bfaada6103f98064a82ee5a SHA512 c7d9f67f8021f105913c867f6ef6a25314b913d0b48cd8083e0cb8c62297a70c873a6e9afca2a2a6caecb8b9516a61a4de5ed239b74a7738254a417259d97e16
DIST aio_georss_client-0.12.tar.gz 23638 BLAKE2B 8cdd4840c9d8738203229a69096e02623d7e2f8eed66c4833740eb0c3721da820a04b9b21187fd60f58776c2bc536701fa3865cd8cf47d07ac880c5249021a40 SHA512 193db5f7bfc8ce2c45049ae243b900fd09972039ddaef503de9195b4a85f3828201028d303c7172c308094240f48b2de6bd7a06378b199802a048288ff4bebbe
EBUILD aio-georss-client-0.11.ebuild 807 BLAKE2B 110dce165128c1dce0b68caf4df9f629c6eb831fa35cb7e3d1b507d523037701458aa4675a0f4fc89c2d7b8a2b6be51ae4c1777f1bf111c93850f7730e2a6151 SHA512 dbf0e176fd69e1eeb83c61ca4e2c26707fc0380852ce4ebc4d5e8461861fa6dd2b1f2a439ade31f1289674591a0084877cd932ba540253cc5d4132753483ea1e
EBUILD aio-georss-client-0.12.ebuild 713 BLAKE2B 8afafecfa1545d2d8d80258d3be2f208729df625aa6b8a442a0456085c34360d70f7a8e7a314759e9498ba286a917e6b61167df4cb675e8d895faf0a1e0ec797 SHA512 6ce90f688b399795de15da8dacc5e6539c3c2dd0483037a494def419c0b8bc5ca1c51843be3d356d3d58fd60001d934fbdd1ce651d3693a7f87135a496557ff0
MISC metadata.xml 537 BLAKE2B 401c05de54e88abd6c5790e130eef6eb77e29cd325b6de90d78e1d267730a129be92bc6f03538181eb0a16712829729d5985c66f33405e285ea5543cdbe73ab1 SHA512 a093ebb19eee2e2de3ff43cb1aa8ead3e0d46f7bbed61e5e5fdb8dd904685012cb957b3cc2ecfe02c2afee292cfbb841a9403534e12c8ed74f2d03840ac5694f

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,25 @@
# 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="An async GeoRSS client library."
HOMEPAGE="https://github.com/exxamalte/python-aio-georss-client https://pypi.org/project/aio-georss-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/haversine-2.8.1[${PYTHON_USEDEP}]
>=dev-python/xmltodict-0.13.0[${PYTHON_USEDEP}]
>=dev-python/dateparser-1.2.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest