pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-types-yaml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:33:24 UTC 2025

Modified Files:
        pkgsrc/textproc/py-types-yaml: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-types-yaml/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-types-yaml/Makefile
diff -u pkgsrc/textproc/py-types-yaml/Makefile:1.11 pkgsrc/textproc/py-types-yaml/Makefile:1.12
--- pkgsrc/textproc/py-types-yaml/Makefile:1.11 Sun Jan 12 14:40:20 2025
+++ pkgsrc/textproc/py-types-yaml/Makefile      Wed Mar  5 10:33:24 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2025/01/12 14:40:20 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/03/05 10:33:24 wiz Exp $
 
 DISTNAME=      types_pyyaml-6.0.12.20241230
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/:S/py//}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-PyYAML/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://github.com/python/type
 COMMENT=       Typing stubs for PyYAML
 LICENSE=       apache-2.0
 
-WHEEL_NAME=    ${DISTNAME:S/pyyaml/PyYAML/}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index