summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2018-01-26 17:18:23 +0000
committertriaxx <triaxx@pkgsrc.org>2018-01-26 17:18:23 +0000
commitb0ce57ac747ae411d2005c074d82305f37732e9b (patch)
treea4fc419b02f239c1f8c7a352f2bae05c0027c2e9 /devel
parent9ae556a68d10bcb373c89676b1dfd42ef276f0e5 (diff)
downloadpkgsrc-b0ce57ac747ae411d2005c074d82305f37732e9b.tar.gz
debl3ification
Diffstat (limited to 'devel')
-rw-r--r--devel/py-fasteners/Makefile4
-rw-r--r--devel/py-fasteners/buildlink3.mk12
2 files changed, 2 insertions, 14 deletions
diff --git a/devel/py-fasteners/Makefile b/devel/py-fasteners/Makefile
index 67f0f5055a7..f1ce79f4ba6 100644
--- a/devel/py-fasteners/Makefile
+++ b/devel/py-fasteners/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/01/26 14:44:35 triaxx Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/26 17:18:23 triaxx Exp $
DISTNAME= fasteners-0.14.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Python package providing useful locks
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-.include "../../time/py-monotonic/buildlink3.mk"
+DEPENDS+= ${PYPKGPREFIX}-monotonic>=0.1:../../time/py-monotonic
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
diff --git a/devel/py-fasteners/buildlink3.mk b/devel/py-fasteners/buildlink3.mk
deleted file mode 100644
index b95ff86d0a6..00000000000
--- a/devel/py-fasteners/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $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