Index: head/devel/py-backports.functools_lru_cache/Makefile =================================================================== --- head/devel/py-backports.functools_lru_cache/Makefile (nonexistent) +++ head/devel/py-backports.functools_lru_cache/Makefile (revision 425970) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= backports.functools_lru_cache +PORTVERSION= 1.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mva@FreeBSD.org +COMMENT= Backport of the lru_cache function from Python 3.3's functools + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:devel/py-setuptools_scm + +USES= python:2.7 +USE_PYTHON= autoplist distutils + +.include Property changes on: head/devel/py-backports.functools_lru_cache/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-backports.functools_lru_cache/distinfo =================================================================== --- head/devel/py-backports.functools_lru_cache/distinfo (nonexistent) +++ head/devel/py-backports.functools_lru_cache/distinfo (revision 425970) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478939784 +SHA256 (backports.functools_lru_cache-1.3.tar.gz) = 444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95 +SIZE (backports.functools_lru_cache-1.3.tar.gz) = 6685 Property changes on: head/devel/py-backports.functools_lru_cache/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-backports.functools_lru_cache/pkg-descr =================================================================== --- head/devel/py-backports.functools_lru_cache/pkg-descr (nonexistent) +++ head/devel/py-backports.functools_lru_cache/pkg-descr (revision 425970) @@ -0,0 +1,3 @@ +A backport of the lru_cache function from Python 3.3's functools. + +WWW: https://github.com/jaraco/backports.functools_lru_cache Property changes on: head/devel/py-backports.functools_lru_cache/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property