* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/
@ 2020-03-09 15:35 Andrew Ammerlaan
2020-03-09 17:02 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 81ef4ac98a5ff9297b82d18770ce0f1717ab299d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar 9 15:34:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 9 15:34:06 2020 +0000
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 <andrewammerlaan <AT> 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 0000000..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 0000000..628ab20
--- /dev/null
+++ b/dev-python/outcome/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+</pkgmetadata>
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 0000000..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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/outcome/
2020-03-09 15:35 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/ Andrew Ammerlaan
@ 2020-03-09 17:02 ` Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 17:02 UTC (permalink / raw
To: gentoo-commits
commit: 81ef4ac98a5ff9297b82d18770ce0f1717ab299d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar 9 15:34:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 9 15:34:06 2020 +0000
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 <andrewammerlaan <AT> 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 0000000..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 0000000..628ab20
--- /dev/null
+++ b/dev-python/outcome/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+</pkgmetadata>
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 0000000..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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/
@ 2020-03-27 17:53 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2020-03-27 17:53 UTC (permalink / raw
To: gentoo-commits
commit: c348e917b53109abad78faa6643d09b9c36cd45d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 17:41:20 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 17:41:20 2020 +0000
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 <lssndrbarbieri <AT> 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 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>andrewammerlaan@riseup.net</email>
- <name>Andrew Ammerlaan</name>
- </maintainer>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">python-trio/outcome</remote-id>
+ <remote-id type="pypi">outcome</remote-id>
+ </upstream>
</pkgmetadata>
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"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/
@ 2020-03-29 13:21 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2020-03-29 13:21 UTC (permalink / raw
To: gentoo-commits
commit: dca19a33d24a3f5ced4d4513e52dfb0ded73acce
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 12:07:12 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 29 12:07:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dca19a33
dev-python/outcome: add missing dep sphinxcontrib_trio
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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 1b58127..6a5ecc6 100644
--- a/dev-python/outcome/outcome-1.0.1.ebuild
+++ b/dev-python/outcome/outcome-1.0.1.ebuild
@@ -24,4 +24,4 @@ BDEPEND="test? ( dev-python/async_generator[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
-distutils_enable_sphinx docs/source
+distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/
@ 2020-05-28 11:05 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2020-05-28 11:05 UTC (permalink / raw
To: gentoo-commits
commit: d1610762fffcbf38723ef0887ca206facdc21c84
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu May 28 10:46:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu May 28 10:46:06 2020 +0000
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 <andrewammerlaan <AT> 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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/
2020-11-28 13:57 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-11-28 13:46 ` Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2020-11-28 13:46 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/
@ 2021-05-24 10:01 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-05-24 10:01 UTC (permalink / raw
To: gentoo-commits
commit: 924e31ba56364ede7b9f1dd123eeb49e7c372483
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 09:40:31 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 24 09:59:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=924e31ba
dev-python/outcome: <!-- maintainer-needed -->
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>andrewammerlaan@gentoo.org</email>
- <name>Andrew Ammerlaan</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">python-trio/outcome</remote-id>
<remote-id type="pypi">outcome</remote-id>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-05-24 10:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-09 15:35 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/ Andrew Ammerlaan
2020-03-09 17:02 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-03-27 17:53 [gentoo-commits] repo/proj/guru:dev " Alessandro Barbieri
2020-03-29 13:21 Andrew Ammerlaan
2020-05-28 11:05 Andrew Ammerlaan
2020-11-28 13:57 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-28 13:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-24 10:01 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox