Date: Wed, 14 Apr 2021 12:48:26 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0f944f3d8a9c - main - www/py-http-parser: minor adjustments Message-ID: <202104141248.13ECmQNf092017@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f944f3d8a9c709575ffd4f7023d296c4ad38aa4 commit 0f944f3d8a9c709575ffd4f7023d296c4ad38aa4 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2021-04-14 12:46:33 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2021-04-14 12:46:33 +0000 www/py-http-parser: minor adjustments - use DISTVERSION instead of PORTVERSION - set minimal python version required to 3.6+ (while technically it works with anything from 2.6+) --- www/py-http-parser/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile index b1ca37494e10..bd735bd5ab42 100644 --- a/www/py-http-parser/Makefile +++ b/www/py-http-parser/Makefile @@ -1,5 +1,5 @@ PORTNAME= http-parser -PORTVERSION= 0.9.0 +DISTVERSION= 0.9.0 CATEGORIES= www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ COMMENT= HTTP request/response parser for python in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104141248.13ECmQNf092017>