git: d999feb43596 - main - www/py-httptools: Update to 0.1.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Apr 29 14:37:04 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d999feb435964f6fc7536c160a31298b322bade2
commit d999feb435964f6fc7536c160a31298b322bade2
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-29 14:19:19 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-29 14:24:12 +0000
www/py-httptools: Update to 0.1.2
Changes: https://github.com/MagicStack/httptools/releases
---
www/py-httptools/Makefile | 4 ++--
www/py-httptools/distinfo | 6 +++---
www/py-httptools/files/patch-httptools-parser-parser.c | 4 ++--
www/py-httptools/files/patch-setup.py | 11 ++++++++++-
4 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/www/py-httptools/Makefile b/www/py-httptools/Makefile
index 5168c30f4333..7ca770309234 100644
--- a/www/py-httptools/Makefile
+++ b/www/py-httptools/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= httptools
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libhttp_parser.so:www/http-parser
USES= localbase python:3.5+
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
post-patch:
@${RM} -r ${WRKSRC}/vendor/
diff --git a/www/py-httptools/distinfo b/www/py-httptools/distinfo
index c6767920097a..2c99ce9dc201 100644
--- a/www/py-httptools/distinfo
+++ b/www/py-httptools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582222974
-SHA256 (httptools-0.1.1.tar.gz) = 41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce
-SIZE (httptools-0.1.1.tar.gz) = 106162
+TIMESTAMP = 1619569497
+SHA256 (httptools-0.1.2.tar.gz) = 07659649fe6b3948b6490825f89abe5eb1cec79ebfaaa0b4bf30f3f33f3c2ba8
+SIZE (httptools-0.1.2.tar.gz) = 106716
diff --git a/www/py-httptools/files/patch-httptools-parser-parser.c b/www/py-httptools/files/patch-httptools-parser-parser.c
index 35bef34ad466..c18f747d0409 100644
--- a/www/py-httptools/files/patch-httptools-parser-parser.c
+++ b/www/py-httptools/files/patch-httptools-parser-parser.c
@@ -1,6 +1,6 @@
---- httptools/parser/parser.c.orig 2019-02-25 19:54:42 UTC
+--- httptools/parser/parser.c.orig 2021-04-26 15:52:02 UTC
+++ httptools/parser/parser.c
-@@ -609,7 +609,7 @@ static CYTHON_INLINE float __PYX_NAN() {
+@@ -625,7 +625,7 @@ static CYTHON_INLINE float __PYX_NAN() {
#include <stdio.h>
#include "pythread.h"
#include <stdint.h>
diff --git a/www/py-httptools/files/patch-setup.py b/www/py-httptools/files/patch-setup.py
index 7a96e1f8532c..c879a41c7b89 100644
--- a/www/py-httptools/files/patch-setup.py
+++ b/www/py-httptools/files/patch-setup.py
@@ -1,5 +1,14 @@
---- setup.py.orig 2020-02-08 00:30:40 UTC
+--- setup.py.orig 2021-04-26 15:51:55 UTC
+++ setup.py
+@@ -15,7 +15,7 @@ CFLAGS = ['-O2']
+
+ ROOT = pathlib.Path(__file__).parent
+
+-CYTHON_DEPENDENCY = 'Cython==0.29.22'
++CYTHON_DEPENDENCY = 'Cython>=0.29.21'
+
+
+ class httptools_build_ext(build_ext):
@@ -44,7 +44,7 @@ class httptools_build_ext(build_ext):
return
More information about the dev-commits-ports-all
mailing list