print/py-ttfautohint-py: Update to 0.4.3.post1
Changes: https://github.com/fonttools/ttfautohint-py/releases
This commit is contained in:
parent
a4638fcf05
commit
6086b8e225
@ -2,7 +2,9 @@
|
||||
|
||||
PORTNAME= ttfautohint-py
|
||||
PORTVERSION= 0.4.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSIONSUFFIX= .post1
|
||||
CATEGORIES= print python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user