diff --git a/devel/py-hypothesmith/Makefile b/devel/py-hypothesmith/Makefile index be8e0534d238..6dee7179531a 100644 --- a/devel/py-hypothesmith/Makefile +++ b/devel/py-hypothesmith/Makefile @@ -1,24 +1,22 @@ PORTNAME= hypothesmith -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.2.3 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Hypothesis strategies for generating Python programs WWW= https://github.com/Zac-HD/hypothesmith LICENSE= MPL20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lark>=0:devel/py-lark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libcst>=0:devel/py-libcst@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parso>=0:textproc/py-parso@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist distutils pytest NO_ARCH= yes .include diff --git a/devel/py-hypothesmith/distinfo b/devel/py-hypothesmith/distinfo index 12d71adf2dd3..aada069abac5 100644 --- a/devel/py-hypothesmith/distinfo +++ b/devel/py-hypothesmith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638456087 -SHA256 (hypothesmith-0.2.0.tar.gz) = 0fb7b3fd03d76eddd4474b0561e1c2662457593a74cc300fd27e5409cd4d7922 -SIZE (hypothesmith-0.2.0.tar.gz) = 24933 +TIMESTAMP = 1670592179 +SHA256 (hypothesmith-0.2.3.tar.gz) = bdce845ec984e6e3fed21e65d2e82b8ebc6de5ca5eb93649dfd76034c5906a46 +SIZE (hypothesmith-0.2.3.tar.gz) = 25722 diff --git a/devel/py-hypothesmith/files/patch-setup.py b/devel/py-hypothesmith/files/patch-setup.py deleted file mode 100644 index 19b719957672..000000000000 --- a/devel/py-hypothesmith/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-11-27 08:58:08 UTC -+++ setup.py -@@ -32,7 +32,7 @@ setuptools.setup( - license="MPL 2.0", - description="Hypothesis strategies for generating Python programs, something like CSmith", - zip_safe=False, -- install_requires=["hypothesis>=5.41.0", "lark-parser>=0.7.2", "libcst>=0.3.8"], -+ install_requires=["hypothesis>=5.41.0", "lark>=0.7.2", "libcst>=0.3.8"], - python_requires=">=3.6", - classifiers=[ - "Development Status :: 4 - Beta",