dev-python/aresponses: add 3.0.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
829ca5e3d2
commit
d53bac295e
@ -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 1990 Ebuilds in total, 1979 of them have in total 2004 (42 different) licenses assigned.
|
||||
There are 1991 Ebuilds in total, 1980 of them have in total 2005 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1151|
|
||||
|MIT|1152|
|
||||
|Apache-2.0|443|
|
||||
|GPL-3|117|
|
||||
|BSD|112|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST aresponses-2.1.6.tar.gz 10415 BLAKE2B b483e51749e206304a1560652ccda96b27bccd6a5673917e839210250dc6264738425efea607562ca9e106527251d4b51b905d24b4d0d24cb2029a4fd1987bee SHA512 f829a9e9b5f44895f53a44813ec374f9945b4f9768597c2428b577106cd70c8640d28da19867d74487745207860b3db0fc099d9b1a004683c420daa7fcfb4e4b
|
||||
EBUILD aresponses-2.1.6.ebuild 732 BLAKE2B d9e2c0a05239256c48aa0e7c5502195f4b8f79f4a5cbd8975bcc35730fcab2d92c6ef05d7c8f48d5a540eea7d75ec923feb517bd9cbb2d10376452c77950191e SHA512 a44cdfef14a09512cc9f0eea0629db46d8ba457f33d19b0c1640baf355711eff81ef93c94c7231a7791235d93c894370e890460fe7033d17d23823b7c34f6fcf
|
||||
MISC metadata.xml 534 BLAKE2B 18849ab0c3082b4f7a49c471552d9c64cc1352a4b3cde89643a3f27ba7cd9cf3f0bbf179dea781b0e27f5043568e8c6311f1a2d4a111af09412218a9473b1613 SHA512 4876a0e973ce2641d027b69f21f61f9957d1d9fc75319b8038d53bf392a59145ffea42164482050871565ce5b40c18eecb808accfc5702728fd9bc00733e1d35
|
||||
DIST aresponses-3.0.0.tar.gz 14796 BLAKE2B 1f4a628b04e15cd1dccbe1fe935f1ab123019fef887fd660c20baf86cedb3c79d99f6d37b2df4c952472a4511ee26dfaa9ac75c73732ebd60f8715ed6d353581 SHA512 bdb4011429c608d97fe802a932dbef4322824a81160e8bdc3a73d926171949ef09e01c58df908be686242bfcc8dd0fb3178234465354744fba714d047ee401f1
|
||||
EBUILD aresponses-2.1.6.ebuild 732 BLAKE2B e7de37e7da3adb918064743ed0dfa71906d5a2e504aeb6ab021ec6fddf8f6b1f1fefe5a75dc9a552e220d3867de4f1ddc8f64493796c3896eb906ce059da8e1f SHA512 8808fca26d3d1c96886975a6a25a92b7fb18f3c699cfe92457f9b87fb93c68bf08e0f72b6e3464f014857cdeb819f696772c3c72462af6e698c91973eaf5ed33
|
||||
EBUILD aresponses-3.0.0.ebuild 630 BLAKE2B 5e2268a7435907de8e6fe1b38d19b529b6e0bc18d467e7f7769e7b7b2f4a305b914297af36daf6c23f2d8fe01ecab476cc16752f4bf78a2e8a4bb76ecb46240f SHA512 6d4d0d94650e45516fe78f88290016a27d133deccd08624a19eca6fef4de720f1aab5bbccec86554597be8892165ab4e80b09bf2d4286dec7b4c58d9dabad43e
|
||||
MISC metadata.xml 526 BLAKE2B 8c41879c6c728014a76e0108fd9185b3c157fa99ce02384c5dfeeeb07b4df4aebe5edc7ed483610abc797b385f0cf8689d1472261afc9fba595c79468ab88b47 SHA512 901ed07f05343f9c36055208482646ff2c5382fd704308aa19a543d140b0930713da73a92e70e333eb683206d72b1ceeda6494f4ab182715d40e6381912861d6
|
||||
|
@ -1,9 +1,9 @@
|
||||
# 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
|
||||
DESCRIPTION="Asyncio response mocking. Similar to the responses library used for 'requests'"
|
||||
|
23
dev-python/aresponses/aresponses-3.0.0.ebuild
Normal file
23
dev-python/aresponses/aresponses-3.0.0.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# 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="Asyncio response mocking. Similar to the responses library used for 'requests'"
|
||||
HOMEPAGE="https://github.com/circleup/aresponses https://pypi.org/project/aresponses/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.0[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -7,10 +7,10 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">aresponses</remote-id>
|
||||
<remote-id type="github">circleup/aresponses</remote-id>
|
||||
<remote-id type="github">aresponses/aresponses</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>aresponses@brycedrennan.com</email>
|
||||
<name>Bryce Drennan, CircleUp</name>
|
||||
<name>Bryce Drennan</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user