aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 14:00:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 14:00:54 +0000
commit4d17d87083b1b5492e094c18395e2d5deee71671 (patch)
tree4c9d76be550ed0def2fe5a92cdf772fa031f76c5
parent70d5c57a7ac93b70e7291d10d9720f06b54dc826 (diff)
downloadports-4d17d87083b1b5492e094c18395e2d5deee71671.tar.gz
ports-4d17d87083b1b5492e094c18395e2d5deee71671.zip
textproc/py-ttp: Update to 0.9.0
-rw-r--r--textproc/py-ttp/Makefile3
-rw-r--r--textproc/py-ttp/distinfo6
-rw-r--r--textproc/py-ttp/files/patch-setup.py10
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",