Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2019 17:01:20 +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: r506373 - head/devel/py-pyinstaller
Message-ID:  <201907101701.x6AH1KQH092416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jul 10 17:01:19 2019
New Revision: 506373
URL: https://svnweb.freebsd.org/changeset/ports/506373

Log:
  Update to 3.5
  
  - Update WWW
  
  Changes:	https://github.com/pyinstaller/pyinstaller/releases
  		https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst

Modified:
  head/devel/py-pyinstaller/Makefile
  head/devel/py-pyinstaller/distinfo
  head/devel/py-pyinstaller/pkg-descr

Modified: head/devel/py-pyinstaller/Makefile
==============================================================================
--- head/devel/py-pyinstaller/Makefile	Wed Jul 10 17:01:14 2019	(r506372)
+++ head/devel/py-pyinstaller/Makefile	Wed Jul 10 17:01:19 2019	(r506373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyinstaller
-PORTVERSION=	3.4
+PORTVERSION=	3.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dis3>0:devel/py-dis3@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}altgraph>0:math/py-altgraph@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}macholib>=1.8:devel/py-macholib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pefile>=2017.8.1:devel/py-pefile@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}altgraph>0:math/py-altgraph@${PY_FLAVOR}
 
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils

Modified: head/devel/py-pyinstaller/distinfo
==============================================================================
--- head/devel/py-pyinstaller/distinfo	Wed Jul 10 17:01:14 2019	(r506372)
+++ head/devel/py-pyinstaller/distinfo	Wed Jul 10 17:01:19 2019	(r506373)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537587166
-SHA256 (PyInstaller-3.4.tar.gz) = a5a6e04a66abfcf8761e89a2ebad937919c6be33a7b8963e1a961b55cb35986b
-SIZE (PyInstaller-3.4.tar.gz) = 3487849
+TIMESTAMP = 1562773511
+SHA256 (PyInstaller-3.5.tar.gz) = ee7504022d1332a3324250faf2135ea56ac71fdb6309cff8cd235de26b1d0a96
+SIZE (PyInstaller-3.5.tar.gz) = 3518991

Modified: head/devel/py-pyinstaller/pkg-descr
==============================================================================
--- head/devel/py-pyinstaller/pkg-descr	Wed Jul 10 17:01:14 2019	(r506372)
+++ head/devel/py-pyinstaller/pkg-descr	Wed Jul 10 17:01:19 2019	(r506373)
@@ -11,4 +11,4 @@ out-of-the-box.  This means that, with PyInstaller, al
 to make external packages work are already integrated within PyInstaller
 itself so that there is no user intervention required.
 
-WWW: https://pypi.org/project/PyInstaller/
+WWW: https://www.pyinstaller.org/



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