Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-uvloop-0.14.0
@ 2020-05-22 15:27 ahesford
  2020-05-26 14:58 ` [PR PATCH] [Updated] " ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ahesford @ 2020-05-22 15:27 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1292 bytes --]

From 94dc1be1b35c96ac747ec796df32bf2612c15ee3 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 | 23 +++++++++++++++++++++++
 1 file changed, 23 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..6043edaca80
--- /dev/null
+++ b/srcpkgs/python3-uvloop/template
@@ -0,0 +1,23 @@
+# 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"
+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() {
+	vsed -i setup.py \
+		-e 's/\bself.use_system_libuv = False\b/self.use_system_libuv = True/'
+}
+
+post_install() {
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-31 13:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22 15:27 [PR PATCH] New package: python3-uvloop-0.14.0 ahesford
2020-05-26 14:58 ` [PR PATCH] [Updated] " ahesford
2020-05-26 17:30 ` ahesford
2020-05-31 13:47 ` [PR PATCH] [Closed]: " Piraty

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).