pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesmith



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 11 20:48:39 UTC 2023

Modified Files:
        pkgsrc/devel/py-hypothesmith: Makefile PLIST distinfo

Log Message:
py-hypothesmith: updated to 0.3.1

0.3.1 - 2023-09-06
- Hypothesis >= 6.89.0 made some internal changes which broke our `from_grammar()`.
  This patch restores compatibility, and requires the new Hypothesis.

0.3.0 - 2023-09-06
- Even more efficient generation of Python identifiers, using
  [Hypothesis 6.84.1](https://hypothesis.readthedocs.io/en/latest/changes.html#v6-84-1)
- Dropped support for Python 3.7, which is end-of-life and not supported by Hypothesis


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hypothesmith/Makefile \
    pkgsrc/devel/py-hypothesmith/PLIST pkgsrc/devel/py-hypothesmith/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-hypothesmith/Makefile
diff -u pkgsrc/devel/py-hypothesmith/Makefile:1.2 pkgsrc/devel/py-hypothesmith/Makefile:1.3
--- pkgsrc/devel/py-hypothesmith/Makefile:1.2   Sun Dec 18 16:24:54 2022
+++ pkgsrc/devel/py-hypothesmith/Makefile       Mon Dec 11 20:48:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/12/18 16:24:54 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/12/11 20:48:39 adam Exp $
 
-DISTNAME=      hypothesmith-0.2.3
+DISTNAME=      hypothesmith-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesmith/}
@@ -10,24 +10,21 @@ HOMEPAGE=   https://github.com/Zac-HD/hypo
 COMMENT=       Hypothesis strategies for generating Python programs, like CSmith
 LICENSE=       mpl-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-hypothesis>=6.58.1:../../devel/py-hypothesis
+DEPENDS+=      ${PYPKGPREFIX}-hypothesis>=6.84.1:../../devel/py-hypothesis
 DEPENDS+=      ${PYPKGPREFIX}-lark-parser-[0-9]*:../../lang/py-lark-parser
-DEPENDS+=      ${PYPKGPREFIX}-libcst>=0.4.0:../../lang/py-libcst
+DEPENDS+=      ${PYPKGPREFIX}-libcst>=1.0.1:../../lang/py-libcst
 TEST_DEPENDS+= ${PYPKGPREFIX}-black-[0-9]*:../../textproc/py-black
 TEST_DEPENDS+= ${PYPKGPREFIX}-parso-[0-9]*:../../lang/py-parso
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # as of 0.2.0
 # 1 failed, 170 passed, 2 skipped, 3 xfailed
 # https://github.com/Zac-HD/hypothesmith/issues/21
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-hypothesmith/PLIST
diff -u pkgsrc/devel/py-hypothesmith/PLIST:1.2 pkgsrc/devel/py-hypothesmith/PLIST:1.3
--- pkgsrc/devel/py-hypothesmith/PLIST:1.2      Sun Dec 18 16:24:54 2022
+++ pkgsrc/devel/py-hypothesmith/PLIST  Mon Dec 11 20:48:39 2023
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/12/18 16:24:54 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2023/12/11 20:48:39 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/hypothesmith/__init__.py
 ${PYSITELIB}/hypothesmith/__init__.pyc
 ${PYSITELIB}/hypothesmith/__init__.pyo
Index: pkgsrc/devel/py-hypothesmith/distinfo
diff -u pkgsrc/devel/py-hypothesmith/distinfo:1.2 pkgsrc/devel/py-hypothesmith/distinfo:1.3
--- pkgsrc/devel/py-hypothesmith/distinfo:1.2   Sun Dec 18 16:24:54 2022
+++ pkgsrc/devel/py-hypothesmith/distinfo       Mon Dec 11 20:48:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/12/18 16:24:54 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/12/11 20:48:39 adam Exp $
 
-BLAKE2s (hypothesmith-0.2.3.tar.gz) = cf8eb748aab9f328b4b52ff575fca88591dbdef76423a0f835aa7196d836eac8
-SHA512 (hypothesmith-0.2.3.tar.gz) = effc9ba821c161d1464ca497c4b494e49fc447de3898884e77395caed380ba91b9742b88c93a2685238957dcb30642a96993ebfba25f1c14d2249d35395f44a7
-Size (hypothesmith-0.2.3.tar.gz) = 25722 bytes
+BLAKE2s (hypothesmith-0.3.1.tar.gz) = a1095a84ff2f045df0208f7e1309816d6aef42a48bc7b167782f8c18c4a40c13
+SHA512 (hypothesmith-0.3.1.tar.gz) = 4d78fde4d16be68476302a6bef6e51b741dcd4cca2807572ba10b05f5fcb11aee124bab5d30dbeaf0d9f5d344100100b89e978fcc34732d192a253dfc727fbc0
+Size (hypothesmith-0.3.1.tar.gz) = 25600 bytes



Home | Main Index | Thread Index | Old Index