print/py-ttfautohint-py: Update to 0.4.3.post1

Changes:	https://github.com/fonttools/ttfautohint-py/releases
This commit is contained in:
Po-Chuan Hsieh 2021-09-27 23:38:28 +08:00
parent a4638fcf05
commit 6086b8e225
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 14 additions and 10 deletions

View File

@ -2,7 +2,9 @@
PORTNAME= ttfautohint-py
PORTVERSION= 0.4.3
PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= .post1
CATEGORIES= print python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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
-
-
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",