aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 12:55:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 12:55:31 +0000
commitbcfa0aa51816981b94ba348e41cb39ba0107199c (patch)
tree2f0aa49e219864ba0c3a644c00aa882c22c46f7d
parenteaf91b9790f4563c9749d404a4e550fcc3b748c3 (diff)
downloadports-bcfa0aa51816981b94ba348e41cb39ba0107199c.tar.gz
ports-bcfa0aa51816981b94ba348e41cb39ba0107199c.zip
textproc/py-tomlkit: Update to 0.7.2
-rw-r--r--textproc/py-tomlkit/Makefile3
-rw-r--r--textproc/py-tomlkit/distinfo6
-rw-r--r--textproc/py-tomlkit/files/patch-setup.py11
3 files changed, 4 insertions, 16 deletions
diff --git a/textproc/py-tomlkit/Makefile b/textproc/py-tomlkit/Makefile
index 6a0e2feb2a6c..c2594e56db5d 100644
--- a/textproc/py-tomlkit/Makefile
+++ b/textproc/py-tomlkit/Makefile
@@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= tomlkit
-PORTVERSION= 0.7.0
-PORTREVISION= 1
+PORTVERSION= 0.7.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-tomlkit/distinfo b/textproc/py-tomlkit/distinfo
index 18dab76cbd86..f1fb3a190ab1 100644
--- a/textproc/py-tomlkit/distinfo
+++ b/textproc/py-tomlkit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596280132
-SHA256 (tomlkit-0.7.0.tar.gz) = ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618
-SIZE (tomlkit-0.7.0.tar.gz) = 163105
+TIMESTAMP = 1621699737
+SHA256 (tomlkit-0.7.2.tar.gz) = d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754
+SIZE (tomlkit-0.7.2.tar.gz) = 159643
diff --git a/textproc/py-tomlkit/files/patch-setup.py b/textproc/py-tomlkit/files/patch-setup.py
deleted file mode 100644
index 8674b1adc0d9..000000000000
--- a/textproc/py-tomlkit/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2020-07-31 10:23:07 UTC
-+++ setup.py
-@@ -2,7 +2,7 @@
- from setuptools import setup
-
- packages = \
--['tests', 'tomlkit']
-+['tomlkit']
-
- package_data = \
- {'': ['*'],