public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/anyio/
Date: Thu, 10 Jun 2021 10:06:48 +0000 (UTC)	[thread overview]
Message-ID: <1623319380.9bbe284ae94ade4830e331e959cc2af87d8a397a.andrewammerlaan@gentoo> (raw)

commit:     9bbe284ae94ade4830e331e959cc2af87d8a397a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 08:28:05 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 10:03:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bbe284a

dev-python/anyio: move to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/anyio/Manifest           |  2 --
 dev-python/anyio/anyio-2.2.0.ebuild | 61 -------------------------------------
 dev-python/anyio/anyio-3.0.1.ebuild | 61 -------------------------------------
 dev-python/anyio/metadata.xml       | 33 --------------------
 4 files changed, 157 deletions(-)

diff --git a/dev-python/anyio/Manifest b/dev-python/anyio/Manifest
deleted file mode 100644
index dee63a578..000000000
--- a/dev-python/anyio/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST anyio-2.2.0.tar.gz 97217 BLAKE2B 7b50d997fd83950d16c0e562519b60dbef32bfd6d21e61583a83dd94edc26e27fcd26c7c630f22daaddebea5e148487db1a8c81e0bd82cf4641812dfac8807de SHA512 bca1265eec30830bea5f6fe15f3059793599e9c47d292b3008fcd86c802d76bd692f1a340fd6e3b0aa2401c38576459e516b3defa1ddf8353f18d51280fd73ab
-DIST anyio-3.0.1.tar.gz 117725 BLAKE2B 9e9eb02e2891c59a82015db9a6be6e8d4e17dbca10dd72d4510572e11d88687fcbc0f3de571d7c58643cf9191591e655693c58ce73ce45fb1ea1b06e8a0dc5ec SHA512 e063727824c3cd53f4de4bf128a8b6b355b582ed7df533fb73a3306b1e561c096ecea24c6abb367a557516b1470e4f5122458a64f6c03257e4e54452cc5c84e1

diff --git a/dev-python/anyio/anyio-2.2.0.ebuild b/dev-python/anyio/anyio-2.2.0.ebuild
deleted file mode 100644
index f74abd408..000000000
--- a/dev-python/anyio/anyio-2.2.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-# Build with USE="-doc" first because of circular dependency
-# otherwise one gets the error that sphinx-autodoc-typehints
-
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs"
-DOCS_AUTODOC=1
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Compatibility layer for multiple asynchronous event loop implementations"
-HOMEPAGE="
-	https://github.com/agronholm/anyio
-	https://pypi.org/project/anyio
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/curio-1.4[${PYTHON_USEDEP}]
-	>=dev-python/idna-2.8[${PYTHON_USEDEP}]
-	>=dev-python/sniffio-1.1[${PYTHON_USEDEP}]
-	>=dev-python/trio-0.16[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7)
-"
-
-BDEPEND="
-	${RDEPEND}
-	doc? (
-		dev-python/anyio[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-autodoc-typehints-1.2.0[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-	test? (
-		>=dev-python/hypothesis-4.0[${PYTHON_USEDEP}]
-		>=dev-python/pytest-6.0[${PYTHON_USEDEP}]
-		dev-python/trustme[${PYTHON_USEDEP}]
-		>=dev-python/uvloop-0.15[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	distutils_install_for_testing
-	pytest -vv \
-			--deselect tests/test_sockets.py::test_getaddrinfo[asyncio] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[asyncio+uvloop] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[curio] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[trio] \
-	|| die
-}

diff --git a/dev-python/anyio/anyio-3.0.1.ebuild b/dev-python/anyio/anyio-3.0.1.ebuild
deleted file mode 100644
index f74abd408..000000000
--- a/dev-python/anyio/anyio-3.0.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-# Build with USE="-doc" first because of circular dependency
-# otherwise one gets the error that sphinx-autodoc-typehints
-
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs"
-DOCS_AUTODOC=1
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Compatibility layer for multiple asynchronous event loop implementations"
-HOMEPAGE="
-	https://github.com/agronholm/anyio
-	https://pypi.org/project/anyio
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/curio-1.4[${PYTHON_USEDEP}]
-	>=dev-python/idna-2.8[${PYTHON_USEDEP}]
-	>=dev-python/sniffio-1.1[${PYTHON_USEDEP}]
-	>=dev-python/trio-0.16[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7)
-"
-
-BDEPEND="
-	${RDEPEND}
-	doc? (
-		dev-python/anyio[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-autodoc-typehints-1.2.0[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-	test? (
-		>=dev-python/hypothesis-4.0[${PYTHON_USEDEP}]
-		>=dev-python/pytest-6.0[${PYTHON_USEDEP}]
-		dev-python/trustme[${PYTHON_USEDEP}]
-		>=dev-python/uvloop-0.15[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	distutils_install_for_testing
-	pytest -vv \
-			--deselect tests/test_sockets.py::test_getaddrinfo[asyncio] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[asyncio+uvloop] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[curio] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[trio] \
-	|| die
-}

diff --git a/dev-python/anyio/metadata.xml b/dev-python/anyio/metadata.xml
deleted file mode 100644
index 1dcac0ae8..000000000
--- a/dev-python/anyio/metadata.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>lssndrbarbieri@gmail.com</email>
-    <name>Alessandro Barbieri</name>
-  </maintainer>
-  <longdescription lang="en">
-AnyIO is a asynchronous compatibility API that allows applications and libraries written against it to run unmodified on asyncio, curio and trio.
-
-It bridges the following functionality:
-
-Task groups
-Cancellation
-Threads
-Signal handling
-Asynchronous file I/O
-Subprocesses
-Inter-task synchronization and communication (locks, conditions, events, semaphores, object streams)
-High level networking (TCP, UDP and UNIX sockets)
-You can even use it together with native libraries from your selected backend in applications. Doing this in libraries is not advisable however since it limits the usefulness of your library.
-
-AnyIO comes with its own pytest plugin which also supports asynchronous fixtures. It even works with the popular Hypothesis library.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">agronholm/anyio</remote-id>
-    <remote-id type="pypi">anyio</remote-id>
-    <maintainer status="unknown">
-      <email>alex.gronholm@nextday.fi</email>
-      <name>Alex Grönholm</name>
-    </maintainer>
-  </upstream>
-</pkgmetadata>


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/anyio/
Date: Thu, 10 Jun 2021 10:03:02 +0000 (UTC)	[thread overview]
Message-ID: <1623319380.9bbe284ae94ade4830e331e959cc2af87d8a397a.andrewammerlaan@gentoo> (raw)
Message-ID: <20210610100302.m5SaHzeIr72UsGshTuD1noyHiSKg2Fxd_UQytLLq2kE@z> (raw)

commit:     9bbe284ae94ade4830e331e959cc2af87d8a397a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 08:28:05 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 10:03:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bbe284a

dev-python/anyio: move to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/anyio/Manifest           |  2 --
 dev-python/anyio/anyio-2.2.0.ebuild | 61 -------------------------------------
 dev-python/anyio/anyio-3.0.1.ebuild | 61 -------------------------------------
 dev-python/anyio/metadata.xml       | 33 --------------------
 4 files changed, 157 deletions(-)

diff --git a/dev-python/anyio/Manifest b/dev-python/anyio/Manifest
deleted file mode 100644
index dee63a578..000000000
--- a/dev-python/anyio/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST anyio-2.2.0.tar.gz 97217 BLAKE2B 7b50d997fd83950d16c0e562519b60dbef32bfd6d21e61583a83dd94edc26e27fcd26c7c630f22daaddebea5e148487db1a8c81e0bd82cf4641812dfac8807de SHA512 bca1265eec30830bea5f6fe15f3059793599e9c47d292b3008fcd86c802d76bd692f1a340fd6e3b0aa2401c38576459e516b3defa1ddf8353f18d51280fd73ab
-DIST anyio-3.0.1.tar.gz 117725 BLAKE2B 9e9eb02e2891c59a82015db9a6be6e8d4e17dbca10dd72d4510572e11d88687fcbc0f3de571d7c58643cf9191591e655693c58ce73ce45fb1ea1b06e8a0dc5ec SHA512 e063727824c3cd53f4de4bf128a8b6b355b582ed7df533fb73a3306b1e561c096ecea24c6abb367a557516b1470e4f5122458a64f6c03257e4e54452cc5c84e1

diff --git a/dev-python/anyio/anyio-2.2.0.ebuild b/dev-python/anyio/anyio-2.2.0.ebuild
deleted file mode 100644
index f74abd408..000000000
--- a/dev-python/anyio/anyio-2.2.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-# Build with USE="-doc" first because of circular dependency
-# otherwise one gets the error that sphinx-autodoc-typehints
-
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs"
-DOCS_AUTODOC=1
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Compatibility layer for multiple asynchronous event loop implementations"
-HOMEPAGE="
-	https://github.com/agronholm/anyio
-	https://pypi.org/project/anyio
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/curio-1.4[${PYTHON_USEDEP}]
-	>=dev-python/idna-2.8[${PYTHON_USEDEP}]
-	>=dev-python/sniffio-1.1[${PYTHON_USEDEP}]
-	>=dev-python/trio-0.16[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7)
-"
-
-BDEPEND="
-	${RDEPEND}
-	doc? (
-		dev-python/anyio[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-autodoc-typehints-1.2.0[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-	test? (
-		>=dev-python/hypothesis-4.0[${PYTHON_USEDEP}]
-		>=dev-python/pytest-6.0[${PYTHON_USEDEP}]
-		dev-python/trustme[${PYTHON_USEDEP}]
-		>=dev-python/uvloop-0.15[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	distutils_install_for_testing
-	pytest -vv \
-			--deselect tests/test_sockets.py::test_getaddrinfo[asyncio] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[asyncio+uvloop] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[curio] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[trio] \
-	|| die
-}

diff --git a/dev-python/anyio/anyio-3.0.1.ebuild b/dev-python/anyio/anyio-3.0.1.ebuild
deleted file mode 100644
index f74abd408..000000000
--- a/dev-python/anyio/anyio-3.0.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-# Build with USE="-doc" first because of circular dependency
-# otherwise one gets the error that sphinx-autodoc-typehints
-
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs"
-DOCS_AUTODOC=1
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Compatibility layer for multiple asynchronous event loop implementations"
-HOMEPAGE="
-	https://github.com/agronholm/anyio
-	https://pypi.org/project/anyio
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/curio-1.4[${PYTHON_USEDEP}]
-	>=dev-python/idna-2.8[${PYTHON_USEDEP}]
-	>=dev-python/sniffio-1.1[${PYTHON_USEDEP}]
-	>=dev-python/trio-0.16[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7)
-"
-
-BDEPEND="
-	${RDEPEND}
-	doc? (
-		dev-python/anyio[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-autodoc-typehints-1.2.0[${PYTHON_USEDEP}]
-		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-	)
-	test? (
-		>=dev-python/hypothesis-4.0[${PYTHON_USEDEP}]
-		>=dev-python/pytest-6.0[${PYTHON_USEDEP}]
-		dev-python/trustme[${PYTHON_USEDEP}]
-		>=dev-python/uvloop-0.15[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	distutils_install_for_testing
-	pytest -vv \
-			--deselect tests/test_sockets.py::test_getaddrinfo[asyncio] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[asyncio+uvloop] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[curio] \
-			--deselect tests/test_sockets.py::test_getaddrinfo[trio] \
-	|| die
-}

diff --git a/dev-python/anyio/metadata.xml b/dev-python/anyio/metadata.xml
deleted file mode 100644
index 1dcac0ae8..000000000
--- a/dev-python/anyio/metadata.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>lssndrbarbieri@gmail.com</email>
-    <name>Alessandro Barbieri</name>
-  </maintainer>
-  <longdescription lang="en">
-AnyIO is a asynchronous compatibility API that allows applications and libraries written against it to run unmodified on asyncio, curio and trio.
-
-It bridges the following functionality:
-
-Task groups
-Cancellation
-Threads
-Signal handling
-Asynchronous file I/O
-Subprocesses
-Inter-task synchronization and communication (locks, conditions, events, semaphores, object streams)
-High level networking (TCP, UDP and UNIX sockets)
-You can even use it together with native libraries from your selected backend in applications. Doing this in libraries is not advisable however since it limits the usefulness of your library.
-
-AnyIO comes with its own pytest plugin which also supports asynchronous fixtures. It even works with the popular Hypothesis library.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">agronholm/anyio</remote-id>
-    <remote-id type="pypi">anyio</remote-id>
-    <maintainer status="unknown">
-      <email>alex.gronholm@nextday.fi</email>
-      <name>Alex Grönholm</name>
-    </maintainer>
-  </upstream>
-</pkgmetadata>


             reply	other threads:[~2021-06-10 10:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 10:06 Andrew Ammerlaan [this message]
2021-06-10 10:03 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/anyio/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-05-09 18:13 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-28  8:08 Andrew Ammerlaan
2021-04-13 12:27 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-13 13:22 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-12  9:51 Andrew Ammerlaan
2021-02-19 10:14 Michał Górny
2020-12-18 14:15 Andrew Ammerlaan
2020-11-30 12:35 Andrew Ammerlaan
2020-11-30 12:35 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=1623319380.9bbe284ae94ade4830e331e959cc2af87d8a397a.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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