Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:36:21 +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: r545857 - head/devel/py-pint
Message-ID:  <202008231936.07NJaMOL071580@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:36:21 2020
New Revision: 545857
URL: https://svnweb.freebsd.org/changeset/ports/545857

Log:
  Update to 0.15
  
  - Update WWW
  
  Changes:	https://github.com/hgrecco/pint/blob/master/CHANGES

Modified:
  head/devel/py-pint/Makefile
  head/devel/py-pint/distinfo
  head/devel/py-pint/pkg-descr   (contents, props changed)

Modified: head/devel/py-pint/Makefile
==============================================================================
--- head/devel/py-pint/Makefile	Sun Aug 23 19:36:16 2020	(r545856)
+++ head/devel/py-pint/Makefile	Sun Aug 23 19:36:21 2020	(r545857)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pint
-PORTVERSION=	0.14
+PORTVERSION=	0.15
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-pint/distinfo
==============================================================================
--- head/devel/py-pint/distinfo	Sun Aug 23 19:36:16 2020	(r545856)
+++ head/devel/py-pint/distinfo	Sun Aug 23 19:36:21 2020	(r545857)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594117175
-SHA256 (Pint-0.14.tar.gz) = 9aa450ebb9d722ed03fa9a450104cfd16c479b49f862d547c6f77320de597f72
-SIZE (Pint-0.14.tar.gz) = 251229
+TIMESTAMP = 1598175228
+SHA256 (Pint-0.15.tar.gz) = 73b517bc4e49d199eb8ae9ed49104d74a11e596849ad2330b58c09e1eb6f327d
+SIZE (Pint-0.15.tar.gz) = 255706

Modified: head/devel/py-pint/pkg-descr
==============================================================================
--- head/devel/py-pint/pkg-descr	Sun Aug 23 19:36:16 2020	(r545856)
+++ head/devel/py-pint/pkg-descr	Sun Aug 23 19:36:21 2020	(r545857)
@@ -1,11 +1,10 @@
-Pint is a Python package to define, operate and manipulate physical
-quantities: the product of a numerical value and a unit of measurement. It
-allows arithmetic operations between them and conversions from and to
-different units.
+Pint is a Python package to define, operate and manipulate physical quantities:
+the product of a numerical value and a unit of measurement. It allows arithmetic
+operations between them and conversions from and to different units.
 
 It is distributed with a comprehensive list of physical units, prefixes and
 constants. Due to its modular design, you can extend (or even rewrite!) the
 complete list without changing the source code. It supports a lot of numpy
 mathematical operations without monkey patching or wrapping numpy.
 
-WWW: https://pypi.org/project/Pint/
+WWW: https://github.com/hgrecco/pint



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