svn commit: r422508 - in head/devel: . py3-pylru-cache

Philip Paeps philip at FreeBSD.org
Tue Sep 20 15:29:56 UTC 2016


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 at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pylru-cache
+
+USES=		python:3.2+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list