pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-attrs Disabled BUILD_DEPENDS: hypothesis now ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1dc4f15e5d4
branches:  trunk
changeset: 369788:d1dc4f15e5d4
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 05 06:49:16 2017 +0000

description:
Disabled BUILD_DEPENDS: hypothesis now requires attrs

diffstat:

 devel/py-attrs/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 355c7557e5a5 -r d1dc4f15e5d4 devel/py-attrs/Makefile
--- a/devel/py-attrs/Makefile   Thu Oct 05 06:48:38 2017 +0000
+++ b/devel/py-attrs/Makefile   Thu Oct 05 06:49:16 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2017/09/03 08:36:53 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/10/05 06:49:16 adam Exp $
 
 DISTNAME=      attrs-17.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/attrs/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +12,8 @@
 
 USE_LANGUAGES=         # none
 
-BUILD_DEPENDS+=                ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+# This is a test dependency; disabled because hypothesis requires attrs
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index