pyspcwebgw-0.4.0 fix RequiredUseDefaults

This commit is contained in:
Andreas Billmeier 2022-03-19 12:58:24 +01:00 committed by Andreas Billmeier
parent 0afd0764ab
commit 8d47664a33
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
6 changed files with 62 additions and 8 deletions

View File

@ -496,12 +496,12 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1762 Ebuilds in total, 1754 of them have in total 1762 (35 different) licenses assigned.
There are 1763 Ebuilds in total, 1755 of them have in total 1763 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1066|
|Apache-2.0|319|
|Apache-2.0|320|
|GPL-3|105|
|BSD|103|
|LGPL-3|27|

View File

@ -0,0 +1,3 @@
DIST asynccmd-0.2.4.tar.gz 7043 BLAKE2B 8601223d083538e9458b88892e8f295ebfc7a60df141ee5e1563872de1bc8ccc724c1544daa8b76cfb86cb326514c23021c94e4326983b87900187fd540af348 SHA512 611f95945cdb3f8fbf308fe398026fe78cdfabb9b8180adc71cd9118ef0cc702c426cbc48b1e6c00bd928073eb814cbad6bdaa5a184c28d0d405819210e49366
EBUILD asynccmd-0.2.4.ebuild 725 BLAKE2B 0e1c0fd0999540c34ce1317d66c2c17cfe128856a092677b2ef6f9c8b659d76b77862c80dd2131f3838d6390cce14a535988b9aed05fce30fafc1fbd27365bc9 SHA512 bc4e8305741d98c55a68aa8de1454fdfdebe4aee0928c1ea4583901ca6698f9ba858bb412251fa58280a3d61fb8f6999a6b71bd892b1b943eeee71a028435b02
MISC metadata.xml 455 BLAKE2B b2aaf98faafb6f2c42936e8586d2d7480de38ec635f3bec17bda93dd16c1af1925990458ee1b4b3a803580cc2236824b9348455584be4d4064c419e40935c52e SHA512 26e27baebafc64c0ff6648be38ee3d818c1bcef2b71308e6280bef816a7377bae0b1b5e8d5b71d7792a8bb0720306c0f099662a0441a7c68904e7a65434dd1e1

View File

@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Asyncio implementation of Cmd Python lib."
HOMEPAGE="https://github.com/valentinmk/asynccmd https://pypi.org/project/asynccmd/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">asynccmd</remote-id>
<maintainer status="unknown">
<email>vkazakov@gmail.com</email>
<name>Valentin Kazakov</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,3 +1,3 @@
DIST pyspcwebgw-0.4.0.tar.gz 7334 BLAKE2B b2274380a2f020ca243d09373c329866f63afa8e144cfeefbd84a6dbb042a64072286d309cef35ebfd1fd403b06dc5a0fcef93b28eacc3caa4d1e7e324c93127 SHA512 31007276da41fcf9e9e4983af5df51a631ef2d90619361d80c57b059aa70d56415de31f5754cd5808161a4e5ceb31f8f68db3f7fbc4ac7a6d2e657e11690938f
EBUILD pyspcwebgw-0.4.0.ebuild 729 BLAKE2B 48975bfa178bf13b05c2af822d21cf830f1a601a980215233404c55e245f1329118eff9954f1526b57078b36222aa984153043cfd02e541530279d041f933d2b SHA512 523ada7bd5d0cf3c1bc1490a0e632de85100a1def702c26611dfde537cc292fa8db7c29396c69ab69b57c5747d2a8103bb3f3f9670a2fc5fdebe81b18becacae
EBUILD pyspcwebgw-0.4.0.ebuild 816 BLAKE2B 95e1870bee48c4ae630121f2844db1f982b72f476d37f88bd7e13ab867ff6ba04b3b6157f6991d2c0ad3671d6bc6baf97c80627362cd07613ace79c7ba2f38e2 SHA512 581a53695608374d05b87ed3406e2e211fd7392e7ad1d5f7749b57decbc144af172b2e2ec8200f7b5579af357085e02d6ae46fb68d2ad39d6e2707d19b92d19b
MISC metadata.xml 464 BLAKE2B 00c85188e471fd616b090d818225c853fab70e4fae0bf77f0a754619010ec93d1b627f2bcd040445179f31d091dbc4d36aadb9d8feb5cae8128e02a03baadfa4 SHA512 078e4a8fdce2db8c9552b11eb5e926d34125ddeb7a13f128f3576e8f39d5d37a859bf69cfba8ccc20235ca4cc0b69bf5940afe066daa69ec892f21c93adffa5f

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -13,11 +13,14 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=""
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/asynccmd[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (