[gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/

2021-05-24 Thread Andrew Ammerlaan
commit: 924e31ba56364ede7b9f1dd123eeb49e7c372483
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 24 09:40:31 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 24 09:59:38 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=924e31ba

dev-python/outcome: 

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/outcome/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/outcome/metadata.xml b/dev-python/outcome/metadata.xml
index d06907f9b..305743aab 100644
--- a/dev-python/outcome/metadata.xml
+++ b/dev-python/outcome/metadata.xml
@@ -2,10 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
-  
-andrewammerl...@gentoo.org
-Andrew Ammerlaan
-  
+  
   
 python-trio/outcome
 outcome



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/

2020-11-28 Thread Andrew Ammerlaan
commit: b15e38fe1d46b9d4e44778eb5c5ae27279b1160a
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Nov 28 13:46:37 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Nov 28 13:46:37 2020 +
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  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



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/

2020-05-28 Thread Andrew Ammerlaan
commit: d1610762fffcbf38723ef0887ca206facdc21c84
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 28 10:46:06 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May 28 10:46:06 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1610762

dev-python/outcome: add py3_8

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/outcome/outcome-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/outcome/outcome-1.0.1.ebuild 
b/dev-python/outcome/outcome-1.0.1.ebuild
index 6a5ecc6..c50b00a 100644
--- a/dev-python/outcome/outcome-1.0.1.ebuild
+++ b/dev-python/outcome/outcome-1.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/

2020-03-27 Thread Alessandro Barbieri
commit: c348e917b53109abad78faa6643d09b9c36cd45d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 27 17:41:20 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 27 17:41:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c348e917

dev-python/outcome: longdesc, pypi, license fixes

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/outcome/metadata.xml | 12 
 dev-python/outcome/outcome-1.0.1.ebuild |  7 +--
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/dev-python/outcome/metadata.xml b/dev-python/outcome/metadata.xml
index 628ab20..a3b7ac9 100644
--- a/dev-python/outcome/metadata.xml
+++ b/dev-python/outcome/metadata.xml
@@ -2,8 +2,12 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
-
-andrewammerl...@riseup.net
-Andrew Ammerlaan
-
+  
+andrewammerl...@riseup.net
+Andrew Ammerlaan
+  
+  
+python-trio/outcome
+outcome
+  
 

diff --git a/dev-python/outcome/outcome-1.0.1.ebuild 
b/dev-python/outcome/outcome-1.0.1.ebuild
index ed502c1..1b58127 100644
--- a/dev-python/outcome/outcome-1.0.1.ebuild
+++ b/dev-python/outcome/outcome-1.0.1.ebuild
@@ -8,10 +8,13 @@ PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Capture the outcome of Python function calls"
-HOMEPAGE="https://github.com/python-trio/outcome;
+HOMEPAGE="
+   https://github.com/python-trio/outcome
+   https://pypi.org/project/outcome
+"
 SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="Apache-2.0 MIT"
+LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/

2020-03-09 Thread Andrew Ammerlaan
commit: 81ef4ac98a5ff9297b82d18770ce0f1717ab299d
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Mar  9 15:34:06 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Mar  9 15:34:06 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81ef4ac9

dev-python/outcome: Capture the outcome of Python function calls

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/outcome/Manifest |  1 +
 dev-python/outcome/metadata.xml |  9 +
 dev-python/outcome/outcome-1.0.1.ebuild | 24 
 3 files changed, 34 insertions(+)

diff --git a/dev-python/outcome/Manifest b/dev-python/outcome/Manifest
new file mode 100644
index 000..35b2d2f
--- /dev/null
+++ b/dev-python/outcome/Manifest
@@ -0,0 +1 @@
+DIST outcome-1.0.1.tar.gz 18684 BLAKE2B 
bf9878c0dc45e8278693cff8bd1fc398b90a61e71aab68ed21cdfe4576519d42488962b0aea0823d248062532cbdeabfb3253046e847bbfad8adcc960245c509
 SHA512 
69e9ec8f38cf03c66b96c3dd739814d9507bcd843993fc82e16ba492d56e19a437c7d1dca9594c4ffdda4f2eba80ceb5872602601885a0705d3fc13a5cae0af8

diff --git a/dev-python/outcome/metadata.xml b/dev-python/outcome/metadata.xml
new file mode 100644
index 000..628ab20
--- /dev/null
+++ b/dev-python/outcome/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+
+andrewammerl...@riseup.net
+Andrew Ammerlaan
+
+

diff --git a/dev-python/outcome/outcome-1.0.1.ebuild 
b/dev-python/outcome/outcome-1.0.1.ebuild
new file mode 100644
index 000..ed502c1
--- /dev/null
+++ b/dev-python/outcome/outcome-1.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Capture the outcome of Python function calls"
+HOMEPAGE="https://github.com/python-trio/outcome;
+SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/attrs[${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