public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiocontextvars/
Date: Wed,  1 Jan 2020 03:22:39 +0000 (UTC)	[thread overview]
Message-ID: <1577848887.7dcaa8e223c614126844c845c513b97d9b859158.gyakovlev@gentoo> (raw)

commit:     7dcaa8e223c614126844c845c513b97d9b859158
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 02:48:56 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 03:21:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcaa8e2

dev-python/aiocontextvars: new package

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-python/aiocontextvars/Manifest                 |  1 +
 .../aiocontextvars/aiocontextvars-0.2.2.ebuild     | 26 ++++++++++++++++++++++
 dev-python/aiocontextvars/metadata.xml             | 11 +++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/aiocontextvars/Manifest b/dev-python/aiocontextvars/Manifest
new file mode 100644
index 00000000000..11ae3a9e04d
--- /dev/null
+++ b/dev-python/aiocontextvars/Manifest
@@ -0,0 +1 @@
+DIST aiocontextvars-0.2.2.tar.gz 17329 BLAKE2B 96c77d6222456b84a99454d60aa5f30d8256297f716d729398a07a3d9bcfa4a64fa44d183163c47deccda75d5e761140aecb6d5f5df2865e1c52f9cd6682cce8 SHA512 87de2be27217b664615ebfec2b4bd4da8542913649ce2b4f23357e7d8b07c9776d633f7f781caedc6eb4e261bdd762228486ab69d6b776e40013942e593f19bf

diff --git a/dev-python/aiocontextvars/aiocontextvars-0.2.2.ebuild b/dev-python/aiocontextvars/aiocontextvars-0.2.2.ebuild
new file mode 100644
index 00000000000..51f92d49879
--- /dev/null
+++ b/dev-python/aiocontextvars/aiocontextvars-0.2.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Asyncio support for PEP-567 contextvars backport"
+HOMEPAGE="https://github.com/fantix/aiocontextvars"
+SRC_URI="https://github.com/fantix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+RDEPEND="dev-python/contextvars[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	sed -e 's|'\''pytest-runner'\'',\?||' -i setup.py || die
+	distutils-r1_python_prepare_all
+}

diff --git a/dev-python/aiocontextvars/metadata.xml b/dev-python/aiocontextvars/metadata.xml
new file mode 100644
index 00000000000..be239332767
--- /dev/null
+++ b/dev-python/aiocontextvars/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">aiocontextvars</remote-id>
+		<remote-id type="github">fantix/aiocontextvars</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-01-01  3:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01  3:22 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-20 15:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiocontextvars/ Michał Górny
2020-06-19 20:56 Michał Górny
2020-08-02 21:08 Georgy Yakovlev
2020-09-13  8:59 Sam James
2020-09-16  3:01 Sam James
2020-09-18 23:58 Sam James
2020-10-19 20:13 Sam James
2020-11-14 19:00 Sam James
2020-11-18 10:45 Sam James
2020-11-20 13:42 Sam James

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=1577848887.7dcaa8e223c614126844c845c513b97d9b859158.gyakovlev@gentoo \
    --to=gyakovlev@gentoo.org \
    --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