From owner-svn-ports-all@freebsd.org Tue Dec 12 06:54:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1673E8F6ED; Tue, 12 Dec 2017 06:54:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA216EF9F; Tue, 12 Dec 2017 06:54:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBC6sqPR004047; Tue, 12 Dec 2017 06:54:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBC6sq7T004045; Tue, 12 Dec 2017 06:54:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712120654.vBC6sq7T004045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 12 Dec 2017 06:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456108 - head/textproc/py-python-augeas X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/textproc/py-python-augeas X-SVN-Commit-Revision: 456108 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 06:54:53 -0000 Author: antoine Date: Tue Dec 12 06:54:52 2017 New Revision: 456108 URL: https://svnweb.freebsd.org/changeset/ports/456108 Log: Fix packaging with python3 Modified: head/textproc/py-python-augeas/Makefile head/textproc/py-python-augeas/pkg-plist Modified: head/textproc/py-python-augeas/Makefile ============================================================================== --- head/textproc/py-python-augeas/Makefile Tue Dec 12 06:33:58 2017 (r456107) +++ head/textproc/py-python-augeas/Makefile Tue Dec 12 06:54:52 2017 (r456108) @@ -12,16 +12,12 @@ COMMENT= Pure python bindings for Augeas LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -py34_BROKEN= does not package -py35_BROKEN= does not package -py36_BROKEN= does not package - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${FLAVOR} LIB_DEPENDS= libaugeas.so:textproc/augeas USES= python USE_GITHUB= yes -USE_PYTHON= distutils +USE_PYTHON= distutils py3kplist GH_ACCOUNT= hercules-team Modified: head/textproc/py-python-augeas/pkg-plist ============================================================================== --- head/textproc/py-python-augeas/pkg-plist Tue Dec 12 06:33:58 2017 (r456107) +++ head/textproc/py-python-augeas/pkg-plist Tue Dec 12 06:54:52 2017 (r456108) @@ -1,9 +1,9 @@ -%%PYTHON_SITELIBDIR%%/augeas.%%PYTHON_PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/augeas.py %%PYTHON_SITELIBDIR%%/augeas.pyc -%%PYTHON_SITELIBDIR%%/augeas/__init__.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/augeas.pyo %%PYTHON_SITELIBDIR%%/augeas/__init__.py %%PYTHON_SITELIBDIR%%/augeas/__init__.pyc -%%PYTHON_SITELIBDIR%%/augeas/ffi.%%PYTHON_PYOEXTENSION%% +%%PYTHON_SITELIBDIR%%/augeas/__init__.pyo %%PYTHON_SITELIBDIR%%/augeas/ffi.py %%PYTHON_SITELIBDIR%%/augeas/ffi.pyc +%%PYTHON_SITELIBDIR%%/augeas/ffi.pyo