niluclient-0.1.2 fix RequiredUseDefaults

This commit is contained in:
2022-03-19 07:05:13 +01:00
committed by Andreas Billmeier
parent 65375e2147
commit 920d34bb01
2 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST niluclient-0.1.2.tar.gz 4029 BLAKE2B bf0b6ad0de62e098fd2f9653d8572f26b83893c1a3d0b05d12eec8399be71b4a7972b6816e3d68da73bf12503c120f6311e592db516e2f4de0e76351257af85a SHA512 4e4a88be106f35e52c96551bfea3a4a5868ad1386ec6c407d96d3c548397e2a87c52c1b9eabdaf4551c8c14ffb9afaabc99ed3311b45f77e68e2236859db0786
EBUILD niluclient-0.1.2.ebuild 756 BLAKE2B 223b01be0cf6182215befec76a2dd66aca8b6c5d5b522a0dea7a25279ac852d96006b3d00492085f12f1e1200836f4d5055d66ec680d9d132addd8583b65bb9d SHA512 0c536e8cc42a34aac83258d0434c4796e3844679ee4fcd840044a371172daee9a2a673c1e1c2cac14c41ab7643e5f4364e4b6ebb8449b6622ed8289ddf4e2654
EBUILD niluclient-0.1.2.ebuild 805 BLAKE2B 8b52eadda036f8c12dbc42862e3d088ee26905bbcd6ec9620b6b31477ac936b576e005d6cb526963580d437dc2f93dc1affeb6f034ce90d49918f6d74c8b1c51 SHA512 de17cf2d81c925742d1a2b6d8cd81e055292cfab38f0a93b2a2046849867e6c19e317ab0da99a45450caa29b1ed855bb5c8fc6ac13ff8f0c8c09dd62ecdbe2dd
MISC metadata.xml 329 BLAKE2B dc29712216fccbc7145aaec3c4e0bc604d7c5939a29454f97f8ed03a0c3e45cf5aec078133f5f4ebd30e5b9b7fc3ecf2807e28c003da314f85a16b0b83ee5bef SHA512 b37aa99dc5bc94820c5aad01639b43d4faa0a97b6ba196867ab22858ecd6478cfdfe879b53b89632ffc3c34546209e7329acd55990fa8363a0c515a70c026ba1

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,13 @@ 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/requests[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (