diff --git a/dev-python/pysabnzbd/Manifest b/dev-python/pysabnzbd/Manifest index eb70a2ac1..15946733c 100644 --- a/dev-python/pysabnzbd/Manifest +++ b/dev-python/pysabnzbd/Manifest @@ -1,3 +1,3 @@ DIST pysabnzbd-1.1.0.tar.gz 2305 BLAKE2B 64d8b57a428488592d2c38ddeb712a486463567a14baefa5a18858cdbf84f1fe48ed34d056e232cba0f65bfe91efdf3004d0b8799ea9b2d4bbe366dbc236c069 SHA512 d2823610ea31fe92eb292966200841fe37ed67736daa33a802f732cbd050396fd763364f811bbbfe25059c370055133a6bb01c4271a1d833e2ee386e194e89ce -EBUILD pysabnzbd-1.1.0.ebuild 756 BLAKE2B 182a578cb09a8a37e376c513462dbeedeb765e54ca1740f4e208c052596caaf49fd8ff1b452eb2a2ab5c56ff4edc11e6536f59b9d95230ed1d8b958a8e9ee265 SHA512 1e1ef33435e303084e84812f6ef5879d8ec81d5dc06cc1ec2a9f270969b9ee7b4e7c2a5ea03d0c3060f07e88b6212adcc7e5e0ae313a366055ed89374c290e8a +EBUILD pysabnzbd-1.1.0.ebuild 765 BLAKE2B 79066ab3465f399d0bff0ebb9d769723519d98eba56f1f4017ba7dabe971bd6b752a0849c9dc40dc0c34249e92ae95911a4e000033da6aca6ccb6b86a7f59793 SHA512 6330c4e5bdec3b4c0c36c03287d4155dbb77d37433a61037d8510e1589e00d6ce2e745ba84679e7ac32aa722cb148a5614448c2068f1e976e00539a4e177c1e9 MISC metadata.xml 458 BLAKE2B 8b891ced8dc26a04b4834c449bf6bd8ba6fee74fa19ec6bf70da7c38e8f2872d5a7bbaf06ef10cff34d8a21a213948c7dd1ca5a6eee94e600384929206d497ea SHA512 d69cae0c8eb8fc76e6a82a6e7e6438c53f7fc0c04148c3474e397fa5c6780ae93ec20ae51b24894dc12a833fe059bada646ed82b1046489dc580a425d1009918 diff --git a/dev-python/pysabnzbd/pysabnzbd-1.1.0.ebuild b/dev-python/pysabnzbd/pysabnzbd-1.1.0.ebuild index 07ca64d3f..aefb48a5d 100644 --- a/dev-python/pysabnzbd/pysabnzbd-1.1.0.ebuild +++ b/dev-python/pysabnzbd/pysabnzbd-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -16,9 +16,11 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" +#DOCS="README.md" + RDEPEND="dev-python/requests[${PYTHON_USEDEP}] dev-python/async_timeout[${PYTHON_USEDEP}]" -DEPEND="${REDEPEND} +BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}]