svn commit: r482275 - head/devel/py-pycompilation

Yuri Victorovich yuri at FreeBSD.org
Wed Oct 17 07:07:59 UTC 2018


Author: yuri
Date: Wed Oct 17 07:07:58 2018
New Revision: 482275
URL: https://svnweb.freebsd.org/changeset/ports/482275

Log:
  devel/py-pycompilation: Update 0.4.3 -> 0.4.4
  
  Add NO_ARCH
  
  Reported by:	portscout

Modified:
  head/devel/py-pycompilation/Makefile
  head/devel/py-pycompilation/distinfo

Modified: head/devel/py-pycompilation/Makefile
==============================================================================
--- head/devel/py-pycompilation/Makefile	Wed Oct 17 07:04:50 2018	(r482274)
+++ head/devel/py-pycompilation/Makefile	Wed Oct 17 07:07:58 2018	(r482275)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pycompilation
-DISTVERSION=	0.4.3
+DISTVERSION=	0.4.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,5 +17,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 
 USES=		python
 USE_PYTHON=	distutils cython_run autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-pycompilation/distinfo
==============================================================================
--- head/devel/py-pycompilation/distinfo	Wed Oct 17 07:04:50 2018	(r482274)
+++ head/devel/py-pycompilation/distinfo	Wed Oct 17 07:07:58 2018	(r482275)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537399582
-SHA256 (pycompilation-0.4.3.tar.gz) = 3d574b931780d9a4fd343b72872a2a0a7dff2a7c74612b4c2bf25910f2fa2e99
-SIZE (pycompilation-0.4.3.tar.gz) = 19035
+TIMESTAMP = 1539759931
+SHA256 (pycompilation-0.4.4.tar.gz) = 4e874bcd7186a33246245cff659bcf585eb99ea6dd0d8a73eb4d489b78d9e5a3
+SIZE (pycompilation-0.4.4.tar.gz) = 19685


More information about the svn-ports-all mailing list