diff --git a/README.md b/README.md index 5cbd51631..9851c6b67 100644 --- a/README.md +++ b/README.md @@ -538,11 +538,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 1695 Ebuilds in total, 1688 of them have in total 1700 (35 different) licenses assigned. +There are 1694 Ebuilds in total, 1687 of them have in total 1699 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1018| +|MIT|1017| |Apache-2.0|326| |GPL-3|100| |BSD|96| diff --git a/dev-python/requests-oauth/Manifest b/dev-python/requests-oauth/Manifest index c88aac2dd..0c9e87c07 100644 --- a/dev-python/requests-oauth/Manifest +++ b/dev-python/requests-oauth/Manifest @@ -1,3 +1,3 @@ DIST requests-oauth-0.4.1.tar.gz 9955 BLAKE2B a12e5b771a3bee1bd5c69ba82d20d145bf541d55386dbb89393ebc86bc17003c45aa4e9760e530231936af3dfd61b08ee73a31e69e68d5cd311e638d56794135 SHA512 c5cb23d1cc10a16773afd078e92b8eeb2174381c86dfa253ea7671fdf1955d9e59cbe91e05a218549ad8f3bf9924e6eb8df4813144a97679d0104a31987f01cc -EBUILD requests-oauth-0.4.1.ebuild 952 BLAKE2B dcc83f605fb74716a94c638bf6cb1eb4c09af06895c3ea5cd59826970f69a84aa38d7d5ec9c5e2048f6fac1222b1853045c178359a205e582e7f81804f4f1179 SHA512 67b668dd490f1ba0bc2c85e68fc00896f0992d426e8b4e9ebb6a1caebef98293e1495333c34e832d402403442567e7b6f736d3b1737cd13607df7b5727e39aff +EBUILD requests-oauth-0.4.1.ebuild 957 BLAKE2B b2be16f84f7a66ce63d8ec25f1da9dc06a28fadd4bfdb2736a21ef8281b1c3e6e3d263494b13dd426af4da2d36b2805f88c85162a146651fca24dea725a3784d SHA512 fe3866d58e084cea846f7fc090833194d3655eae8e2b2c4c45f42f905a700a5d8d92c3ce9145c0414c3c89ffb93e9a38261b8da12f83f1e12a4f9b05bf2452e9 MISC metadata.xml 469 BLAKE2B cd9a69894201ebc522b8166b3702c25b1dd698c5811eade268f796232ff052fb192bbe529d712254933cdc555c23bef4231f5adcf3aae58ed2cc4fba73e75495 SHA512 c802e385081c818b8a56243cf811e411c0a02bc565480d6ed4e45e9a07da49ea7e2d111891135cf2b44d98874d6941530c7fdfde93b74176ae02beb263cf0c87 diff --git a/dev-python/requests-oauth/requests-oauth-0.4.1.ebuild b/dev-python/requests-oauth/requests-oauth-0.4.1.ebuild index 810003596..8e84921e2 100644 --- a/dev-python/requests-oauth/requests-oauth-0.4.1.ebuild +++ b/dev-python/requests-oauth/requests-oauth-0.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" @@ -35,3 +35,5 @@ python_test() { nosetests --verbose || die py.test -v -v || die } + +distutils_enable_tests pytest