flake8-docstrings-1.6.0 fix RequiredUseDefaults
This commit is contained in:
parent
3164f0ec32
commit
0aead5aa11
@ -496,11 +496,11 @@ 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 1797 Ebuilds in total, 1789 of them have in total 1798 (33 different) licenses assigned.
|
||||
There are 1796 Ebuilds in total, 1788 of them have in total 1797 (33 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1079|
|
||||
|MIT|1078|
|
||||
|Apache-2.0|337|
|
||||
|BSD|107|
|
||||
|GPL-3|105|
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
DIST flake8-docstrings-1.3.0.tar.gz 4850 BLAKE2B e7d55ea7d808892e365ccbda185eb08cb48310b34b4f7b1b93765ef95db86e5707199b22f00f09132c964f8870ee922d8b7b72e45316f01451472048d4f51d77 SHA512 b2807bd0b68071f5ea8f1de545826692d8c97c14f5f27132a2c5348a4f0599773345305208d80e6302d6ae7c714e1575c30012d50e0996ec86549df7c3278a1c
|
||||
DIST flake8-docstrings-1.6.0.tar.gz 6170 BLAKE2B ee147e27f226675a2a59375b9e7812d111a34bef1bc35843096f8e7ca9cd94ac805ca49a8d83d1f6d7a78dbf6338a0a1270d668b51775a2b91ad7c3172ad41da SHA512 d831b8587452aa3ecb30455af630455ea19b495be53b2ad2f1097ff932543536b82c948857b5357df8a58023290023e76f0373deae490993a6f475f6c73a5088
|
||||
EBUILD flake8-docstrings-1.3.0.ebuild 747 BLAKE2B 16d738172142df57d15a6a93c8937f2a3bdbd8dd916cc4aa614fc097a3582cf4078800db152ebd88e68fed85f476b455a02a798777529e3fa0f5d69a7f683e4f SHA512 995ffb6e7c18606b70c61a119f577fea0a98d97136f2f8f2e61fe12962b01e5cbe9f3e969df0a77b192e0c9123fecb34b289d293f229ca038adba8beec28edcb
|
||||
EBUILD flake8-docstrings-1.6.0.ebuild 754 BLAKE2B d2afaa44f5c7b7c98bca381ee327fdde6da178d1250bb0d7b5961085e67485894163ee771458618b5652a86f44509104ec61f7c058356fc4aa6a6938f5b661f0 SHA512 40cd307f42a899a49ae126296871b82ece92a7710aedf77c30c6b9b63b4b496b0e4c90edde2a78c1712d3e1c13fff2b7500441832347190d30d9c601fb515c41
|
||||
EBUILD flake8-docstrings-1.6.0.ebuild 752 BLAKE2B 00e94184959488cdd3c1d76e5738afa4150a48625266bc5ad7d1f892bff68364a0406b91a91ad69c07eb65d8fedeef02ef39b7efe661ac0f6cdd6c092ef6b526 SHA512 3a19376a0939103e712807cb08b4fd367428d09b0886518909edb3d8033bc40500d2e14ef2613d63aba6abe6c15ca0f88e7013b57b3bdc07ed9c201c1a0c2b8f
|
||||
MISC metadata.xml 468 BLAKE2B 944f28b2dbfec57260f2c06d9225c8dfb188f2b9203f20fafa81e30e902ffb26c4fbe664334ec85292b64677f5e40a7e827e7c6345769615fa7444e5447d3091 SHA512 cf5602120862ff12858c079b63a3195895298b3b7000100921715945a85b6961eb115d771151f0791c700243cc05d64dea6adcec80e0d95f72591219424a6b51
|
||||
|
||||
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Extension for flake8 which uses pydocstyle to check docstrings"
|
||||
HOMEPAGE="https://gitlab.com/pycqa/flake8-docstrings https://pypi.org/project/flake8-docstrings/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user