Skip to content

Commit bfbe55c

Browse files
committed
dev-python/python-vlc: drop 1.1.2
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 5e11e44 commit bfbe55c

File tree

4 files changed

+7
-36
lines changed

4 files changed

+7
-36
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -617,17 +617,17 @@ 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 1833 Ebuilds in total, 1822 of them have in total 1842 (42 different) licenses assigned.
620+
There are 1828 Ebuilds in total, 1817 of them have in total 1837 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1038|
625-
|Apache-2.0|410|
626-
|GPL-3|119|
624+
|MIT|1036|
625+
|Apache-2.0|409|
626+
|GPL-3|118|
627627
|BSD|105|
628628
|LGPL-3|25|
629629
|GPL-2|21|
630-
|LGPL-3+|15|
630+
|LGPL-3+|14|
631631
|BSD-2|13|
632632
|all-rights-reserved|13|
633633
|GPL-3+|13|

dev-python/python-vlc/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST python-vlc-1.1.2.tar.gz 201191 BLAKE2B 9676503479fb68564a627ffb7a019e07eb8ed512467d68d19942b44fd61e3d77104942e857004b0e3265fa3e66695ac8955af2679265f3a94bcd099971d18b6e SHA512 bcddaa39e7ec3eaa649209ca34c14c06f5613c2205fdf9df4752553458913b373e5f74db01a53500ba30ec95520dc6df54752d1ef2d64b4aa42844eca56bb8d6
21
DIST python-vlc-3.0.18122.tar.gz 152762 BLAKE2B 311d3e450160db5fa7ec2cbf078382a8cb1c4a73a42aba7aa47dcfdeb09f1be26ace94d8dd2cd49d4c300dd8a74fcb1bea93a9b7f913e31d5240f3eab0249601 SHA512 f9233cba21ad986486d088c70c721d79847858762a10519bb19f69e2dbe4de9899304080742cc6bac3a53f7489152c38a432cff3fed516ece7e2b5d3136fc0a6
3-
EBUILD python-vlc-1.1.2.ebuild 557 BLAKE2B feea5107766df5af32a8945f06b10881af431b5aa98f229659f6f430ad966a370e8b236dbbcb985436eebe4fdc9150b9c1fe959d14289be7477a89224388caf8 SHA512 c50189e37d41442b86ea439988df94786c2ff401bf45d3b0d7773dd02da757c02017163f50999ca814b6cea54ec0d6c28098291ce0db0207f405fa3ebdcc274f
4-
EBUILD python-vlc-3.0.18122.ebuild 485 BLAKE2B e8adf1ccd8edd1e921f8b7532e5789ad502a1c3fbf94f28b1b8eddb2b3e6e025c189c818c83c5b89b8184f449e5c1374b438160a4aaf83f92b9f20fa5978d7ad SHA512 bb7fbcf8e718ba1af416253c60e9a3368ea777fce0469421e2a84bcdf3896cb032bcad9da8c812d20b1713d12378b5bbf34a98850c3b085ab4e7ac303275bcbe
2+
EBUILD python-vlc-3.0.18122.ebuild 485 BLAKE2B bd39c637d330eac88ba695fecbbfcbe6301240857d9146adaa5ab2eda066d314afcf09b7924cce8a558c57e511eb8f5dd9919fefbed7d1ed54e78b8abcd3b269 SHA512 5791a7ec3b44fcc8324710b80412c7211bbdbd82805de142164c74f21f8f65e3c9688c6d9a1c58b55646cd872e855bf5cfc62e63dbfe33c92ba89261c19e8093
53
MISC metadata.xml 462 BLAKE2B b3812e01703dbbe49fe2f6f101401dbb20c4943cee663d3202ab146dab85857c49fe4d66008b4182a1996fda5d0b1a1b7e5923da91463485a67bda89089db8b3 SHA512 f82d6002c8b41ebcc9895c0a45967ea1eba37197a3c00c67a392076f41b6a795143da5cfd3c4ea41fa313f1cd6c81e2e55dd6090513d9db9eea459fa451b241b

dev-python/python-vlc/python-vlc-1.1.2.ebuild

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

dev-python/python-vlc/python-vlc-3.0.18122.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi

0 commit comments

Comments
 (0)