git: c43cf2b5844c - main - devel/py-hypothesmith: update 0.2.0 → 0.2.3

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Tue, 27 Dec 2022 17:44:42 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c43cf2b5844c745992bc59d4f4120ef0b52099a3

commit c43cf2b5844c745992bc59d4f4120ef0b52099a3
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-12-27 15:44:01 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-12-27 17:38:14 +0000

    devel/py-hypothesmith: update 0.2.0 → 0.2.3
---
 devel/py-hypothesmith/Makefile             |  4 +---
 devel/py-hypothesmith/distinfo             |  6 +++---
 devel/py-hypothesmith/files/patch-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 17 deletions(-)

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,6 +1,5 @@
 PORTNAME=	hypothesmith
-PORTVERSION=	0.2.0
-PORTREVISION=	1
+PORTVERSION=	0.2.3
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +11,6 @@ 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}
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",