fix some RequiredUseDefaults
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DIST PyOTA-2.0.5.tar.gz 5511961 BLAKE2B 612764f6f343718cfe3cec6e4c8880d99c4a57ca76c52bb5aedd297b8bc3c308a4e11e9368f68a6522efd29f61b2d6b5510c804cdad88121b66f6a9b58bcf32f SHA512 d4c36bc3099e9089dacfbc87637ba06122490025d5babf35ec9e4dcef6357fdc6aa34cdb112372c47e4a2341cf99a4e523bd3adc795a6bd440063788e5a490e3
|
||||
DIST PyOTA-2.1.0.tar.gz 5523818 BLAKE2B ca876bf2f9df5ce2be6807e26aeb58e9277085adc2e499bc8b4e19d0156fe83c0966a6f91333a8ebd80118ab61e788cbb40cde70125d2142fc0b65fe59701ccd SHA512 2574d41f842fbb22d302a932d5c17c32b33c7c6de55f2ca29e5e6fa7f5d7c5b6f9df0927807d949410a1a53382f09036d6a36da0461b8bf1b73415c6565f3034
|
||||
EBUILD PyOTA-2.0.5.ebuild 854 BLAKE2B fcd4b8e73c54c93c057babd20ebab9a4031089256b8cefb1a934094f286486c2c5be78a79535d56b76b342cf66c76e7a94bf3bcb6a1fdcec65e36dcbcac52443 SHA512 970ec2f31ed3c65846b441dd640eafebbe60176957e27a83a92b80b338c827d0f6a20a82593df2a7e332c34f9c9e7063bbd8a756143a4026b7e1f643bd1f1f60
|
||||
EBUILD PyOTA-2.1.0-r1.ebuild 820 BLAKE2B 42e6c47882f3fb9f80ad2d4d5cd5d08d3dae8771b1256a9da76c425781033ea563ba4b38b503564a696e9f601eeceec5e67ff45cebfb186e8b8dd1a9d6b329d8 SHA512 b4eb8943aa16095dfd3227902182ee2e6ba1b07ee4cb9b960f0be7435ecf27fb155012eed485f5b5d635ebce4936b18938280ca59c47dd4af9defbc08ed764ba
|
||||
EBUILD PyOTA-2.0.5.ebuild 853 BLAKE2B 528e1dfb40cb3c0d5f3ab6f30d5623fda6e4f7e89e4988956f8b334fd3d0f5939dfe33aba13f2c1f0788488546d3980e8b187dfc3af450452f6d59541e3f1807 SHA512 ca2b24b5daa028bb42d528b4e29e25db8282139de003bfd5893cafd91f15b50102acd30a904c71b712e487d307ebec831f563eef0fff101505fd1cb4ef4ac9b0
|
||||
MISC metadata.xml 441 BLAKE2B fc913fff82e76f27073f5dd8243e6993b6e044a05723a38f38db6009825aa1913e4baafc779c414f3a233c9721e0b13e0607721b6876ff6676a39fa7b2eec224 SHA512 416343a7faaa553adba6283adb0923c1dafe358b441e2c4d81e7dbba594f7cd351862830a4cb68f4c50dd283d1938f83d6f3386e4cb047b51179ca18db1a2cbf
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2021 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_{7..9} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="IOTA API library for Python"
|
||||
HOMEPAGE="https://github.com/iotaledger/iota.py https://pypi.org/project/PyOTA/"
|
||||
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 )"
|
||||
|
||||
# dev-python/pysha3[${PYTHON_USEDEP}] built_in
|
||||
RDEPEND="dev-python/phx-filters[${PYTHON_USEDEP}]
|
||||
dev-python/httpx[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${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
|
||||
}
|
||||
Reference in New Issue
Block a user