* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sniffio/
@ 2020-04-27 7:02 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-04-27 7:02 UTC (permalink / raw
To: gentoo-commits
commit: c9b2a7dbfc20b4e58872747d17c4e4da905d462b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 22:30:11 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 26 22:39:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9b2a7db
dev-python/sniffio: longdescription lang="en"
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/sniffio/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sniffio/metadata.xml b/dev-python/sniffio/metadata.xml
index f73ad45..220983f 100644
--- a/dev-python/sniffio/metadata.xml
+++ b/dev-python/sniffio/metadata.xml
@@ -6,7 +6,7 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
sniffio: Sniff out which async library your code is running under
You're writing a library. You've decided to be ambitious, and support multiple async I/O packages, like Trio, and asyncio, and ... You've written a bunch of clever code to handle all the differences. But... how do you know which piece of clever code to run?
^ permalink raw reply related [flat|nested] 3+ messages in thread* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sniffio/
@ 2020-08-29 14:14 Andrew Ammerlaan
2020-08-29 14:14 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-08-29 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 8c563d3aef2a12388603a4fd81c9282222e6ac2f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Aug 29 12:55:23 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 12:55:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c563d3a
dev-python/sniffio: add py3.9, rem py3.6
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/sniffio/sniffio-1.1.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/sniffio/sniffio-1.1.0.ebuild b/dev-python/sniffio/sniffio-1.1.0.ebuild
index 98efb71..ca0f46b 100644
--- a/dev-python/sniffio/sniffio-1.1.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -18,8 +18,6 @@ LICENSE="|| ( Apache-2.0 MIT )"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-RDEPEND="python_targets_python3_6? ( dev-python/contextvars[python_targets_python3_6] )"
-
DEPEND="test? ( dev-python/curio[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio
^ permalink raw reply related [flat|nested] 3+ messages in thread* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sniffio/
2020-08-29 14:14 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-08-29 14:14 ` Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-08-29 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 8c563d3aef2a12388603a4fd81c9282222e6ac2f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Aug 29 12:55:23 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 12:55:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c563d3a
dev-python/sniffio: add py3.9, rem py3.6
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/sniffio/sniffio-1.1.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/sniffio/sniffio-1.1.0.ebuild b/dev-python/sniffio/sniffio-1.1.0.ebuild
index 98efb71..ca0f46b 100644
--- a/dev-python/sniffio/sniffio-1.1.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -18,8 +18,6 @@ LICENSE="|| ( Apache-2.0 MIT )"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-RDEPEND="python_targets_python3_6? ( dev-python/contextvars[python_targets_python3_6] )"
-
DEPEND="test? ( dev-python/curio[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sniffio/
@ 2020-10-18 9:03 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-10-18 9:03 UTC (permalink / raw
To: gentoo-commits
commit: 5c0558adc5b6ea67b60633a7a5c948ae3e29d2ea
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct 18 08:15:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 18 08:15:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c0558ad
dev-python/sniffio: version bump 1.2.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/sniffio/Manifest | 2 +-
dev-python/sniffio/{sniffio-1.1.0.ebuild => sniffio-1.2.0.ebuild} | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest
index 6a1b47b5..daec3e14 100644
--- a/dev-python/sniffio/Manifest
+++ b/dev-python/sniffio/Manifest
@@ -1 +1 @@
-DIST sniffio-1.1.0.tar.gz 15285 BLAKE2B fc2887150c8b64cc9ba5eb261d2f04650033279e5b5a6527f28fa8eff6cda409ffddb0986bba1358288fd35e0bbd09d90a7c4a0893a612f1efdbec393c2d9e3c SHA512 f315c79245ccec8e1e6e0f8ffe4cf42fdab7f5fe3e680ddc05c65732a6d26989ac1459135f13938380928b02802bc0a6b1174c83118a60b0ad15f59730927912
+DIST sniffio-1.2.0.tar.gz 17132 BLAKE2B d42442a231c07834803e8552812dc177defbc0d062418fa576e7368a973eaa1ea20e4933e145a26178a707da72fb00529b19d44ea850f0a14c78bb2b5dab0d9a SHA512 96da4e0f0fff99b122aa729da052e97c2dd75f19aab4dd3728f8e337875b0fac1b3d8d96c8c3a67ca96f15dbf07a593b89e323bf04a8ee0501d7414454030719
diff --git a/dev-python/sniffio/sniffio-1.1.0.ebuild b/dev-python/sniffio/sniffio-1.2.0.ebuild
similarity index 87%
rename from dev-python/sniffio/sniffio-1.1.0.ebuild
rename to dev-python/sniffio/sniffio-1.2.0.ebuild
index ca0f46b1..ad474c26 100644
--- a/dev-python/sniffio/sniffio-1.1.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -22,3 +22,8 @@ DEPEND="test? ( dev-python/curio[${PYTHON_USEDEP}] )"
distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio
distutils_enable_tests pytest
+
+python_test() {
+ PYTHONPATH="${S}"
+ pytest -vv || die "Tests fail with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-18 9:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-27 7:02 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sniffio/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-08-29 14:14 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-29 14:14 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-18 9:03 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox