public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/
Date: Mon, 13 May 2024 22:38:33 +0000 (UTC)	[thread overview]
Message-ID: <1715638702.f7fc0b218b9380e146c92f128d4509a407029593.julien@gentoo> (raw)

commit:     f7fc0b218b9380e146c92f128d4509a407029593
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon May 13 22:16:33 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7fc0b21

dev-python/curio: treeclean

Closes: https://bugs.gentoo.org/931372
Closes: https://bugs.gentoo.org/884639
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/curio/Manifest         |  1 -
 dev-python/curio/curio-1.6.ebuild | 31 -------------------------------
 dev-python/curio/metadata.xml     | 22 ----------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-python/curio/Manifest b/dev-python/curio/Manifest
deleted file mode 100644
index 69cf93cf66..0000000000
--- a/dev-python/curio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST curio-1.6.tar.gz 235660 BLAKE2B b09f0c5cf62a99efefd95727f5547cf4f02a8b921b52f21051acb206098886fec63123772b826efa1c2842291cbcf4225324e5d7a85b103caacf94035be741ec SHA512 480824a50055d170cc01e2ab28dc1b276df9ab8dfbd50f3c70fe6e3fe2a745b636a4717f7886463a1ed38d6fc357098239e1718e00c8f983369b72f4e5d20f17

diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild
deleted file mode 100644
index 1acb6a9614..0000000000
--- a/dev-python/curio/curio-1.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Curio is a coroutine-based library for concurrent systems programming"
-HOMEPAGE="
-	https://github.com/dabeaz/curio
-	https://pypi.org/project/curio/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples"
-
-DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-EPYTEST_DESELECT=(
-	# Needs net
-	"tests/test_network.py::test_ssl_outgoing"
-)
-
-distutils_enable_sphinx docs --no-autodoc
-distutils_enable_tests pytest

diff --git a/dev-python/curio/metadata.xml b/dev-python/curio/metadata.xml
deleted file mode 100644
index 03c3a912d5..0000000000
--- a/dev-python/curio/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <!-- maintainer-needed -->
-    <longdescription lang="en">
-Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues. It works on Unix and Windows. You'll find it to be familiar, small, fast, and fun
-Core Features
-
-Curio supports standard synchronization primitives (events, locks, recursive locks, semaphores, and condition variables), queues, subprocesses, as well as running tasks in threads and processes. The task model fully supports cancellation, task groups, timeouts, monitoring, and other features critical to writing reliable code.
-    </longdescription>
-    <upstream>
-        <maintainer>
-            <name>David Beazley</name>
-            <email>dave@dabeaz.com</email>
-        </maintainer>
-        <remote-id type="github">dabeaz/curio</remote-id>
-        <remote-id type="pypi">curio</remote-id>
-        <bugs-to>https://github.com/dabeaz/curio/issues</bugs-to>
-        <changelog>https://github.com/dabeaz/curio/blob/master/CHANGES</changelog>
-        <doc>https://curio.readthedocs.io/</doc>
-    </upstream>
-</pkgmetadata>


WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/curio/
Date: Mon, 13 May 2024 22:21:44 +0000 (UTC)	[thread overview]
Message-ID: <1715638702.f7fc0b218b9380e146c92f128d4509a407029593.julien@gentoo> (raw)
Message-ID: <20240513222144.bC8sCMDo35I95jPP_zX2oUbL3eEScBuaPU4gYL0x0KM@z> (raw)

commit:     f7fc0b218b9380e146c92f128d4509a407029593
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon May 13 22:16:33 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7fc0b21

dev-python/curio: treeclean

Closes: https://bugs.gentoo.org/931372
Closes: https://bugs.gentoo.org/884639
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/curio/Manifest         |  1 -
 dev-python/curio/curio-1.6.ebuild | 31 -------------------------------
 dev-python/curio/metadata.xml     | 22 ----------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-python/curio/Manifest b/dev-python/curio/Manifest
deleted file mode 100644
index 69cf93cf66..0000000000
--- a/dev-python/curio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST curio-1.6.tar.gz 235660 BLAKE2B b09f0c5cf62a99efefd95727f5547cf4f02a8b921b52f21051acb206098886fec63123772b826efa1c2842291cbcf4225324e5d7a85b103caacf94035be741ec SHA512 480824a50055d170cc01e2ab28dc1b276df9ab8dfbd50f3c70fe6e3fe2a745b636a4717f7886463a1ed38d6fc357098239e1718e00c8f983369b72f4e5d20f17

diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild
deleted file mode 100644
index 1acb6a9614..0000000000
--- a/dev-python/curio/curio-1.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Curio is a coroutine-based library for concurrent systems programming"
-HOMEPAGE="
-	https://github.com/dabeaz/curio
-	https://pypi.org/project/curio/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples"
-
-DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-EPYTEST_DESELECT=(
-	# Needs net
-	"tests/test_network.py::test_ssl_outgoing"
-)
-
-distutils_enable_sphinx docs --no-autodoc
-distutils_enable_tests pytest

diff --git a/dev-python/curio/metadata.xml b/dev-python/curio/metadata.xml
deleted file mode 100644
index 03c3a912d5..0000000000
--- a/dev-python/curio/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <!-- maintainer-needed -->
-    <longdescription lang="en">
-Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues. It works on Unix and Windows. You'll find it to be familiar, small, fast, and fun
-Core Features
-
-Curio supports standard synchronization primitives (events, locks, recursive locks, semaphores, and condition variables), queues, subprocesses, as well as running tasks in threads and processes. The task model fully supports cancellation, task groups, timeouts, monitoring, and other features critical to writing reliable code.
-    </longdescription>
-    <upstream>
-        <maintainer>
-            <name>David Beazley</name>
-            <email>dave@dabeaz.com</email>
-        </maintainer>
-        <remote-id type="github">dabeaz/curio</remote-id>
-        <remote-id type="pypi">curio</remote-id>
-        <bugs-to>https://github.com/dabeaz/curio/issues</bugs-to>
-        <changelog>https://github.com/dabeaz/curio/blob/master/CHANGES</changelog>
-        <doc>https://curio.readthedocs.io/</doc>
-    </upstream>
-</pkgmetadata>


             reply	other threads:[~2024-05-13 22:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13 22:38 Julien Roy [this message]
2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/curio/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2023-01-31 11:00 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2023-01-30 10:29 Viorel Munteanu
2023-01-30 10:29 Viorel Munteanu
2021-05-24 11:06 Andrew Ammerlaan
2021-03-12 12:10 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-12 12:10 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-06 10:49 Andrew Ammerlaan
2020-11-28 13:57 Andrew Ammerlaan
2020-11-28 13:57 Andrew Ammerlaan
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-04-12 16:16 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12 16:39 ` [gentoo-commits] repo/proj/guru:master " 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=1715638702.f7fc0b218b9380e146c92f128d4509a407029593.julien@gentoo \
    --to=julien@jroy.ca \
    --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