pkgsrc-WIP-changes archive

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

py-cosat: Update to 0.6.6



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Jun 21 12:47:27 2024 -0600
Changeset:	dfa5412d1734b2997b4b2ada4473ad5e76dc5613

Modified Files:
	py-cosat/Makefile
	py-cosat/PLIST
	py-cosat/distinfo

Log Message:
py-cosat: Update to 0.6.6

0.6.6 (2023-10-03)
Bug fixes
    Fix PyMem_Calloc() call signature. (#76)
Contributors
    @dholth
    @kenodegard

0.6.5 (2023-10-02)
Enhancements
    Update Python version support. (#56)
Bug fixes
    Use PyMem_Calloc() to initialize memory to 0. (#58)
Contributors
    @conda-bot
    @dholth made their first contribution in #54
    @kenodegard

0.6.4 (2022-10-24)
    Fix memory leak in blocksol() when iterating over solutions

0.6.3 (2017-10-29)
    Revert 'always use Python memory manager'

0.6.2 (2017-03-16)
    update picosat to 965
    fixed version attribute on Windows, #21
    fix some typos
    add official Python 3.5 and 3.6 support

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dfa5412d1734b2997b4b2ada4473ad5e76dc5613

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

diffstat:
 py-cosat/Makefile | 9 ++++-----
 py-cosat/PLIST    | 6 ++++++
 py-cosat/distinfo | 6 +++---
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-cosat/Makefile b/py-cosat/Makefile
index 35525ddc11..d7b3418f2b 100644
--- a/py-cosat/Makefile
+++ b/py-cosat/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pycosat-0.6.1
+DISTNAME=	pycosat-0.6.6
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pycosat/}
@@ -10,12 +10,11 @@ HOMEPAGE=	https://github.com/ContinuumIO/pycosat
 COMMENT=	bindings to picosat (a SAT solver)
 LICENSE=	mit
 
-WRKSRC=	${WRKDIR}/pycosat-0.6.1
-
-PYDISTUTILSPKG=	yes
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 do-test:
 	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_pycosat.py
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-cosat/PLIST b/py-cosat/PLIST
index 50af46d03f..ed28f52822 100644
--- a/py-cosat/PLIST
+++ b/py-cosat/PLIST
@@ -1,4 +1,10 @@
 @comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pycosat.so
 ${PYSITELIB}/test_pycosat.py
 ${PYSITELIB}/test_pycosat.pyc
diff --git a/py-cosat/distinfo b/py-cosat/distinfo
index 4a7f404f93..64ace9d97f 100644
--- a/py-cosat/distinfo
+++ b/py-cosat/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (pycosat-0.6.1.tar.gz) = e9e83f2e76620095b89fd2801f1b0abbf78b5726
-SHA512 (pycosat-0.6.1.tar.gz) = 735bddc1e20d3823e994ada074c29554458fc13d3520ce0ff133a566540ed106e0be61ecb86f7b1551395f79143a986d634f2d2999f75a21306f8d6baa2a134d
-Size (pycosat-0.6.1.tar.gz) = 59270 bytes
+BLAKE2s (pycosat-0.6.6.tar.gz) = 88c0fe29f7e53f4a4003cb99aa261e66c0ff4f8a158fb6888a0a45e32d88dd5f
+SHA512 (pycosat-0.6.6.tar.gz) = d7bdf493ea6da215711c7a33e14f663a2365e9f258fc8d648c674b87d499be4af6487d30690ef44f6d9b94b84da0179ba758e36e658518ee0e4095ccff2ba7a9
+Size (pycosat-0.6.6.tar.gz) = 71623 bytes


Home | Main Index | Thread Index | Old Index