Date: Mon, 6 Apr 2015 20:15:11 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383478 - head/devel/renpy Message-ID: <201504062015.t36KFB4v039399@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Apr 6 20:15:10 2015 New Revision: 383478 URL: https://svnweb.freebsd.org/changeset/ports/383478 Log: Don't extract python bytecode from the distfile No PORTREVISION bump: distutils defaults to building without -O and the following files aren't even installed. $ ls **/*.py[co] module/generate_styles.pyo module/setuplib.pyo Modified: head/devel/renpy/Makefile Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Mon Apr 6 20:13:22 2015 (r383477) +++ head/devel/renpy/Makefile Mon Apr 6 20:15:10 2015 (r383478) @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game USES= python:2.7 shebangfix tar:bz2 USE_PYTHON= autoplist distutils USE_SDL= sdl2 -EXTRACT_AFTER_ARGS=--exclude gen +EXTRACT_AFTER_ARGS=--exclude gen --exclude '*.py[co]' SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504062015.t36KFB4v039399>