diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest index 2bbe7e610..62d830b32 100644 --- a/dev-python/pyotp/Manifest +++ b/dev-python/pyotp/Manifest @@ -1,3 +1,3 @@ DIST pyotp-2.3.0.tar.gz 11672 BLAKE2B a3d8ca5296b5a8a7aa053b0a0556285c19f335cb1dfb4f892d40fe2d79cc52313af7b31c6ee4afc4eb8c1cd8cb8248442bd1a4868e2bb921a552332a0a283a44 SHA512 4a7a4206134e9a370f7f3c3a9b7e755b75a84e30a320084faf91af5607c4262a6aa76d7b8cefaf284e4cf01faea1df4ca92d871644a14ab56f04693b227485cf -EBUILD pyotp-2.3.0.ebuild 661 BLAKE2B 47fbf7652a9ec7250dd2aa3da11bafe8046d2bb214ae4a4dc8d38288ec5e2d3fc1ea63fe688521a4c560d8a546100d691faf74f05b3de96fcd93fe948072434f SHA512 05960586bc6187bef7a774529528930a7587ba130b37b79c71b5b50e203f16fd8b4131bcedfafd33624da7f0fb45209607b8651b0afdaaeef482bf1b8f454a24 +EBUILD pyotp-2.3.0.ebuild 683 BLAKE2B 13847afd686ed650c85c6bf59373a46d470089412a66af87478d75a99acec5ab07a0a1894f8561a7cf1a0ccb54800db4409001116a27b70309dc313fcdf21e2f SHA512 708711ce04ffc8249ccf3ee137e902b67d003591ca92c3b762014804cad3da715a324b64824cdd8dc167636f8f96781747897178a5778a31bb54d3170d024459 MISC metadata.xml 340 BLAKE2B 2ee2eba1adf1120989f9dbb139fd0facbe3d20edb5922be2d5bc5270aba10666f0d348675b9bfc0cea4fd2c4a5fb936efba657aad49864406ed3dddd486852f9 SHA512 ebe2a13ae19d2d5201bee56fbf8b55fb1b7fbcbdb4609ce69a639044554df7c8958ec7af1ad3483c1ec8a382855b096ebf6e9440349fbd32ba6e3229419eb723 diff --git a/dev-python/pyotp/pyotp-2.3.0.ebuild b/dev-python/pyotp/pyotp-2.3.0.ebuild index 9728a62ca..6903a479d 100644 --- a/dev-python/pyotp/pyotp-2.3.0.ebuild +++ b/dev-python/pyotp/pyotp-2.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="7" PYTHON_COMPAT=( python3_{8..10} ) @@ -16,8 +16,10 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 x86 amd64-linux x86-linux" IUSE="test" +DOCS="README.rst" + RDEPEND="" -DEPEND="${REDEPEND} +BDEPEND="${REDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}]