Date: Sat, 4 Mar 2017 22:23:20 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435433 - in head/graphics: . py-imagesize py3-imagesize Message-ID: <201703042223.v24MNKG8004743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@bsd.com.br> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-imagesize + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703042223.v24MNKG8004743>