aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-04 19:15:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-04 19:15:22 +0000
commit10131515a555b7be8e0c872da5c2d1f33c458050 (patch)
tree13eb0d6f7d58b1545800a84b975d39db36db9c69
parent7f2ebfd443894132437bbc15d8dc028963b42826 (diff)
downloadports-10131515a555b7be8e0c872da5c2d1f33c458050.tar.gz
ports-10131515a555b7be8e0c872da5c2d1f33c458050.zip
devel/py-cached-property: Update to 1.5.2
- Add NO_ARCH - Update pkg-descr - Take maintainership Changes: https://github.com/pydanny/cached-property/releases
-rw-r--r--devel/py-cached-property/Makefile8
-rw-r--r--devel/py-cached-property/distinfo6
-rw-r--r--devel/py-cached-property/pkg-descr5
3 files changed, 10 insertions, 9 deletions
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 <bsd.port.mk>
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