pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-gdal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 15 10:37:38 UTC 2023

Modified Files:
        pkgsrc/geography/py-gdal: Makefile

Log Message:
py-gdal: add missing tool, some cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/geography/py-gdal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.60 pkgsrc/geography/py-gdal/Makefile:1.61
--- pkgsrc/geography/py-gdal/Makefile:1.60      Wed Nov  8 13:19:25 2023
+++ pkgsrc/geography/py-gdal/Makefile   Wed Nov 15 10:37:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2023/11/08 13:19:25 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2023/11/15 10:37:38 wiz Exp $
 
 PKGREVISION= 7
 .include "../../geography/gdal-lib/Makefile.common"
@@ -13,12 +13,12 @@ MAKE_FILE=  GNUmakefile
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-REPLACE_PYTHON+=       swig/python/scripts/*py
-
 INSTALLATION_DIRS=     bin
 
 .include "../../mk/bsd.prefs.mk"
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 #For testing future versions from git:
 #EGG_NAME=             GDAL-3.5.0.dev0
 EGG_NAME?=             GDAL-${VERSION_BASE}
@@ -31,7 +31,6 @@ PRINT_PLIST_AWK+=     { gsub(/${EGG_NAME}-py
 
 .include "../../geography/gdal-lib/buildlink3.mk"
 .include "../../lang/python/tool.mk"
-.include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index