From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/python-uvloop: bump to version 0.14.0
Date: Tue, 5 Nov 2019 21:47:56 +0200 [thread overview]
Message-ID: <20191105194756.9213-2-asafka7@gmail.com> (raw)
In-Reply-To: <20191105194756.9213-1-asafka7@gmail.com>
The package now fully supports Python 3.8, so the pre-build
hook and the dependency on host-python-cython can be removed.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/python-uvloop/python-uvloop.hash | 4 ++--
package/python-uvloop/python-uvloop.mk | 17 +++++------------
2 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/package/python-uvloop/python-uvloop.hash b/package/python-uvloop/python-uvloop.hash
index 3c274097fe..436babf915 100644
--- a/package/python-uvloop/python-uvloop.hash
+++ b/package/python-uvloop/python-uvloop.hash
@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/uvloop/json
-md5 11c84a0a62048200a70272ec9a990ff9 uvloop-0.13.0.tar.gz
-sha256 942cd07035510b149d6160796f4e972137130ae953871b6a98c2cf5d5ab68c2e uvloop-0.13.0.tar.gz
+md5 a2f82abb676756f11f544c6b51caf171 uvloop-0.14.0.tar.gz
+sha256 123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e uvloop-0.14.0.tar.gz
# Locally computed sha256 checksums
sha256 2fdc436a67077941295c58647f521fbef8f50e46db0970552fa1a4dd8ae261c6 LICENSE-APACHE
sha256 9185f3c77e9f6ef8859a6ba4c94128ac1329876be3e813aad32d7645e51ae409 LICENSE-MIT
diff --git a/package/python-uvloop/python-uvloop.mk b/package/python-uvloop/python-uvloop.mk
index 8dbe3b36d9..3ee8d299a3 100644
--- a/package/python-uvloop/python-uvloop.mk
+++ b/package/python-uvloop/python-uvloop.mk
@@ -4,21 +4,14 @@
#
################################################################################
-PYTHON_UVLOOP_VERSION = 0.13.0
+PYTHON_UVLOOP_VERSION = 0.14.0
PYTHON_UVLOOP_SOURCE = uvloop-$(PYTHON_UVLOOP_VERSION).tar.gz
-PYTHON_UVLOOP_SITE = https://files.pythonhosted.org/packages/e3/15/dc3276384f4363015d7c72282f37066bae26c77f99158f66c9058ac167cf
+PYTHON_UVLOOP_SITE = https://files.pythonhosted.org/packages/84/2e/462e7a25b787d2b40cf6c9864a9e702f358349fc9cfb77e83c38acb73048
PYTHON_UVLOOP_SETUP_TYPE = setuptools
PYTHON_UVLOOP_LICENSE = Apache-2.0, MIT
PYTHON_UVLOOP_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
-PYTHON_UVLOOP_BUILD_OPTS = build_ext --inplace --cython-always --use-system-libuv
-PYTHON_UVLOOP_INSTALL_TARGET_OPTS = build_ext --inplace --cython-always --use-system-libuv
-PYTHON_UVLOOP_DEPENDENCIES = libuv host-python-cython
-
-# force regenerating loop.c with cython. can be removed with the next
-# uvloop version bump
-define PYTHON_UVLOOP_FORCE_REGEN_LOOPC
- $(RM) $(@D)/uvloop/loop.c
-endef
-PYTHON_UVLOOP_PRE_BUILD_HOOKS += PYTHON_UVLOOP_FORCE_REGEN_LOOPC
+PYTHON_UVLOOP_BUILD_OPTS = build_ext --inplace --use-system-libuv
+PYTHON_UVLOOP_INSTALL_TARGET_OPTS = build_ext --inplace --use-system-libuv
+PYTHON_UVLOOP_DEPENDENCIES = libuv
$(eval $(python-package))
--
2.20.1
next prev parent reply other threads:[~2019-11-05 19:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-05 19:47 [Buildroot] [PATCH 1/1] package/python-six: bump to version 1.13.0 Asaf Kahlon
2019-11-05 19:47 ` Asaf Kahlon [this message]
2019-11-07 21:40 ` [Buildroot] [PATCH 1/1] package/python-uvloop: bump to version 0.14.0 Thomas Petazzoni
2019-11-07 21:40 ` [Buildroot] [PATCH 1/1] package/python-six: bump to version 1.13.0 Thomas Petazzoni
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=20191105194756.9213-2-asafka7@gmail.com \
--to=asafka7@gmail.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.