Date: Fri, 19 Jun 2020 16:08:08 +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: r539665 - head/devel/py-Pint Message-ID: <202006191608.05JG88dx075925@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 19 16:08:07 2020 New Revision: 539665 URL: https://svnweb.freebsd.org/changeset/ports/539665 Log: Update to 0.11 - Allow concurrent installation (USE_PYTHON=concurrent) - Take maintainership Changes: https://github.com/hgrecco/pint/blob/master/CHANGES PR: 246399 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 38 days) Modified: head/devel/py-Pint/Makefile head/devel/py-Pint/distinfo Modified: head/devel/py-Pint/Makefile ============================================================================== --- head/devel/py-Pint/Makefile Fri Jun 19 16:08:02 2020 (r539664) +++ head/devel/py-Pint/Makefile Fri Jun 19 16:08:07 2020 (r539665) @@ -2,20 +2,24 @@ # $FreeBSD$ PORTNAME= Pint -PORTVERSION= 0.8.1 +PORTVERSION= 0.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alexander.nusov@nfvexpress.com +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Physical quantities module LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} + +USES= python:3.6+ shebangfix +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes -USES= python -USE_PYTHON= autoplist distutils +SHEBANG_FILES= pint/pint-convert .include <bsd.port.mk> Modified: head/devel/py-Pint/distinfo ============================================================================== --- head/devel/py-Pint/distinfo Fri Jun 19 16:08:02 2020 (r539664) +++ head/devel/py-Pint/distinfo Fri Jun 19 16:08:07 2020 (r539665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532836832 -SHA256 (Pint-0.8.1.tar.gz) = afcf31443a478c32bbac4b00337ee9026a13d0e2ac83d30c79151462513bb0d4 -SIZE (Pint-0.8.1.tar.gz) = 162197 +TIMESTAMP = 1587395444 +SHA256 (Pint-0.11.tar.gz) = 308f1070500e102f83b6adfca6db53debfce2ffc5d3cbe3f6c367da359b5cf4d +SIZE (Pint-0.11.tar.gz) = 247911
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006191608.05JG88dx075925>