git: aec2693d0812 - main - devel/py-inflect: Update to 5.6.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 11 Jul 2022 14:21:55 UTC
The branch main has been updated by sunpoet:

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

commit aec2693d08123d5da480852cd331a288b5054baf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-11 14:20:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-11 14:20:23 +0000

    devel/py-inflect: Update to 5.6.0
    
    Changes:        https://github.com/jaraco/inflect/blob/main/CHANGES.rst
---
 devel/py-inflect/Makefile       | 5 ++++-
 devel/py-inflect/distinfo       | 6 +++---
 devel/py-inflect/files/setup.py | 3 +++
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/devel/py-inflect/Makefile b/devel/py-inflect/Makefile
index 03c2da82e775..144694759886 100644
--- a/devel/py-inflect/Makefile
+++ b/devel/py-inflect/Makefile
@@ -1,7 +1,7 @@
 # Created by: Mark Felder <feld@FreeBSD.org>
 
 PORTNAME=	inflect
-PORTVERSION=	5.4.0
+PORTVERSION=	5.6.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,4 +19,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+post-patch:
+	@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
+
 .include <bsd.port.mk>
diff --git a/devel/py-inflect/distinfo b/devel/py-inflect/distinfo
index 384cd21d9731..0fcad0caee53 100644
--- a/devel/py-inflect/distinfo
+++ b/devel/py-inflect/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646057956
-SHA256 (inflect-5.4.0.tar.gz) = b58d58c4e73ffca9b25e075c1c4fc9cadecbb5c99d7cd9f3cdedda73ece83c1c
-SIZE (inflect-5.4.0.tar.gz) = 68594
+TIMESTAMP = 1657292783
+SHA256 (inflect-5.6.0.tar.gz) = a0612e7bba1028bb7efa121bf8f012aeda9355252d01b257057fa2a8f5859cef
+SIZE (inflect-5.6.0.tar.gz) = 69251
diff --git a/devel/py-inflect/files/setup.py b/devel/py-inflect/files/setup.py
new file mode 100644
index 000000000000..606849326a40
--- /dev/null
+++ b/devel/py-inflect/files/setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()