dev-python/*: rename zeroconf (1488b1f700)

This commit is contained in:
Andreas Billmeier 2022-10-27 23:59:46 +02:00 committed by Andreas Billmeier
parent 5a091d41ee
commit 60a561b096
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
6 changed files with 20 additions and 17 deletions

View File

@ -587,9 +587,9 @@ There are 1449 Ebuilds in total, 1442 of them have in total 1451 (34 different)
|CC0-1.0|1|
|GPL-2+|1|
(Last counted: 21/10/2022)
(Last counted: 27/10/2022)
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
A big thanks goes to Iris for reviewing this README.
Last updated: 21/10/2022
Last updated: 27/10/2022

View File

@ -0,0 +1,3 @@
DIST python-zeroconf-0.38.7.gh.tar.gz 134866 BLAKE2B 060ffdc45d4ec8092cd278b99a74561fd1ea06aba3cdecadbd35c1c5e3f608befe3ced18009d8d64c5b37388ee57900b4b00a44c90d87923f259e798da5bb962 SHA512 a0ab90f30b843bc889daf95eab6d806a5e3fb4ffe5e3857c435f14a85de7b659b8386159f6428f05a34f2e3010f4582f7d3a55bbd6e6ede0008247821f666707
EBUILD python-zeroconf-0.38.7.ebuild 1417 BLAKE2B 1d9d3c3806b0a9eab051ca6949490ddb5f8d3564fa70410cbc364303d2ded7a03af63133fbc958129ec133e6d0a18bc0919e5f69a69913b24a19cc5d250f8c24 SHA512 f0cdf656eca561ba59804b72cfce5657f4f4af91421b150ab0b7a4256e3b978749c75cfa62e5f157eb4ef30d0dedecd6cb9d9729572ecd2ca9f6a026d8dd9a35
MISC metadata.xml 413 BLAKE2B f93eceda07029400d2fd7ab38f234e5a1747e3d86f228adc973bbd6cdc71456778a7d926457f976cb2c6f55678b2c671d2415e5c7a480306582f1e70f6f733dc SHA512 d228e198b2f495dd02cd3d9d948aae123461c70c8e0185a47b133000f0316a84ff33d9b6f4cc0196bca5cf638e53ae58a3cd746338c33729d957a1170a5f08dd

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">zeroconf</remote-id>
<remote-id type="github">jstasiak/python-zeroconf</remote-id>
</upstream>
</pkgmetadata>

View File

@ -22,10 +22,11 @@ S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
RDEPEND="
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]
"
BDEPEND="
test? (

View File

@ -1,3 +0,0 @@
DIST python-zeroconf-0.38.7.gh.tar.gz 134866 BLAKE2B 060ffdc45d4ec8092cd278b99a74561fd1ea06aba3cdecadbd35c1c5e3f608befe3ced18009d8d64c5b37388ee57900b4b00a44c90d87923f259e798da5bb962 SHA512 a0ab90f30b843bc889daf95eab6d806a5e3fb4ffe5e3857c435f14a85de7b659b8386159f6428f05a34f2e3010f4582f7d3a55bbd6e6ede0008247821f666707
EBUILD zeroconf-0.38.7.ebuild 1339 BLAKE2B d208fbf83688901d8ae7bd8c8cd57cdf5b1ec29ecb3bba51604461d40f1a588f92e3c46201978f99f96e7f1f757264197c77cba268143e50bceb2a3e384b3284 SHA512 808b40944480c4b5a589d269d9c870795ea6f71029d479976182ac09a95706a89d5d15553d2931d4f950dba2ca0cc6a26ed4d3c37d382fee4e58f8048d088bdb
MISC metadata.xml 327 BLAKE2B 0d2f604b068186fa699f6570006edc7fa242b944e713a9f87fda645f895667fe99c227e0c0ae5e82ebe679ff0848c3f19a99f04e8301b9709935c520c33161ab SHA512 0aa133094e6794833240092243f44fb4ca6ba45c56c022ac74a8723d7740f3e62cd64dcfe869e9ed5143c1a3183ad6d0d14c9129b87fec7d8954e3b560539692

View File

@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">zeroconf</remote-id>
</upstream>
</pkgmetadata>