Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2020 05:48:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544869 - head/math/py-bitmath
Message-ID:  <202008140548.07E5mwO0007746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Aug 14 05:48:57 2020
New Revision: 544869
URL: https://svnweb.freebsd.org/changeset/ports/544869

Log:
  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)

Modified:
  head/math/py-bitmath/Makefile
  head/math/py-bitmath/distinfo

Modified: head/math/py-bitmath/Makefile
==============================================================================
--- head/math/py-bitmath/Makefile	Fri Aug 14 05:48:31 2020	(r544868)
+++ head/math/py-bitmath/Makefile	Fri Aug 14 05:48:57 2020	(r544869)
@@ -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>

Modified: head/math/py-bitmath/distinfo
==============================================================================
--- head/math/py-bitmath/distinfo	Fri Aug 14 05:48:31 2020	(r544868)
+++ head/math/py-bitmath/distinfo	Fri Aug 14 05:48:57 2020	(r544869)
@@ -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



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