Skip to content

Commit 6d65105

Browse files
committed
dev-python/apple_weatherkit: drop 1.0.4
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent ee44676 commit 6d65105

File tree

4 files changed

+5
-41
lines changed

4 files changed

+5
-41
lines changed

README.md

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

618618
## Licenses
619619
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.
620-
There are 1992 Ebuilds in total, 1981 of them have in total 2000 (42 different) licenses assigned.
620+
There are 1991 Ebuilds in total, 1980 of them have in total 1999 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1125|
624+
|MIT|1124|
625625
|Apache-2.0|455|
626626
|GPL-3|130|
627627
|BSD|112|

dev-python/apple_weatherkit/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST apple_weatherkit-1.0.4.tar.gz 3048 BLAKE2B 245f97bdfb3d8de3355a0a71228bf298d1c47de579fd941b1b2e83e7b0e15467b34dc49f449e3651d6332db8ca10149dd32b9e6141cdf22b26eb8b4d0cd33815 SHA512 7e907ee56d23020b0439424f9d60ca76a9aff2662d6b99ed162ff3481b2045e66e02323662069f5d123aee6b0d1ef5c05ee53df33e4eeaf786359dfb69afdb6b
21
DIST apple_weatherkit-1.1.2.tar.gz 3232 BLAKE2B a94fad2cec68ad035380603bcbb1176afc29ceb8d924809ed1c2d3b119d5936033a50edb0f5dec5e5342b3cfca50b1362f9315b64e01f0aae10b09a7a0c5b65b SHA512 74f1ef478686822d379a8ae6dab580f3d0b8719d6db992ed29d4be7266960b480804062f80117434c31130fa8fd070cccfd88dc17605dddd3de6765fa63f29e8
3-
EBUILD apple_weatherkit-1.0.4.ebuild 796 BLAKE2B 6eb58e5e6415025e1841299b87e48faf370ff2bac442504a2c22e76ea15c543fc9aa6e1ed6521e606089dacd137a1fb1c5ddd63468cf086b08df60d3b81a5fce SHA512 c93f237f92a946f4f20d4669da903a3eb82678b990bbc9e1bf1f8fe2bbe4be7175318c1e035cbfe6d2845be17d7bcd4b7cb55b46dcc08382fdbd7cdcadd4d26c
4-
EBUILD apple_weatherkit-1.1.2.ebuild 737 BLAKE2B 676954fdc1c5443aa221f0cebd327fa4d582e1514ff249c37cc848696bebc328fc400551ee900d016fa0954de4ff37024da67a42e3f1a484e1d2753d8f998d85 SHA512 6c15da2c917f93407927f32e1da5fde6e033a5d62437e8b31d5ff283ffc4408b529de682630d20b3f356dd95898cdae5192e022c9745918a66f4bfc4df91db91
2+
EBUILD apple_weatherkit-1.1.2.ebuild 737 BLAKE2B bee16086298ef2f4e1e48170d68251e58b3827bce5c81ff8278a8a4a462f99917da1fddab270325b7d3d1ef4137d6b86af1e471c97edca2cd3db510428fa655b SHA512 4a1853bf5cbf756290be355b01be927cb3c6d60168ef20c037d9dc8231027fc541cc3cbd46dc7767f57ddf4b52d0a06a19076d9bca98aec72ded56e565e432e5
53
MISC metadata.xml 521 BLAKE2B 1a6df805792383b9009c07de3d9f187e9aec8cd1496b4e2815fc315b114a234bd07b595e3db3bdc183c0c95f5eace33efcccfae6d564d0cbe4d7ee26964d9a2d SHA512 2327f0aaa6f41c9c7be3a345b4899d4425fa183ad179c3753d1ffbd27f4ba83ef89dbba1a658e38a10a582809e593010561783746063ea6fdbbda077feb775a0

dev-python/apple_weatherkit/apple_weatherkit-1.0.4.ebuild

Lines changed: 0 additions & 34 deletions
This file was deleted.

dev-python/apple_weatherkit/apple_weatherkit-1.1.2.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..12} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

0 commit comments

Comments
 (0)