aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/py-pint/Makefile15
-rw-r--r--converters/py-pint/distinfo6
2 files changed, 14 insertions, 7 deletions
diff --git a/converters/py-pint/Makefile b/converters/py-pint/Makefile
index f3bb3a35a4ac..e7580d48bda8 100644
--- a/converters/py-pint/Makefile
+++ b/converters/py-pint/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pint
-PORTVERSION= 0.8.1
+PORTVERSION= 0.9
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,15 @@ COMMENT= Define, operate and manipulate physical quantities
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_PYTHON= autoplist concurrent distutils
USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3000
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR}
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/converters/py-pint/distinfo b/converters/py-pint/distinfo
index b0461c700bb0..8a21670875f8 100644
--- a/converters/py-pint/distinfo
+++ b/converters/py-pint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523722809
-SHA256 (Pint-0.8.1.tar.gz) = afcf31443a478c32bbac4b00337ee9026a13d0e2ac83d30c79151462513bb0d4
-SIZE (Pint-0.8.1.tar.gz) = 162197
+TIMESTAMP = 1548426096
+SHA256 (Pint-0.9.tar.gz) = 32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2
+SIZE (Pint-0.9.tar.gz) = 178344