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: Thu Oct 5 06:49:16 UTC 2017
Modified Files:
pkgsrc/devel/py-attrs: Makefile
Log Message:
Disabled BUILD_DEPENDS: hypothesis now requires attrs
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-attrs/Makefile
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.6 pkgsrc/devel/py-attrs/Makefile:1.7
--- pkgsrc/devel/py-attrs/Makefile:1.6 Sun Sep 3 08:36:53 2017
+++ pkgsrc/devel/py-attrs/Makefile Thu Oct 5 06:49:16 2017
@@ -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 @@ 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"
Home |
Main Index |
Thread Index |
Old Index