pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-softlayer



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:19:48 UTC 2025

Modified Files:
        pkgsrc/net/py-softlayer: Makefile

Log Message:
py-softlayer: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/py-softlayer/Makefile

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

Modified files:

Index: pkgsrc/net/py-softlayer/Makefile
diff -u pkgsrc/net/py-softlayer/Makefile:1.23 pkgsrc/net/py-softlayer/Makefile:1.24
--- pkgsrc/net/py-softlayer/Makefile:1.23       Sat Jan 25 11:43:43 2025
+++ pkgsrc/net/py-softlayer/Makefile    Wed Mar  5 10:19:48 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2025/01/25 11:43:43 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/03/05 10:19:48 wiz Exp $
 
 DISTNAME=      softlayer-6.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SoftLayer/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/softlayer/s
 COMMENT=       SoftLayer API bindings for Python
 LICENSE=       mit
 
-WHEEL_NAME=    ${DISTNAME:S/softl/SoftL/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-click>=8.0.4:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-prettytable>=2.5.0:../../textproc/py-prettytable
 DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit



Home | Main Index | Thread Index | Old Index