diff --git a/README.md b/README.md index ade787c78..5ea3bc789 100644 --- a/README.md +++ b/README.md @@ -523,11 +523,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 1861 Ebuilds in total, 1854 of them have in total 1866 (35 different) licenses assigned. +There are 1862 Ebuilds in total, 1855 of them have in total 1867 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1129| +|MIT|1130| |Apache-2.0|341| |GPL-3|114| |BSD|106| diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest index d9084d15b..d0400418e 100644 --- a/dev-python/geopy/Manifest +++ b/dev-python/geopy/Manifest @@ -1,5 +1,5 @@ DIST geopy-2.1.0.tar.gz 107778 BLAKE2B a508a84ef569ffb4cb40acef685a42a8658f5a8ca942d5265a708dcc98f1c7075c0f6bb00b7277a0f62b7a4678597028582804f536dc96d1a94ea2ba3e62f1a9 SHA512 1873686748e1957d9717dc3b980d617ff838aeaf327bbbecfb766d17bc5ba21f6a24ac90c504541586040acd1b33d3bcfab636665a324084a6d70b6bc6be8e4a -DIST geopy-2.2.0.tar.gz 115644 BLAKE2B 6c4e9571012e3f55ef03759527f5171e0c631951ae923b9c88968d64dca1fc10fe0b584bf7eb825a4ff21357fbc15fbc10be4d63acace675dc60afaa9f42b9a8 SHA512 26f33680d23445aecfa9cb1546007c74332adbf6d7510575941ef948391b8530c45eba28088d9ae781a8af63de8fa57f6f20e46be9d87a9621a242df83a51ff9 -EBUILD geopy-2.1.0.ebuild 824 BLAKE2B 9d829165df4ca3404789ebda3d1711d1176926b5049129c525f770e22b472be4ad76b869704fd42281c6154604dad4b3e7e3046733f5a61e45d58a818c80aa77 SHA512 0a5565b8cf920b85833a3371dbb9c09aab63a0a163d5892d977884a0f8a978c95cb1b18ecd19ef016638dc340ac8cd97693c4909c6aab375f62041d960fa3da6 -EBUILD geopy-2.2.0.ebuild 822 BLAKE2B 7473452bc4c7ab410e559780c1d2902f56b6089249609c2ade6cf78849280020f2f97e8a99dc0c2d4b331c69786efe017925254136176bf279bd963654cfd950 SHA512 f8cd6295c56017c58452214e1977a0dd99ecf494d7ccb7e3f876b53e45e073419285885af4cd7ac3104119826195c5d7f4fdaf13626cc7d1e51969c1bbc82658 +DIST geopy-2.2.0.tar.gz 289811 BLAKE2B f876a867a19e5178eba1fa6b7389159e820fc6a9c9a6ac4beb807e2b1b121612a526b5f7290d5fd6db3e259cbd03a86695775d4cad39662126d5f5b7194b19bd SHA512 78b6c2e4726dd50ad97e3425a0459b4611eed54c06c16a2b397db9c3fd9878d76f9eba26ce353908315fea469a76b4044401f5ba37aab3752e9649fd35db16cd +EBUILD geopy-2.1.0.ebuild 798 BLAKE2B 45cccfc3ee5a69c75d97ed731ffd5d1a7c5bcbceccfc7385391bd58d9c64da44176fa37aa643439b4e417267cf9e004c7b31ddd7b56f05ae65384cfa94a3ba35 SHA512 1ee05aedaaa1b974450b5c2851ce6ce148b18fc21ff0ccc8d8a4fc0266548fb11029a5798295914d762241039de63d94d2e6bd884648ba79010ef1a4bdcc6e3c +EBUILD geopy-2.2.0.ebuild 798 BLAKE2B 1588b29bddcbf41b356485b7656be9503a346e8ffc3544a71ffe84d4175ed5efc23e9f29beabf4b768d02174b9d4c01bca1d25489e44a58a58b8d28db12f5293 SHA512 f0afbf00416edefb20a67ff806d309a31086abd7917a98fe207d0f2d02adae23c0d5835f5c59ff91b492db7a42762536c4d42728ad4f99cc99e64b10e7770ea9 MISC metadata.xml 449 BLAKE2B dafff0aa78f14e7fda69991dd573ae4b293af8a3ce9f846f01f95618dd18f286b6e37605b1425d812825cd8861dd9ab75d3ce5f12a7e71ac6769a1d3f82358c9 SHA512 af7b5f15f30d494423a32a6129aed8c29f3606b2f4002abc4503c444fd2016731608c61adeecd6aa362213ede74d2f92ebfeba5a2da3b5ceae8a5aa2d2f16d21 diff --git a/dev-python/geopy/geopy-2.1.0.ebuild b/dev-python/geopy/geopy-2.1.0.ebuild index 99b0ced1c..1ce365de0 100644 --- a/dev-python/geopy/geopy-2.1.0.ebuild +++ b/dev-python/geopy/geopy-2.1.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 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="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux" +KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-python/geopy/geopy-2.2.0.ebuild b/dev-python/geopy/geopy-2.2.0.ebuild index 6155af92e..d6305b8fc 100644 --- a/dev-python/geopy/geopy-2.2.0.ebuild +++ b/dev-python/geopy/geopy-2.2.0.ebuild @@ -3,7 +3,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="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux" +KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )"