commit:     8ea73be278ded742431de109572553d7aaa62e83
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 11:23:41 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 11:24:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ea73be2

dev-python/trio: move to ::gentoo

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

 dev-python/outcome/Manifest                        |  1 -
 dev-python/outcome/metadata.xml                    | 10 ---
 dev-python/outcome/outcome-1.1.0.ebuild            | 29 ---------
 dev-python/sphinxcontrib-trio/Manifest             |  1 -
 dev-python/sphinxcontrib-trio/metadata.xml         | 13 ----
 .../sphinxcontrib-trio-1.1.2.ebuild                | 37 -----------
 dev-python/trio/Manifest                           |  2 -
 dev-python/trio/metadata.xml                       | 17 -----
 dev-python/trio/trio-0.18.0.ebuild                 | 69 --------------------
 dev-python/trio/trio-0.18.0_p20210212.ebuild       | 73 ----------------------
 10 files changed, 252 deletions(-)

diff --git a/dev-python/outcome/Manifest b/dev-python/outcome/Manifest
deleted file mode 100644
index 08ba4dcd8..000000000
--- a/dev-python/outcome/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST outcome-1.1.0.tar.gz 18675 BLAKE2B 
eef22274bb4d1ddd19fa223167b6c8ce96f015ac0b3b0609aed3717deb306087457ab068fd2466d492fcc5859d561e6d3172ad14611a937ec59a75b604565953
 SHA512 
65de1c0a38b8cbb041a9fc3a79518eeacea54ec87341846ae80a9a2075369f72a397f5aa747ae179eaac8f341a7e07cc1641555fbb809cc7924b2171f7f3d90e

diff --git a/dev-python/outcome/metadata.xml b/dev-python/outcome/metadata.xml
deleted file mode 100644
index 305743aab..000000000
--- a/dev-python/outcome/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <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.1.0.ebuild 
b/dev-python/outcome/outcome-1.1.0.ebuild
deleted file mode 100644
index 997ad3f47..000000000
--- a/dev-python/outcome/outcome-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Capture the outcome of Python function calls"
-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 )"
-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 dev-python/sphinxcontrib-trio

diff --git a/dev-python/sphinxcontrib-trio/Manifest 
b/dev-python/sphinxcontrib-trio/Manifest
deleted file mode 100644
index 4a31a932f..000000000
--- a/dev-python/sphinxcontrib-trio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxcontrib-trio-1.1.2.tar.gz 24131 BLAKE2B 
5ddaf5ed6c85905275e206fdd966745ce4dd7296595c488864df291cb7202725ccab722f306dd9d6c27d660f5cb3e43bf9ab2fe50e8aa5a7232c2615dddbdfd0
 SHA512 
cb90f37f463fbdd3f810eb6d76b4bdaaabe83317de0ad747fcee55980849d691e272884ecdfcbee58851cf536f268f2520caba281d7550fe3250e92c69164434

diff --git a/dev-python/sphinxcontrib-trio/metadata.xml 
b/dev-python/sphinxcontrib-trio/metadata.xml
deleted file mode 100644
index 7477cd58a..000000000
--- a/dev-python/sphinxcontrib-trio/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription lang="en">
-This sphinx extension helps you document Python code that uses async/await, or 
abstract methods, or context managers, or generators, or … you get the idea. It 
works by making sphinx’s regular directives for documenting Python functions 
and methods smarter and more powerful. The name is because it was originally 
written for the Trio project, and I’m not very creative. But don’t be put off – 
there’s nothing Trio- or async-specific about this extension; any Python 
project can benefit. (Though projects using async/await probably benefit the 
most, since sphinx’s built-in tools are especially inadequate in this case.)
-  </longdescription>
-  <upstream>
-    <remote-id type="github">python-trio/sphinxcontrib-trio</remote-id>
-    <remote-id type="pypi">sphinxcontrib-trio</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild 
b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
deleted file mode 100644
index fe68a474e..000000000
--- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Make Sphinx better at documenting Python functions and methods"
-HOMEPAGE="
-       https://github.com/python-trio/sphinxcontrib-trio
-       https://pypi.org/project/sphinxcontrib-trio
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-BDEPEND="
-       test? (
-               dev-python/async_generator[${PYTHON_USEDEP}]
-               dev-python/contextlib2[${PYTHON_USEDEP}]
-               dev-python/cssselect[${PYTHON_USEDEP}]
-               dev-python/lxml[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_sphinx docs/source
-distutils_enable_tests pytest
-
-python_test() {
-       # disable failing test
-       epytest --deselect tests/test_sphinxcontrib_trio.py::test_end_to_end
-}

diff --git a/dev-python/trio/Manifest b/dev-python/trio/Manifest
deleted file mode 100644
index a148b0935..000000000
--- a/dev-python/trio/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST trio-0.18.0.tar.gz 484421 BLAKE2B 
239cf63076f8ae2c3ea0b4c5d1b88b88e27f8d43ff85c65a6c25785d797e48746df0acffbae741ce8f5e71301b12b7fb7ce4900248db3bec375f651b8379b22b
 SHA512 
ebed3ebee93d2dde03a5c1063b0053a885b7aef29269c0459d470c14dd5c917800a91c38304dfc505c92a32c197eb802310fee7b224beb130b920d0201f4a33e
-DIST trio-0.18.0_p20210212.tar.gz 485725 BLAKE2B 
b9ba391cb98062073db3605ce16d4a6dea515678e9e3d7994addc06220c730ef86648346178fd28205ad820eee0ea596c0d799d3d4bcd530ff35ef65722457dd
 SHA512 
ca87e6dd7ab2b1757e67520e0a3921cb609703f05ebce974af2faf789dfd9416c4ff9d56b09cd6a4c9325a0d4051491f18ba24b4b3aa65285cf9de1f0f256010

diff --git a/dev-python/trio/metadata.xml b/dev-python/trio/metadata.xml
deleted file mode 100644
index dcb4e4c82..000000000
--- a/dev-python/trio/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription lang="en">
-The Trio project's goal is to produce a production-quality, permissively 
licensed, async/await-native I/O library for Python. Like all async libraries, 
its main purpose is to help you write programs that do multiple things at the 
same time with parallelized I/O. A web spider that wants to fetch lots of pages 
in parallel, a web server that needs to juggle lots of downloads and websocket 
connections at the same time, a process supervisor monitoring multiple 
subprocesses... that sort of thing. Compared to other libraries, Trio attempts 
to distinguish itself with an obsessive focus on usability and correctness. 
Concurrency is complicated; we try to make it easy to get things right.
-
-Trio was built from the ground up to take advantage of the latest Python 
features, and draws inspiration from many sources, in particular Dave Beazley's 
Curio. The resulting design is radically simpler than older competitors like 
asyncio and Twisted, yet just as capable. Trio is the Python I/O library I 
always wanted; I find it makes building I/O-oriented programs easier, less 
error-prone, and just plain more fun. Perhaps you'll find the same.
-
-This project is young and still somewhat experimental: the overall design is 
solid and the existing features are fully tested and documented, but you may 
encounter missing functionality or rough edges. We do encourage you to use it, 
but you should read and subscribe to issue #1 to get warning and a chance to 
give feedback about any compatibility-breaking changes.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">python-trio/trio</remote-id>
-    <remote-id type="pypi">trio</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/trio/trio-0.18.0.ebuild 
b/dev-python/trio/trio-0.18.0.ebuild
deleted file mode 100644
index afde57578..000000000
--- a/dev-python/trio/trio-0.18.0.ebuild
+++ /dev/null
@@ -1,69 +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} )
-
-inherit distutils-r1 linux-info
-
-DESCRIPTION="Python library for async concurrency and I/O"
-HOMEPAGE="
-       https://github.com/python-trio/trio
-       https://pypi.org/project/trio
-"
-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"
-
-RDEPEND="
-       dev-python/async_generator[${PYTHON_USEDEP}]
-       >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-       dev-python/idna[${PYTHON_USEDEP}]
-       dev-python/outcome[${PYTHON_USEDEP}]
-       dev-python/sniffio[${PYTHON_USEDEP}]
-       dev-python/sortedcontainers[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       test? (
-               >=dev-python/astor-0.8.0[${PYTHON_USEDEP}]
-               >=dev-python/immutables-0.6[${PYTHON_USEDEP}]
-               dev-python/ipython[${PYTHON_USEDEP}]
-               >=dev-python/jedi-0.17.0[${PYTHON_USEDEP}]
-               dev-python/pyopenssl[${PYTHON_USEDEP}]
-               dev-python/pylint[${PYTHON_USEDEP}]
-               dev-python/trustme[${PYTHON_USEDEP}]
-               dev-python/yapf[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/source \
-                                       ">=dev-python/immutables-0.6" \
-                                       dev-python/sphinxcontrib-trio \
-                                       dev-python/sphinx_rtd_theme \
-                                       dev-python/towncrier
-
-python_prepare_all() {
-       # Disable tests require IPv6
-       if ! linux_config_exists || ! linux_chkconfig_present IPV6; then
-               sed -i  -e "/for family in/s/, AF_INET6//" \
-                       -e "/test_getaddrinfo/i...@pytest.mark.skip(reason='no 
IPv6')" \
-                       trio/tests/test_socket.py || die "sed failed for 
test_socket.py"
-       fi
-
-       # these tests require internet access
-       rm trio/tests/test_ssl.py || die
-       rm trio/tests/test_highlevel_ssl_helpers.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       # tests fail if package is already installed without this
-       PYTHONPATH="${S}"
-       cd "${S}" || die
-       pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/trio/trio-0.18.0_p20210212.ebuild 
b/dev-python/trio/trio-0.18.0_p20210212.ebuild
deleted file mode 100644
index 51b71e7bb..000000000
--- a/dev-python/trio/trio-0.18.0_p20210212.ebuild
+++ /dev/null
@@ -1,73 +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,9} )
-
-COMMIT="ff86c6023758590a54fca9f48f5c16d2263ba31d"
-
-inherit distutils-r1 linux-info
-
-DESCRIPTION="Python library for async concurrency and I/O"
-HOMEPAGE="
-       https://github.com/python-trio/trio
-       https://pypi.org/project/trio
-"
-SRC_URI="https://github.com/python-trio/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/async_generator[${PYTHON_USEDEP}]
-       >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-       dev-python/idna[${PYTHON_USEDEP}]
-       dev-python/outcome[${PYTHON_USEDEP}]
-       dev-python/sniffio[${PYTHON_USEDEP}]
-       dev-python/sortedcontainers[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       test? (
-               >=dev-python/astor-0.8.0[${PYTHON_USEDEP}]
-               >=dev-python/immutables-0.6[${PYTHON_USEDEP}]
-               dev-python/ipython[${PYTHON_USEDEP}]
-               >=dev-python/jedi-0.17.0[${PYTHON_USEDEP}]
-               dev-python/pyopenssl[${PYTHON_USEDEP}]
-               dev-python/pylint[${PYTHON_USEDEP}]
-               dev-python/trustme[${PYTHON_USEDEP}]
-               dev-python/yapf[${PYTHON_USEDEP}]
-       )
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/source \
-                                       ">=dev-python/immutables-0.6" \
-                                       dev-python/sphinxcontrib-trio \
-                                       dev-python/sphinx_rtd_theme \
-                                       dev-python/towncrier
-
-python_prepare_all() {
-       # Disable tests require IPv6
-       if ! linux_config_exists || ! linux_chkconfig_present IPV6; then
-               sed -i  -e "/for family in/s/, AF_INET6//" \
-                       -e "/test_getaddrinfo/i...@pytest.mark.skip(reason='no 
IPv6')" \
-                       trio/tests/test_socket.py || die "sed failed for 
test_socket.py"
-       fi
-
-       # these tests require internet access
-       rm trio/tests/test_ssl.py || die
-       rm trio/tests/test_highlevel_ssl_helpers.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       # tests fail if package is already installed without this
-       PYTHONPATH="${S}"
-       cd "${S}" || die
-       pytest -vv || die "Tests fail with ${EPYTHON}"
-}

Reply via email to