git: 10131515a555 - main - devel/py-cached-property: Update to 1.5.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 4 19:21:06 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=10131515a555b7be8e0c872da5c2d1f33c458050
commit 10131515a555b7be8e0c872da5c2d1f33c458050
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-04 19:15:22 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-04 19:15:22 +0000
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
---
devel/py-cached-property/Makefile | 8 +++++---
devel/py-cached-property/distinfo | 6 +++---
devel/py-cached-property/pkg-descr | 5 ++---
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list