dev-python/soco: drop 0.30.0, add 0.30.3
Closes: #3306 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7e8d1c0589
commit
3cdfd90bd5
@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
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.
|
||||
There are 1814 Ebuilds in total, 1803 of them have in total 1822 (42 different) licenses assigned.
|
||||
There are 1815 Ebuilds in total, 1804 of them have in total 1823 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1039|
|
||||
|MIT|1040|
|
||||
|Apache-2.0|397|
|
||||
|GPL-3|110|
|
||||
|BSD|106|
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST soco-0.30.0.tar.gz 731715 BLAKE2B 1878184617062c6403d127fdf7791e657b881dc5c7a3c4651eb364947863b7d3b8e85f28f9b6a0041a21097b0c793429430879d9a6c42ed0f5c6ace1c09cb161 SHA512 bcdb7364d5413cca840445f7e3d41dfdafdfe11fc7a7f10385ae8cdd730f308962150b767e6620c8ece1bb62c8d38ffc62bcc9dbe154b5ee7367d91fb6916602
|
||||
DIST soco-0.30.2.tar.gz 732300 BLAKE2B c4346126289407eec43909929c8bd20122df972413616f6d0214ed46288dcf72599d59e122232441f46e6ed9c349ffd9dfc11164c159cc99956289e9201aa62e SHA512 4db68d325f86fa526ea271d6121ab742c1813577aec2601a3ba6fc0c6a56e19dd869932cde6f6b2b35438373d4fd2d8217d8a991c7ddc0faacb52d6f8289fef2
|
||||
EBUILD soco-0.30.0.ebuild 854 BLAKE2B 58208915159df1370a381dd0cb83ae33075d5cdf7b682bd388fc8d34c5c772f4ef12dd8d8fb09782c71f4f45eb96f1b7190ead0c7bbf992469a8569197c08fd2 SHA512 0d61f17ebd80918325f00649be67acaab1b865f564a0ef8f9d3c7c9f34803332b06e853472846186f20d959f15d5c711145ed8ce43d4240943daee97fd7a1d80
|
||||
EBUILD soco-0.30.2.ebuild 816 BLAKE2B fb5b0cebd9690bb4d539be52379e8d3d5911ba39f384b7f26f9608eb91d4191ddd19f2fa1b25536c0bda3eee7e0fcbd81fd3cbfe99c2284ba045c35693b6f572 SHA512 ecd058e66fefa22c43214178acc8f10daf48f8f927758497c0036df5eaac85095b7a5b5c338165c8b78fa5a8d047ab00a7ca87732be5c3fa6c2ebc826b4b3040
|
||||
DIST soco-0.30.3.tar.gz 732295 BLAKE2B 173c1f062fb11c1511067d8743f97caa9b49e7b57caac30b946c2e83349c65ed077c41d86c66e320f1910b523afb5609e7dcba2a579364475f2e695bb7897767 SHA512 0f9c76d52d7a5407f4e56ff56e20b8f5ec1272ffda9bfecd2f62424e012cd99532af8ee031ea74753f9e2c2774dc7f597d15f252e611d1533d933a5878ed0d22
|
||||
EBUILD soco-0.30.2.ebuild 816 BLAKE2B f8bf21bc8bb33f7dc0511bca0e9f4bd4912a65a73e06f35c4edcf89030e4c3616204b7b08c35ff6a79517935c3654ebee1bcc8effefd25d5885f057be4282185 SHA512 70f66c923ac810c7d1e5144ef3d895a52b66387a7d5700b3f60e8a58780e6885f23347649315f66d82b17504e1cb86d4825a493f289208f016dd0ba343660aa5
|
||||
EBUILD soco-0.30.3.ebuild 816 BLAKE2B f8bf21bc8bb33f7dc0511bca0e9f4bd4912a65a73e06f35c4edcf89030e4c3616204b7b08c35ff6a79517935c3654ebee1bcc8effefd25d5885f057be4282185 SHA512 70f66c923ac810c7d1e5144ef3d895a52b66387a7d5700b3f60e8a58780e6885f23347649315f66d82b17504e1cb86d4825a493f289208f016dd0ba343660aa5
|
||||
MISC metadata.xml 509 BLAKE2B 2269bc507613244d3a8674b1d2e7515418034f8355cdbaf9a2b58e7b9b67df96ff6ff70bd02702de9c793e52cecb3f9c31577235a2ebb321a83a191cf75b3511 SHA512 d33e9941733325b33d4323ac92f393af8a4b47c01931513279f35da3dac18e87599e4d2457d57bdf39668f7621e57aaa19b349e328beda2a9ad2bf7079db3e2f
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
@ -25,7 +25,6 @@ RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/requests-mock[${PYTHON_USEDEP}]
|
||||
)"
|
Loading…
x
Reference in New Issue
Block a user