Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python3-uvloop-0.14.0
Date: Tue, 26 May 2020 19:30:40 +0200	[thread overview]
Message-ID: <20200526173040.ADy-cq95stTO7dh0uUq7uXxily7RkzTgfzAPkefWSgY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22199@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages uvloop
https://github.com/void-linux/void-packages/pull/22199

New package: python3-uvloop-0.14.0


A patch file from https://github.com/void-linux/void-packages/pull/22199.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uvloop-22199.patch --]
[-- Type: text/x-diff, Size: 1286 bytes --]

From c687681addfe4ba2b822fc29db0800cafb3313f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 22 May 2020 11:26:54 -0400
Subject: [PATCH] New package: python3-uvloop-0.14.0

---
 srcpkgs/python3-uvloop/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/python3-uvloop/template

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
new file mode 100644
index 00000000000..bb2f22f259d
--- /dev/null
+++ b/srcpkgs/python3-uvloop/template
@@ -0,0 +1,26 @@
+# Template file for 'python3-uvloop'
+pkgname=python3-uvloop
+version=0.14.0
+revision=1
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools python3-Cython"
+makedepends="libuv-devel python3-devel"
+depends="python3"
+short_desc="Fast replacement for Python asyncio event loop"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/MagicStack/uvloop"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=29738dd376afd33fbaebbb5c129385cbfe08c04ca7d2c187be60334233935d6a
+
+post_patch() {
+	cat <<-EOF >> setup.cfg
+	[build_ext]
+	use-system-libuv=1
+	EOF
+}
+
+post_install() {
+	vlicense LICENSE-MIT
+}

  parent reply	other threads:[~2020-05-26 17:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-22 15:27 [PR PATCH] " ahesford
2020-05-26 14:58 ` [PR PATCH] [Updated] " ahesford
2020-05-26 17:30 ` ahesford [this message]
2020-05-31 13:47 ` [PR PATCH] [Closed]: " Piraty

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=20200526173040.ADy-cq95stTO7dh0uUq7uXxily7RkzTgfzAPkefWSgY@z \
    --to=ahesford@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).