summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-08-31 23:07:00 +0000
committerwiz <wiz@pkgsrc.org>2020-08-31 23:07:00 +0000
commit1342ea5d4e9f75a100fcde155396a6b634d2db7a (patch)
tree95091f0e1c112f56d844f0d6a7a55d9882abee3e /lang
parent7558ec01e87a54e7540aa0ca86781793741ee6a7 (diff)
downloadpkgsrc-1342ea5d4e9f75a100fcde155396a6b634d2db7a.tar.gz
*: switch to versioned_dependencies.mk for py-setuptools
Diffstat (limited to 'lang')
-rw-r--r--lang/py-python-lua/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/py-python-lua/Makefile b/lang/py-python-lua/Makefile
index 107f02cbf43..4ba05ae2f67 100644
--- a/lang/py-python-lua/Makefile
+++ b/lang/py-python-lua/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/11/03 19:04:05 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/08/31 23:07:03 wiz Exp $
DISTNAME= python-lua
PKGNAME= ${PYPKGPREFIX}-python-lua-20170109
@@ -14,12 +14,12 @@ HOMEPAGE= https://github.com/NeonMercury/python-lua
COMMENT= Simple python to lua translator
LICENSE= apache-2.0
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml>=3.12:../../textproc/py-yaml
USE_LANGUAGES= #none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONED_DEPENDENCIES+= setuptools:build
REPLACE_PYTHON= pythonlua/*.py tests/*.py *.py
AUTO_MKDIRS= yes
@@ -30,5 +30,5 @@ post-install:
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
-
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"