Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 18:57:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526666 - in head/www/py-httptools: . files
Message-ID:  <202002211857.01LIvgYN088886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 21 18:57:41 2020
New Revision: 526666
URL: https://svnweb.freebsd.org/changeset/ports/526666

Log:
  Update to 0.1.1
  
  Changes:	https://github.com/MagicStack/httptools/releases
  		https://github.com/MagicStack/httptools/commits/master

Modified:
  head/www/py-httptools/Makefile
  head/www/py-httptools/distinfo
  head/www/py-httptools/files/patch-setup.py

Modified: head/www/py-httptools/Makefile
==============================================================================
--- head/www/py-httptools/Makefile	Fri Feb 21 18:57:36 2020	(r526665)
+++ head/www/py-httptools/Makefile	Fri Feb 21 18:57:41 2020	(r526666)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httptools
-PORTVERSION=	0.0.13
+PORTVERSION=	0.1.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-httptools/distinfo
==============================================================================
--- head/www/py-httptools/distinfo	Fri Feb 21 18:57:36 2020	(r526665)
+++ head/www/py-httptools/distinfo	Fri Feb 21 18:57:41 2020	(r526666)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579531332
-SHA256 (httptools-0.0.13.tar.gz) = e00cbd7ba01ff748e494248183abc6e153f49181169d8a3d41bb49132ca01dfc
-SIZE (httptools-0.0.13.tar.gz) = 104152
+TIMESTAMP = 1582222974
+SHA256 (httptools-0.1.1.tar.gz) = 41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce
+SIZE (httptools-0.1.1.tar.gz) = 106162

Modified: head/www/py-httptools/files/patch-setup.py
==============================================================================
--- head/www/py-httptools/files/patch-setup.py	Fri Feb 21 18:57:36 2020	(r526665)
+++ head/www/py-httptools/files/patch-setup.py	Fri Feb 21 18:57:41 2020	(r526666)
@@ -1,12 +1,11 @@
---- setup.py.orig	2019-02-25 19:55:33 UTC
+--- setup.py.orig	2020-02-08 00:30:40 UTC
 +++ setup.py
-@@ -26,8 +26,7 @@ setup(
-     packages=['httptools', 'httptools.parser'],
-     ext_modules=[
-         Extension("httptools.parser.parser",
--                  ["httptools/parser/parser.c",
--                   "vendor/http-parser/http_parser.c"],
-+                  ["httptools/parser/parser.c"],
-                   extra_compile_args=['-O2'])
-     ],
-     provides=['httptools'],
+@@ -44,7 +44,7 @@ class httptools_build_ext(build_ext):
+             return
+ 
+         super().initialize_options()
+-        self.use_system_http_parser = False
++        self.use_system_http_parser = True
+         self.cython_always = False
+         self.cython_annotate = None
+         self.cython_directives = None



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002211857.01LIvgYN088886>