summaryrefslogtreecommitdiff
path: root/devel/py-attrs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-05 06:49:16 +0000
committeradam <adam@pkgsrc.org>2017-10-05 06:49:16 +0000
commit79a86ea3f02b9af5748fabcc59fcb4a8168fcceb (patch)
tree64437f22865b6115572c9bb928a449973aa21aae /devel/py-attrs
parent4fd62696d57c7676e9aedb9d6fe0e867fbb610ae (diff)
downloadpkgsrc-79a86ea3f02b9af5748fabcc59fcb4a8168fcceb.tar.gz
Disabled BUILD_DEPENDS: hypothesis now requires attrs
Diffstat (limited to 'devel/py-attrs')
-rw-r--r--devel/py-attrs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-attrs/Makefile b/devel/py-attrs/Makefile
index 209674a5221..85032f5d636 100644
--- a/devel/py-attrs/Makefile
+++ b/devel/py-attrs/Makefile
@@ -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
@@ -12,7 +12,8 @@ LICENSE= mit
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"