Skip to content

Commit d53bac2

Browse files
committed
dev-python/aresponses: add 3.0.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 829ca5e commit d53bac2

File tree

5 files changed

+33
-8
lines changed

5 files changed

+33
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1990 Ebuilds in total, 1979 of them have in total 2004 (42 different) licenses assigned.
609+
There are 1991 Ebuilds in total, 1980 of them have in total 2005 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1151|
613+
|MIT|1152|
614614
|Apache-2.0|443|
615615
|GPL-3|117|
616616
|BSD|112|

dev-python/aresponses/Manifest

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST aresponses-2.1.6.tar.gz 10415 BLAKE2B b483e51749e206304a1560652ccda96b27bccd6a5673917e839210250dc6264738425efea607562ca9e106527251d4b51b905d24b4d0d24cb2029a4fd1987bee SHA512 f829a9e9b5f44895f53a44813ec374f9945b4f9768597c2428b577106cd70c8640d28da19867d74487745207860b3db0fc099d9b1a004683c420daa7fcfb4e4b
2-
EBUILD aresponses-2.1.6.ebuild 732 BLAKE2B d9e2c0a05239256c48aa0e7c5502195f4b8f79f4a5cbd8975bcc35730fcab2d92c6ef05d7c8f48d5a540eea7d75ec923feb517bd9cbb2d10376452c77950191e SHA512 a44cdfef14a09512cc9f0eea0629db46d8ba457f33d19b0c1640baf355711eff81ef93c94c7231a7791235d93c894370e890460fe7033d17d23823b7c34f6fcf
3-
MISC metadata.xml 534 BLAKE2B 18849ab0c3082b4f7a49c471552d9c64cc1352a4b3cde89643a3f27ba7cd9cf3f0bbf179dea781b0e27f5043568e8c6311f1a2d4a111af09412218a9473b1613 SHA512 4876a0e973ce2641d027b69f21f61f9957d1d9fc75319b8038d53bf392a59145ffea42164482050871565ce5b40c18eecb808accfc5702728fd9bc00733e1d35
2+
DIST aresponses-3.0.0.tar.gz 14796 BLAKE2B 1f4a628b04e15cd1dccbe1fe935f1ab123019fef887fd660c20baf86cedb3c79d99f6d37b2df4c952472a4511ee26dfaa9ac75c73732ebd60f8715ed6d353581 SHA512 bdb4011429c608d97fe802a932dbef4322824a81160e8bdc3a73d926171949ef09e01c58df908be686242bfcc8dd0fb3178234465354744fba714d047ee401f1
3+
EBUILD aresponses-2.1.6.ebuild 732 BLAKE2B e7de37e7da3adb918064743ed0dfa71906d5a2e504aeb6ab021ec6fddf8f6b1f1fefe5a75dc9a552e220d3867de4f1ddc8f64493796c3896eb906ce059da8e1f SHA512 8808fca26d3d1c96886975a6a25a92b7fb18f3c699cfe92457f9b87fb93c68bf08e0f72b6e3464f014857cdeb819f696772c3c72462af6e698c91973eaf5ed33
4+
EBUILD aresponses-3.0.0.ebuild 630 BLAKE2B 5e2268a7435907de8e6fe1b38d19b529b6e0bc18d467e7f7769e7b7b2f4a305b914297af36daf6c23f2d8fe01ecab476cc16752f4bf78a2e8a4bb76ecb46240f SHA512 6d4d0d94650e45516fe78f88290016a27d133deccd08624a19eca6fef4de720f1aab5bbccec86554597be8892165ab4e80b09bf2d4286dec7b4c58d9dabad43e
5+
MISC metadata.xml 526 BLAKE2B 8c41879c6c728014a76e0108fd9185b3c157fa99ce02384c5dfeeeb07b4df4aebe5edc7ed483610abc797b385f0cf8689d1472261afc9fba595c79468ab88b47 SHA512 901ed07f05343f9c36055208482646ff2c5382fd704308aa19a543d140b0930713da73a92e70e333eb683206d72b1ceeda6494f4ab182715d40e6381912861d6

dev-python/aresponses/aresponses-2.1.6.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99
DESCRIPTION="Asyncio response mocking. Similar to the responses library used for 'requests'"
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="Asyncio response mocking. Similar to the responses library used for 'requests'"
10+
HOMEPAGE="https://github.com/circleup/aresponses https://pypi.org/project/aresponses/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
20+
RDEPEND=">=dev-python/aiohttp-3.7.0[${PYTHON_USEDEP}]
21+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

dev-python/aresponses/metadata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</maintainer>
88
<upstream>
99
<remote-id type="pypi">aresponses</remote-id>
10-
<remote-id type="github">circleup/aresponses</remote-id>
10+
<remote-id type="github">aresponses/aresponses</remote-id>
1111
<maintainer status="unknown">
1212
<email>[email protected]</email>
13-
<name>Bryce Drennan, CircleUp</name>
13+
<name>Bryce Drennan</name>
1414
</maintainer>
1515
</upstream>
1616
</pkgmetadata>

0 commit comments

Comments
 (0)