pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fasteners



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Jan 26 14:44:36 UTC 2018

Modified Files:
        pkgsrc/devel/py-fasteners: Makefile
Added Files:
        pkgsrc/devel/py-fasteners: buildlink3.mk

Log Message:
bl3ification


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-fasteners/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-fasteners/buildlink3.mk

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-fasteners/Makefile
diff -u pkgsrc/devel/py-fasteners/Makefile:1.1 pkgsrc/devel/py-fasteners/Makefile:1.2
--- pkgsrc/devel/py-fasteners/Makefile:1.1      Wed Dec  6 22:01:51 2017
+++ pkgsrc/devel/py-fasteners/Makefile  Fri Jan 26 14:44:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/12/06 22:01:51 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/26 14:44:35 triaxx Exp $
 
 DISTNAME=      fasteners-0.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://fasteners.readthedocs.
 COMMENT=       Python package providing useful locks
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-monotonic>=0.1:../../time/py-monotonic
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+.include "../../time/py-monotonic/buildlink3.mk"
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"

Added files:

Index: pkgsrc/devel/py-fasteners/buildlink3.mk
diff -u /dev/null pkgsrc/devel/py-fasteners/buildlink3.mk:1.1
--- /dev/null   Fri Jan 26 14:44:36 2018
+++ pkgsrc/devel/py-fasteners/buildlink3.mk     Fri Jan 26 14:44:35 2018
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/01/26 14:44:35 triaxx Exp $
+
+BUILDLINK_TREE+=       py-fasteners
+
+.if !defined(PY_FASTENERS_BUILDLINK3_MK)
+PY_FASTENERS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.py-fasteners+=   ${PYPKGPREFIX}-fasteners>=0.10
+BUILDLINK_PKGSRCDIR.py-fasteners?=     ../../devel/py-fasteners
+.endif # PY_FASTENERS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -py-fasteners



Home | Main Index | Thread Index | Old Index