diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-08-14 05:48:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-08-14 05:48:57 +0000 |
commit | 1a773ccd888db600c96f71a8ce424486914482b9 (patch) | |
tree | be8d94725c34b77f177e2f60c0089336f3703f6e | |
parent | 1e405904387f0356d831348a4daf1fd114512d5b (diff) | |
download | freebsd-ports-1a773ccd888db600c96f71a8ce424486914482b9.zip |
math/py-bitmath: Unbreak with python-3 by upgrading to 1.3.3.1
1.2.3 was python-2 version
Approved by: portmgr (blanket; unbreak)
-rw-r--r-- | math/py-bitmath/Makefile | 14 | ||||
-rw-r--r-- | math/py-bitmath/distinfo | 5 |
2 files changed, 6 insertions, 13 deletions
diff --git a/math/py-bitmath/Makefile b/math/py-bitmath/Makefile index 705a11d6c58e..dde9aa8f3334 100644 --- a/math/py-bitmath/Makefile +++ b/math/py-bitmath/Makefile @@ -1,27 +1,19 @@ # $FreeBSD$ PORTNAME= bitmath -PORTVERSION= 1.2.3 -PORTREVISION= 1 +DISTVERSION= 1.3.3.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME} -DISTFILES= ${PORTNAME}-${PORTVERSION}-4.tar.gz MAINTAINER= wg@FreeBSD.org COMMENT= Represent and manipulate file sizes with different prefix notations LICENSE= MIT -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${PY_FLAVOR} -USES= python:2.7 +USES= python USE_PYTHON= autoplist distutils -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-4 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}progressbar231>0:misc/py-progressbar231@${PY_FLAVOR} - .include <bsd.port.mk> diff --git a/math/py-bitmath/distinfo b/math/py-bitmath/distinfo index f16d705ec6f1..1366e9176032 100644 --- a/math/py-bitmath/distinfo +++ b/math/py-bitmath/distinfo @@ -1,2 +1,3 @@ -SHA256 (bitmath-1.2.3-4.tar.gz) = 09fd3697dd0f0bbfd7de1c8821f739d6f4cf0cb854b3314779bcbd3ec9c90ed8 -SIZE (bitmath-1.2.3-4.tar.gz) = 50745 +TIMESTAMP = 1597383696 +SHA256 (bitmath-1.3.3.1.tar.gz) = 293325f01e65defe966853111df11d39215eb705a967cb115851da8c4cfa3eb8 +SIZE (bitmath-1.3.3.1.tar.gz) = 88519 |