public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sniffio/
Date: Mon,  3 Feb 2020 18:07:51 +0000 (UTC)	[thread overview]
Message-ID: <1580751965.8d187fc4b081528e8dc012246e1f33122755b5a1.andrewammerlaan@gentoo> (raw)

commit:     8d187fc4b081528e8dc012246e1f33122755b5a1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb  3 17:46:05 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb  3 17:46:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d187fc4

dev-python/sniffio: Sniff out which async lib code is running under

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/sniffio/Manifest             |  1 +
 dev-python/sniffio/metadata.xml         |  9 +++++++++
 dev-python/sniffio/sniffio-1.1.0.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest
new file mode 100644
index 0000000..6a1b47b
--- /dev/null
+++ b/dev-python/sniffio/Manifest
@@ -0,0 +1 @@
+DIST sniffio-1.1.0.tar.gz 15285 BLAKE2B fc2887150c8b64cc9ba5eb261d2f04650033279e5b5a6527f28fa8eff6cda409ffddb0986bba1358288fd35e0bbd09d90a7c4a0893a612f1efdbec393c2d9e3c SHA512 f315c79245ccec8e1e6e0f8ffe4cf42fdab7f5fe3e680ddc05c65732a6d26989ac1459135f13938380928b02802bc0a6b1174c83118a60b0ad15f59730927912

diff --git a/dev-python/sniffio/metadata.xml b/dev-python/sniffio/metadata.xml
new file mode 100644
index 0000000..628ab20
--- /dev/null
+++ b/dev-python/sniffio/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/sniffio/sniffio-1.1.0.ebuild b/dev-python/sniffio/sniffio-1.1.0.ebuild
new file mode 100644
index 0000000..abdb93e
--- /dev/null
+++ b/dev-python/sniffio/sniffio-1.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sniff out which async library your code is running under"
+HOMEPAGE="https://github.com/python-trio/sniffio"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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
+distutils_enable_tests pytest


             reply	other threads:[~2020-02-03 18:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03 18:07 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-27 17:53 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sniffio/ Alessandro Barbieri
2020-04-26 22:39 Alessandro Barbieri
2020-08-29 14:14 Andrew Ammerlaan
2020-10-18  9:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-18  9:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-16  1:45 Theo Anderson
2021-02-17 15:30 Andrew Ammerlaan
2021-02-17 15:40 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1580751965.8d187fc4b081528e8dc012246e1f33122755b5a1.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox