pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-erlpack



Module Name:    pkgsrc
Committed By:   yurix
Date:           Sat Jun  6 20:39:28 UTC 2026

Modified Files:
        pkgsrc/converters/py-erlpack: Makefile

Log Message:
py-erlpack: fix build if setuptools isn't installed

If setuptools is installed, the build will work even if it isn't specified
as a dependency. Unfortunately, all machines I tested the package on already
had setuptools installed.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/py-erlpack/Makefile

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

Modified files:

Index: pkgsrc/converters/py-erlpack/Makefile
diff -u pkgsrc/converters/py-erlpack/Makefile:1.1 pkgsrc/converters/py-erlpack/Makefile:1.2
--- pkgsrc/converters/py-erlpack/Makefile:1.1   Sun May 31 12:15:31 2026
+++ pkgsrc/converters/py-erlpack/Makefile       Sat Jun  6 20:39:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/05/31 12:15:31 yurix Exp $
+# $NetBSD: Makefile,v 1.2 2026/06/06 20:39:27 yurix Exp $
 
 DISTNAME=      erlpack-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/discord/erl
 COMMENT=       Erlang Term Format encoder/decoder for Python
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
 USE_LANGUAGES+=        c++
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index