pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-attrs



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 24 19:41:34 UTC 2017

Modified Files:
        pkgsrc/devel/py-attrs: Makefile distinfo

Log Message:
Changes 17.2.0:
Validators are hashable again. Note that validators may become frozen in the future, pending availability of no-overhead frozen classes.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-attrs/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-attrs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-attrs/Makefile
diff -u pkgsrc/devel/py-attrs/Makefile:1.4 pkgsrc/devel/py-attrs/Makefile:1.5
--- pkgsrc/devel/py-attrs/Makefile:1.4  Sat May 20 06:01:46 2017
+++ pkgsrc/devel/py-attrs/Makefile      Wed May 24 19:41:34 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/05/20 06:01:46 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/24 19:41:34 adam Exp $
 
-DISTNAME=      attrs-17.1.0
+DISTNAME=      attrs-17.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/attrs/}
@@ -10,7 +10,9 @@ HOMEPAGE=     https://www.attrs.org/
 COMMENT=       Attributes without boilerplate
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+USE_LANGUAGES=         # none
+
+BUILD_DEPENDS+=                ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-attrs/distinfo
diff -u pkgsrc/devel/py-attrs/distinfo:1.3 pkgsrc/devel/py-attrs/distinfo:1.4
--- pkgsrc/devel/py-attrs/distinfo:1.3  Sat May 20 06:01:46 2017
+++ pkgsrc/devel/py-attrs/distinfo      Wed May 24 19:41:34 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/05/20 06:01:46 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/05/24 19:41:34 adam Exp $
 
-SHA1 (attrs-17.1.0.tar.gz) = d856db735ebcf3111dae408d2b69afc7d97ff119
-RMD160 (attrs-17.1.0.tar.gz) = 80e50902d23de6bffc96ffdc123f7a2c5f4a44ba
-SHA512 (attrs-17.1.0.tar.gz) = 5d902dfefdcfdc693931e0600833d3bc412d26026fda8691cc8f2652b4e872dfd17ac600a463c11152df11db1c9bbf6e598360d1ead50d9ebf5bae4124921517
-Size (attrs-17.1.0.tar.gz) = 76069 bytes
+SHA1 (attrs-17.2.0.tar.gz) = ca1688772851a6dabc4d41a4aa444cdcd9495ecf
+RMD160 (attrs-17.2.0.tar.gz) = 015436d6b06c7b8394bff62857716a3b4fd998bb
+SHA512 (attrs-17.2.0.tar.gz) = 02243e59ff417deddb330e841d42c0f43d3bea4435f114d3a9a8f4c3bd424c2ef565c630d179db7b3687d22091bf6e619de661171248c0ff0a0e5ec5f9bf7e21
+Size (attrs-17.2.0.tar.gz) = 73733 bytes



Home | Main Index | Thread Index | Old Index