git: 6086b8e225e1 - main - print/py-ttfautohint-py: Update to 0.4.3.post1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 27 15:59:22 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6086b8e225e1f850b3a6dde4462e68ed55319195
commit 6086b8e225e1f850b3a6dde4462e68ed55319195
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-27 15:38:28 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-27 15:56:00 +0000
print/py-ttfautohint-py: Update to 0.4.3.post1
Changes: https://github.com/fonttools/ttfautohint-py/releases
---
print/py-ttfautohint-py/Makefile | 2 ++
print/py-ttfautohint-py/distinfo | 6 +++---
print/py-ttfautohint-py/files/patch-setup.py | 16 +++++++++-------
3 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/print/py-ttfautohint-py/Makefile b/print/py-ttfautohint-py/Makefile
index 84f82562084c..87e5b09596f5 100644
--- a/print/py-ttfautohint-py/Makefile
+++ b/print/py-ttfautohint-py/Makefile
@@ -2,7 +2,9 @@
PORTNAME= ttfautohint-py
PORTVERSION= 0.4.3
+PORTREVISION= 1
DISTVERSIONPREFIX= v
+DISTVERSIONSUFFIX= .post1
CATEGORIES= print python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/print/py-ttfautohint-py/distinfo b/print/py-ttfautohint-py/distinfo
index a5cf5d2914b7..31084f45da81 100644
--- a/print/py-ttfautohint-py/distinfo
+++ b/print/py-ttfautohint-py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575793791
-SHA256 (fonttools-ttfautohint-py-v0.4.3_GH0.tar.gz) = fba8e3e5e927f783b2e8e6db38807a69a0efb6fc1873533baa7caea57d41655a
-SIZE (fonttools-ttfautohint-py-v0.4.3_GH0.tar.gz) = 186488
+TIMESTAMP = 1632664364
+SHA256 (fonttools-ttfautohint-py-v0.4.3.post1_GH0.tar.gz) = f26c92a3fde57bc66c526237f37d89c4d13c886b2d1fa9044bc391c0cdd3494c
+SIZE (fonttools-ttfautohint-py-v0.4.3.post1_GH0.tar.gz) = 186678
diff --git a/print/py-ttfautohint-py/files/patch-setup.py b/print/py-ttfautohint-py/files/patch-setup.py
index 678f277f0629..ea98b5613b88 100644
--- a/print/py-ttfautohint-py/files/patch-setup.py
+++ b/print/py-ttfautohint-py/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2019-04-10 15:00:42 UTC
+--- setup.py.orig 2021-08-12 11:55:42 UTC
+++ setup.py
-@@ -11,17 +11,6 @@ from io import open
+@@ -11,19 +11,8 @@ from io import open
cmdclass = {}
@@ -10,14 +10,16 @@
- print("warning: wheel package is not installed", file=sys.stderr)
-else:
- class UniversalBdistWheel(bdist_wheel):
--
+
- def get_tag(self):
- return ('py2.py3', 'none',) + bdist_wheel.get_tag(self)[2:]
--
-- cmdclass['bdist_wheel'] = UniversalBdistWheel
-
+- cmdclass['bdist_wheel'] = UniversalBdistWheel
+-
+-
class SharedLibrary(Extension):
+
+ if sys.platform == "darwin":
@@ -74,7 +63,6 @@ class SharedLibBuildExt(build_ext):
verbose=self.verbose, dry_run=self.dry_run)
@@ -26,7 +28,7 @@
env = dict(os.environ)
if sys.platform == "win32":
-@@ -109,7 +97,7 @@ with open("README.rst", "r", encoding="u
+@@ -109,7 +97,7 @@ with open("README.rst", "r", encoding="utf-8") as read
setup(
name="ttfautohint-py",
More information about the dev-commits-ports-all
mailing list