diff --git a/devel/py-cached-property/Makefile b/devel/py-cached-property/Makefile index 6758c366bd28..643c7e7aca80 100644 --- a/devel/py-cached-property/Makefile +++ b/devel/py-cached-property/Makefile @@ -1,16 +1,18 @@ PORTNAME= cached-property -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Decorator for caching properties in classes LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include diff --git a/devel/py-cached-property/distinfo b/devel/py-cached-property/distinfo index 8714e25d7ae5..940c96d65156 100644 --- a/devel/py-cached-property/distinfo +++ b/devel/py-cached-property/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560206186 -SHA256 (cached-property-1.5.1.tar.gz) = 9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504 -SIZE (cached-property-1.5.1.tar.gz) = 12791 +TIMESTAMP = 1620151074 +SHA256 (cached-property-1.5.2.tar.gz) = 9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130 +SIZE (cached-property-1.5.2.tar.gz) = 12244 diff --git a/devel/py-cached-property/pkg-descr b/devel/py-cached-property/pkg-descr index 197d3bf94eca..91f8304c9cb3 100644 --- a/devel/py-cached-property/pkg-descr +++ b/devel/py-cached-property/pkg-descr @@ -1,5 +1,4 @@ -A decorator for caching properties in classes. - -Makes caching of time or computational expensive properties quick and easy. +cached-property is a decorator for caching properties in classes. It makes +caching of time or computational expensive properties quick and easy. WWW: https://github.com/pydanny/cached-property