Date: Tue, 20 Sep 2016 15:29:54 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422508 - in head/devel: . py3-pylru-cache Message-ID: <201609201529.u8KFTsEH063790@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: philip Date: Tue Sep 20 15:29:54 2016 New Revision: 422508 URL: https://svnweb.freebsd.org/changeset/ports/422508 Log: Add a Python 3 wrapper for devel/py-pylru-cache. Added: head/devel/py3-pylru-cache/ head/devel/py3-pylru-cache/Makefile (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 20 15:27:27 2016 (r422507) +++ head/devel/Makefile Tue Sep 20 15:29:54 2016 (r422508) @@ -4677,6 +4677,7 @@ SUBDIR += py3-libpeas SUBDIR += py3-nose SUBDIR += py3-pyicu + SUBDIR += py3-pylru-cache SUBDIR += py3-python-magic SUBDIR += py3-pytz SUBDIR += py3-vcversioner Added: head/devel/py3-pylru-cache/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-pylru-cache/Makefile Tue Sep 20 15:29:54 2016 (r422508) @@ -0,0 +1,8 @@ +# Created by: Philip Paeps <philip@FreeBSD.org> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-pylru-cache + +USES= python:3.2+ + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201529.u8KFTsEH063790>