pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 13:01:05 UTC 2023

Modified Files:
        pkgsrc/devel/py-hypothesis4: Makefile
        pkgsrc/devel/py-test4: Makefile

Log Message:
*: switch python2 packages to use py27-attrs


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hypothesis4/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test4/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-hypothesis4/Makefile
diff -u pkgsrc/devel/py-hypothesis4/Makefile:1.2 pkgsrc/devel/py-hypothesis4/Makefile:1.3
--- pkgsrc/devel/py-hypothesis4/Makefile:1.2    Tue Jan  4 20:53:10 2022
+++ pkgsrc/devel/py-hypothesis4/Makefile        Sun Apr 30 13:01:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/04/30 13:01:04 wiz Exp $
 
 DISTNAME=      hypothesis-4.57.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/HypothesisW
 COMMENT=       Python library for property based testing
 LICENSE=       mpl-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py27-attrs
 DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
 DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
 

Index: pkgsrc/devel/py-test4/Makefile
diff -u pkgsrc/devel/py-test4/Makefile:1.12 pkgsrc/devel/py-test4/Makefile:1.13
--- pkgsrc/devel/py-test4/Makefile:1.12 Sun Apr 30 12:31:07 2023
+++ pkgsrc/devel/py-test4/Makefile      Sun Apr 30 13:01:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/04/30 12:31:07 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/30 13:01:04 wiz Exp $
 
 DISTNAME=      pytest-4.6.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,7 +12,7 @@ LICENSE=      mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
-DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py27-attrs
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-funcsigs>=1.0:../../devel/py-funcsigs
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata2



Home | Main Index | Thread Index | Old Index