git: 4d17d87083b1 - main - textproc/py-ttp: Update to 0.9.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 Jun 2022 14:06:41 UTC
The branch main has been updated by sunpoet:

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

commit 4d17d87083b1b5492e094c18395e2d5deee71671
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 14:00:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 14:00:54 +0000

    textproc/py-ttp: Update to 0.9.0
    
    Changes:        https://github.com/dmulyalin/ttp/releases
---
 textproc/py-ttp/Makefile             |  3 +--
 textproc/py-ttp/distinfo             |  6 +++---
 textproc/py-ttp/files/patch-setup.py | 10 ----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/textproc/py-ttp/Makefile b/textproc/py-ttp/Makefile
index 2820c4727088..25a060818884 100644
--- a/textproc/py-ttp/Makefile
+++ b/textproc/py-ttp/Makefile
@@ -1,8 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	ttp
-PORTVERSION=	0.8.4
-PORTREVISION=	1
+PORTVERSION=	0.9.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-ttp/distinfo b/textproc/py-ttp/distinfo
index b8fbfa974ef6..14460396a8f1 100644
--- a/textproc/py-ttp/distinfo
+++ b/textproc/py-ttp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643133803
-SHA256 (ttp-0.8.4.tar.gz) = 2911e365aa24a85fe97ce6f60e6e9faed386b756e37905157a5c3331363f96ea
-SIZE (ttp-0.8.4.tar.gz) = 67223
+TIMESTAMP = 1655208324
+SHA256 (ttp-0.9.0.tar.gz) = e53050061450c3ee48476983f23153a9bb55589ba6d79a25d0ebc28d329eec4f
+SIZE (ttp-0.9.0.tar.gz) = 68764
diff --git a/textproc/py-ttp/files/patch-setup.py b/textproc/py-ttp/files/patch-setup.py
deleted file mode 100644
index a47c9eff131a..000000000000
--- a/textproc/py-ttp/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig	2022-01-15 23:40:48 UTC
-+++ setup.py
-@@ -16,7 +16,6 @@ setup(
-     url="https://github.com/dmulyalin/ttp",
-     packages=find_packages(),
-     include_package_data=True,
--    data_files=[("", ["LICENSE"])],
-     classifiers=[
-         "Topic :: Utilities",
-         "Programming Language :: Python :: 2.7",