pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cppy



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 12 11:31:07 UTC 2025

Modified Files:
        pkgsrc/devel/py-cppy: Makefile distinfo

Log Message:
py-cppy: updated to 1.3.1

1.3.1
Fix linking in debug mode under Windows


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-cppy/Makefile \
    pkgsrc/devel/py-cppy/distinfo

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

Modified files:

Index: pkgsrc/devel/py-cppy/Makefile
diff -u pkgsrc/devel/py-cppy/Makefile:1.5 pkgsrc/devel/py-cppy/Makefile:1.6
--- pkgsrc/devel/py-cppy/Makefile:1.5   Fri Dec  6 21:30:26 2024
+++ pkgsrc/devel/py-cppy/Makefile       Wed Feb 12 11:31:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/12/06 21:30:26 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/12 11:31:07 adam Exp $
 
-DISTNAME=      cppy-1.3.0
+DISTNAME=      cppy-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cppy/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/nucleic/cpp
 COMMENT=       C++ headers for C extension development
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.3:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/py-cppy/distinfo
diff -u pkgsrc/devel/py-cppy/distinfo:1.5 pkgsrc/devel/py-cppy/distinfo:1.6
--- pkgsrc/devel/py-cppy/distinfo:1.5   Fri Dec  6 21:30:26 2024
+++ pkgsrc/devel/py-cppy/distinfo       Wed Feb 12 11:31:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/12/06 21:30:26 wiz Exp $
+$NetBSD: distinfo,v 1.6 2025/02/12 11:31:07 adam Exp $
 
-BLAKE2s (cppy-1.3.0.tar.gz) = 55904650cf5ddef097362bf9b2919e5ab2531122d47c6173a7f67e6afbc95e41
-SHA512 (cppy-1.3.0.tar.gz) = e0beabb70e91af9e10be25e3bb9b1f6838a82995a3741f30b73889f449c5160543bfc4afc02743d2a62fc3483445de0a04b0ed7be51eb308f34cd4582050ad05
-Size (cppy-1.3.0.tar.gz) = 18367 bytes
+BLAKE2s (cppy-1.3.1.tar.gz) = f261fa162592fb2dd5ec8f14af68d3fd40f51f08aa08b592ce36ab66a058a549
+SHA512 (cppy-1.3.1.tar.gz) = be5c9ee231958c6cd46a33868ca8aceb11df5648767e3abb7bf2ad9d37f2e7d37fc12966e1ab08bb36ce149be673c54f5bcb4ea82d0aad674b769bb29c287eab
+Size (cppy-1.3.1.tar.gz) = 18699 bytes



Home | Main Index | Thread Index | Old Index