commit: b15e38fe1d46b9d4e44778eb5c5ae27279b1160a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Nov 28 13:46:37 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Nov 28 13:46:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b15e38fe
dev-python/outcome: version bump 1.1.0, add py3.9
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/outcome/Manifest | 2 +-
dev-python/outcome/{outcome-1.0.1.ebuild => outcome-1.1.0.ebuild} | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/outcome/Manifest b/dev-python/outcome/Manifest
index 35b2d2ff..08ba4dcd 100644
--- a/dev-python/outcome/Manifest
+++ b/dev-python/outcome/Manifest
@@ -1 +1 @@
-DIST outcome-1.0.1.tar.gz 18684 BLAKE2B
bf9878c0dc45e8278693cff8bd1fc398b90a61e71aab68ed21cdfe4576519d42488962b0aea0823d248062532cbdeabfb3253046e847bbfad8adcc960245c509
SHA512
69e9ec8f38cf03c66b96c3dd739814d9507bcd843993fc82e16ba492d56e19a437c7d1dca9594c4ffdda4f2eba80ceb5872602601885a0705d3fc13a5cae0af8
+DIST outcome-1.1.0.tar.gz 18675 BLAKE2B
eef22274bb4d1ddd19fa223167b6c8ce96f015ac0b3b0609aed3717deb306087457ab068fd2466d492fcc5859d561e6d3172ad14611a937ec59a75b604565953
SHA512
65de1c0a38b8cbb041a9fc3a79518eeacea54ec87341846ae80a9a2075369f72a397f5aa747ae179eaac8f341a7e07cc1641555fbb809cc7924b2171f7f3d90e
diff --git a/dev-python/outcome/outcome-1.0.1.ebuild
b/dev-python/outcome/outcome-1.1.0.ebuild
similarity index 79%
rename from dev-python/outcome/outcome-1.0.1.ebuild
rename to dev-python/outcome/outcome-1.1.0.ebuild
index 673e4da5..997ad3f4 100644
--- a/dev-python/outcome/outcome-1.0.1.ebuild
+++ b/dev-python/outcome/outcome-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -20,8 +20,10 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/async_generator[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+BDEPEND="test? (
+ dev-python/async_generator[${PYTHON_USEDEP}]
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+)"
distutils_enable_tests pytest
distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio