diff --git a/devel/py-backports.functools_lru_cache/Makefile b/devel/py-backports.functools_lru_cache/Makefile index e5a95a931a7c..70bb2a85380f 100644 --- a/devel/py-backports.functools_lru_cache/Makefile +++ b/devel/py-backports.functools_lru_cache/Makefile @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= backports.functools_lru_cache PORTVERSION= 1.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Backport of the lru_cache function from Python 3.3's functools +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Backport of functools.lru_cache from Python 3.3 LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:devel/py-setuptools_scm -USES= python:2.7 +NO_ARCH= yes USE_PYTHON= autoplist distutils +USES= python:2.7 .include diff --git a/devel/py-backports.functools_lru_cache/pkg-descr b/devel/py-backports.functools_lru_cache/pkg-descr index 3c240cb00972..89167cf75cd1 100644 --- a/devel/py-backports.functools_lru_cache/pkg-descr +++ b/devel/py-backports.functools_lru_cache/pkg-descr @@ -1,3 +1,5 @@ -A backport of the lru_cache function from Python 3.3's functools. +backports.functools_lru_cache is a backport of functools.lru_cache from Python +3.3 as published at ActiveState. +WWW: https://pypi.python.org/pypi/backports.functools_lru_cache WWW: https://github.com/jaraco/backports.functools_lru_cache