Skip to content

Commit 5692454

Browse files
committed
dev-python/pyvlx: drop 0.2.20
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent c56c90d commit 5692454

File tree

4 files changed

+4
-36
lines changed

4 files changed

+4
-36
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 1823 Ebuilds in total, 1812 of them have in total 1832 (42 different) licenses assigned.
620+
There are 1820 Ebuilds in total, 1809 of them have in total 1829 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1034|
624+
|MIT|1031|
625625
|Apache-2.0|406|
626626
|GPL-3|118|
627627
|BSD|105|

dev-python/pyvlx/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST pyvlx-0.2.20.tar.gz 42781 BLAKE2B 2f989cd8524329b4a79f34c687511a4a2771969c377d20336ff0fe41fb8b3c0b17a2de8bb5ae13971bf4a6916e7eb899ea09f51e0b95c920489e1c6c91b7a346 SHA512 5c07c274749b5dbfa21f03e60da615fba8e03ef2c529b9c9b6f41a83a572d3fdcdb865c751aa89e0f1154a059cfe797f4fb9f3072221db3b61880f8e01e108c3
21
DIST pyvlx-0.2.21.tar.gz 72407 BLAKE2B 6eee52aa80d4658c9a879f93b5424420b4d2f702dc03c2220a9cc6b6afa8773fb77ed0a594687973bc3e744a1efe84f1ac2f51b6cfd0e7d31bce8ea3eb354b3f SHA512 ed8f5bf572c1aef20ad5d6e26126680cd13b04829008d505fdeec909040a020fc8c5135e0b9922e07fd1b1f1a9382ea2eeb29374ed63c3b80139863addd4eb80
3-
EBUILD pyvlx-0.2.20.ebuild 709 BLAKE2B 5f07ec2fcc0f138d0183c246200e35b164f38ae58c544bf91a56eb593b9e509ae81f365ef22ab4950bf59f82a2ea19aa504cf8d5bda9fbbd8079da3e168a7968 SHA512 b61bae8579a964e594276ee95dce2e3535a51a69ccdb6055421ff089d610c88450f26322370f50f1779b8b024c3a7dc53f14a4faded0354faf69fd66b9e24a21
4-
EBUILD pyvlx-0.2.21.ebuild 739 BLAKE2B 9975567cc0e410d6f2593c713c664fe84f07a3878e2da9f5d84309a78c3a0f22bd10173d6006655ff874094dfd7086eff5fd8d3b705b4d2691eab32552f69157 SHA512 2364aa4bd7b342ed58dcc86f045c3ab57d6ea1e3bdb686b9a63cfa468d1a57bbe7be4e7d9225938dc69a49a2ce295b4ccbc386d2a08400bb7317f23ac18412a0
2+
EBUILD pyvlx-0.2.21.ebuild 739 BLAKE2B 1558241d47b54a46b5334905ae383012bd3bded2d37f1fe3f01913c6e2774dc8c82d5b8147fba95a79b42c260a0aebc542b73688eb213859fd71523e7eb7b06a SHA512 772cbc9a194b264854eac98bddc73581fd6299ecd53e019e2027f95d76dd710831c1e04c16976130aaf8bc2e46b0731b680f8063447490bb7ea8f53473d2d1aa
53
MISC metadata.xml 514 BLAKE2B 0e52e1c03688a49469e309e05cbbe1576889509b1dd492d1db82660005dc822770f226bd9e0aecf43567a1552df9b8566951756481743f8257055209f38afad4 SHA512 2746d8b434f3646007764b54b0be3b9bb7926ea3e3ece798c9c20cccc6a603d21e67c50cbebbbd60206f13f31c9541c6514c4ad37ded313be0e52e663147de13

dev-python/pyvlx/pyvlx-0.2.20.ebuild

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

dev-python/pyvlx/pyvlx-0.2.21.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
PYTHON_COMPAT=( python3_{10..12} )
5+
PYTHON_COMPAT=( python3_{11..12} )
66
DISTUTILS_USE_PEP517=setuptools
77
inherit distutils-r1 pypi
88

0 commit comments

Comments
 (0)