dev-python/pyxeoma: add 1.4.2

Closes: #4082
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-03 17:44:16 +01:00
parent b110369df9
commit 5948f9ae78
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 5 deletions

View File

@ -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 2310 Ebuilds in total, 2296 of them have in total 2333 (43 different) licenses assigned.
There are 2311 Ebuilds in total, 2297 of them have in total 2334 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1317|
|MIT|1318|
|Apache-2.0|538|
|GPL-3|141|
|BSD|124|

View File

@ -1,3 +1,5 @@
DIST pyxeoma-1.4.1.tar.gz 2314 BLAKE2B dd957e4c451c038060dbba7701f387b73046f43fe352b8b6b5630f9782b013a99c828556fb76ffff6f4da00d4f6c4427c33322766115e6cc9b9615c686b85ad6 SHA512 08be69f0944525adab5a823271bf342beeaa8d81bc4150df054a31187ad1b4cbff1cc206c0d6ab2d9dca510f597abbf3c7a825e7246247ae472aacf5fc326d96
EBUILD pyxeoma-1.4.1.ebuild 614 BLAKE2B 82554fed02769b78d1ad4efefcebfea0a1b2cfbee1b012403143058c2be2e2e2703f345df0f7434e240be981442d214b4226303d7b4f04521e1285db73b66142 SHA512 373d9c72398b033bc32ffb8fca1129f4cc46378e2ad2741394a6a740bb0fbcc8ee82b5f1590642536cf32437a2435856ac7615ce95156987fd06b4b03bf91836
DIST pyxeoma-1.4.2.tar.gz 3298 BLAKE2B 9e12b582fbb0e7253e38c878e2b762d92776367972d61bc7802d8a3b6d7e95b218a6255a4661cea2a3a456e8bb4ab2917c1b2731bc21b45143db09955c502bca SHA512 6194b03c744913fb61b8340bb4d862aab2eaa37186306764c63362f5ba6ea1c4e0abb8015136a1a77459182da55db0829d16adcee8649abe1ef4b6e472fb1fb3
EBUILD pyxeoma-1.4.1.ebuild 614 BLAKE2B 8521aa47e121c9937e8c9221189db0ecce562f8b29b1b0b15de9abc8aa6ea194303ea5b3b7843e859458d41366ed29d8c931ceb96e0b6a944359c8a9c0b88f37 SHA512 379037e0ac21eea7ab6675244541c43ebc45992f772cca165595d91922077f73bebf32ab73a9cd3a8479362a5f2d8e475471de57cb02c5aac89d4b1be609ad11
EBUILD pyxeoma-1.4.2.ebuild 512 BLAKE2B 4b67d637e77bff741aa29782a8bb1e4c2332f2e3746e1556e2d3bc3e27250f7610a5cc961536adde72053608652baaccf2e7e645be8c6467d157151792f200c0 SHA512 5bce1c4744fc2e39464dc68c894cb32ac69524deb5b4cecbd9452e96974d4ef372dceb3f28ceb6a80c463d55e9dd390c834a9d11f618d566463038f0e6b07b75
MISC metadata.xml 512 BLAKE2B c63ec4c3fcd57438788168b6feac7ca06178d6738c43de4231d6dd5246bef31cc7ced1f828e5965478aec2b45af8e25f843e6c98351e651decf5b41dc101ff73 SHA512 ea1506c2e494dff994b2af44d78c5d11f8958184a9e8e432c724222df134c9a304113371297f00a3b568f29479627f017f4ea9bb01191ccada5709ace3f55316

View File

@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,20 @@
# 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="Python wrapper for Xeoma web server API"
HOMEPAGE="https://github.com/jeradM/pyxeoma https://pypi.org/project/pyxeoma/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest