Skip to content

Commit

Permalink
py-cosat: Update to 0.6.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Matthew Danielson committed Jun 21, 2024
1 parent 2c1db3c commit dfa5412
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 4 additions & 5 deletions py-cosat/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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"
6 changes: 6 additions & 0 deletions py-cosat/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions py-cosat/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dfa5412

Please sign in to comment.