svn commit: r491182 - head/converters/py-pint

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 25 19:58:43 UTC 2019


Author: sunpoet
Date: Fri Jan 25 19:58:40 2019
New Revision: 491182
URL: https://svnweb.freebsd.org/changeset/ports/491182

Log:
  Update to 0.9
  
  Changes:	https://github.com/hgrecco/pint/blob/master/CHANGES

Modified:
  head/converters/py-pint/Makefile
  head/converters/py-pint/distinfo

Modified: head/converters/py-pint/Makefile
==============================================================================
--- head/converters/py-pint/Makefile	Fri Jan 25 19:58:35 2019	(r491181)
+++ head/converters/py-pint/Makefile	Fri Jan 25 19:58:40 2019	(r491182)
@@ -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 quant
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
-.include <bsd.port.mk>
+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.post.mk>

Modified: head/converters/py-pint/distinfo
==============================================================================
--- head/converters/py-pint/distinfo	Fri Jan 25 19:58:35 2019	(r491181)
+++ head/converters/py-pint/distinfo	Fri Jan 25 19:58:40 2019	(r491182)
@@ -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


More information about the svn-ports-head mailing list