Skip to content

Commit 068d18f

Browse files
committed
dev-python/renault-api: drop 0.2.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 8ecf4db commit 068d18f

File tree

4 files changed

+5
-45
lines changed

4 files changed

+5
-45
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 1815 Ebuilds in total, 1804 of them have in total 1824 (42 different) licenses assigned.
620+
There are 1812 Ebuilds in total, 1801 of them have in total 1821 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1028|
624+
|MIT|1025|
625625
|Apache-2.0|405|
626626
|GPL-3|117|
627627
|BSD|105|

dev-python/renault-api/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST renault_api-0.2.0.tar.gz 35480 BLAKE2B 94edf525e96f3787c080cb41c206efc254e12f425b3a229a1486c7658af60da007d72503af42495c5bbcbcbdc463113e3bc9dc27787b38180293413c4a0e1ea6 SHA512 d9e51f996df9c0555152d9904edeecbf0d409747d2fcf12cb8f7eefc7d62fb02fecb6d0f8dd15aaaa0df3e3bf78e8c9951f79b1b75392d28f383359fbe5ed4c3
21
DIST renault_api-0.2.1.tar.gz 35516 BLAKE2B 063592462c8db031ed6d356498d5c73291f1a2efe788999881b2349fecba2418b9d2b9ca6196f552e3c0b4b386f6b78097685a520e20344b74334be557946fde SHA512 20dc6bf5f86960a6075a0cf5e5be0ed865a8102af9614d1729e3e96133b32046d0543eaee968e1c99a7e781a564444efacf54cdf47066fb5aa95323bd077754a
3-
EBUILD renault-api-0.2.0.ebuild 945 BLAKE2B 11dc57b40c7e3432e78f3d05c05952ba9d1e0ad44e2e796c745d7e7a19ec262056bdabb857b35dd054452cefe14550bd4fe0f71f20979e2f54c66e5497f57ba6 SHA512 0e8f07ecb591f0e63b0ca20335c14d36b15d925bc2965a7096b8e476019db89e3e4ed83b31d467e253711207fb8a09733b8329d3ee9dd28fd0f0b54c673b08cb
4-
EBUILD renault-api-0.2.1.ebuild 904 BLAKE2B 5404195db0c161fb3f13b0ebb517bcc3cb8fe5a636a76e41c4e8fbef437b3cf627b4a287276fb062f6c7c26d2c89c899a417bfdd9cf2eb9906bc1cefafdce5e0 SHA512 1b56c98ba5e502644f7b5342a5ab9f1ce0b8d943cd8549b38d62228b9be87a19375538c468a8e09fbbcfc7ccc6a98e82110d4c91745a39b45162e4b06237bc86
2+
EBUILD renault-api-0.2.1.ebuild 904 BLAKE2B 1c64198896689a4b9ed80e0210d44f92a45bc0a67b91c44bfa0bc98ac553257f9a7fff759aa5c30fc056f09633c0685e19718d0c5ce915ffc0e420d048f9520a SHA512 dc786be4d8da30ee8c804db65ed4e60f4c23058da03cd996cccd25f3302c01b9031e47aced1c8c1ae31dc07bca618e16238c3441f9e89c1939ee7f1d3ea6ec8c
53
MISC metadata.xml 391 BLAKE2B 8a8a03867f865fcaa11d8249a040fba43a48688864779377895ff28ae6909f31bad9307b92e7c1d97ca13943823c4beb689dc832351e1efae02b3d3bc004345f SHA512 14ef62329f6a6684ec1fee6c69114a2c98e4d1a2cb4e0f8ac16985848f5c554032fe2225614ee5cad80a284e7d35f24df61391f20d5ea639a5ec6e3c062e6158

dev-python/renault-api/renault-api-0.2.0.ebuild

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

dev-python/renault-api/renault-api-0.2.1.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)