svn commit: r435433 - in head/graphics: . py-imagesize py3-imagesize

Kris Moore kmoore at FreeBSD.org
Sat Mar 4 22:23:22 UTC 2017


Author: kmoore
Date: Sat Mar  4 22:23:20 2017
New Revision: 435433
URL: https://svnweb.freebsd.org/changeset/ports/435433

Log:
  - Create python3 version of graphics/py-imagesize
  - Set architecture neutral
  
  PR: 217470
  Submitted by: Danilo Baio <dbaio at bsd.com.br>

Added:
  head/graphics/py3-imagesize/
  head/graphics/py3-imagesize/Makefile   (contents, props changed)
Modified:
  head/graphics/Makefile
  head/graphics/py-imagesize/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Mar  4 22:19:33 2017	(r435432)
+++ head/graphics/Makefile	Sat Mar  4 22:23:20 2017	(r435433)
@@ -892,6 +892,7 @@
     SUBDIR += py-wand
     SUBDIR += py-webcolors
     SUBDIR += py3-cairo
+    SUBDIR += py3-imagesize
     SUBDIR += py3-pillow
     SUBDIR += py3-pygraphviz
     SUBDIR += pygts

Modified: head/graphics/py-imagesize/Makefile
==============================================================================
--- head/graphics/py-imagesize/Makefile	Sat Mar  4 22:19:33 2017	(r435432)
+++ head/graphics/py-imagesize/Makefile	Sat Mar  4 22:23:20 2017	(r435433)
@@ -12,7 +12,8 @@ COMMENT=	Python image size library
 
 LICENSE=	MIT
 
-USES=		python
+NO_ARCH=	yes
+USES?=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Added: head/graphics/py3-imagesize/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py3-imagesize/Makefile	Sat Mar  4 22:23:20 2017	(r435433)
@@ -0,0 +1,8 @@
+# Created by: Danilo G. Baio <dbaio at bsd.com.br>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-imagesize
+
+USES=	python:3.3+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list