summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-09-30 14:25:29 +0000
committeradam <adam@pkgsrc.org>2017-09-30 14:25:29 +0000
commit42ea3d1ab526f2520b0c271566eac051dac5babf (patch)
tree7fdb7996b70399db56e85999857bd1f171ef1564 /devel
parentca2d0fb321135d94300c0ff1a4ef7c3e9015431c (diff)
downloadpkgsrc-42ea3d1ab526f2520b0c271566eac051dac5babf.tar.gz
py-cached-property: update to 1.3.1
1.3.1: Validate for Python 3.6 1.3.0: Drop some non-ASCII characters from HISTORY.rst Added official support for Python 3.5 Removed confusingly placed lock from example Corrected invalidation cache documentation Updated to latest Travis-CI environment
Diffstat (limited to 'devel')
-rw-r--r--devel/py-cached-property/Makefile9
-rw-r--r--devel/py-cached-property/distinfo10
2 files changed, 10 insertions, 9 deletions
diff --git a/devel/py-cached-property/Makefile b/devel/py-cached-property/Makefile
index dd599dc2ee9..a7058efac1c 100644
--- a/devel/py-cached-property/Makefile
+++ b/devel/py-cached-property/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:32 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/30 14:25:29 adam Exp $
-DISTNAME= cached-property-1.2.0
+DISTNAME= cached-property-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cached-property/}
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,10 +10,11 @@ HOMEPAGE= https://github.com/pydanny/cached-property
COMMENT= Cached-property for decorating methods in classes
LICENSE= modified-bsd
+BUILD_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
+
USE_LANGUAGES= # none
# UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 561: ordinal not in range(128)
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.2.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-cached-property/distinfo b/devel/py-cached-property/distinfo
index 45ff3cc2163..45f3a03f8ef 100644
--- a/devel/py-cached-property/distinfo
+++ b/devel/py-cached-property/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:05 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/09/30 14:25:29 adam Exp $
-SHA1 (cached-property-1.2.0.tar.gz) = 90e395d497b372c03f81782407efe986dc6afbbb
-RMD160 (cached-property-1.2.0.tar.gz) = 275d90cd14187fef7ad6ba062710ef35594c4741
-SHA512 (cached-property-1.2.0.tar.gz) = 0d05bad187d30b4354d8fa93d181d753c6e27e43a84891bd3bcc1c1449fe6d57d7fc1eecdbdc097f8c25e4cfa331811db5a6e23f77891848edc2817162259cd6
-Size (cached-property-1.2.0.tar.gz) = 9162 bytes
+SHA1 (cached-property-1.3.1.tar.gz) = 4267fbf689a2b563f273b7c703e5e75e10e286b7
+RMD160 (cached-property-1.3.1.tar.gz) = e2e00d85213671dcbd8816a8a86212666d3f4a86
+SHA512 (cached-property-1.3.1.tar.gz) = 3349751d442ca6e7d4e792c8b076735d5308d68244af9c03044f3d72d619a5c3d7d5dbef434caa954db4b983245bfe646d4a25c99aec39f32d99751edd9e233f
+Size (cached-property-1.3.1.tar.gz) = 9648 bytes