Age | Commit message (Collapse) | Author |
|
This commit updates the sources to v1.7.1.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the sources to v1.7.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This temporarily fixes the problem as follows, which causes pkg_resources has been moved to setuptools.
$ python -m ttfautohint --help
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/ttfautohint/_version.py", line 2, in <module>
from pkg_resources import get_distribution, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<frozen runpy>", line 189, in _run_module_as_main
File "<frozen runpy>", line 148, in _get_module_details
File "<frozen runpy>", line 112, in _get_module_details
File "/usr/lib/python3.12/site-packages/ttfautohint/__init__.py", line 12, in <module>
from ttfautohint._version import __version__
File "/usr/lib/python3.12/site-packages/ttfautohint/_version.py", line 4, in <module>
except (ImportError, DistributionNotFound):
^^^^^^^^^^^^^^^^^^^^
NameError: name 'DistributionNotFound' is not defined
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
python-ttfautohint-py is required at around L3377 on
`plemoljp_generator.sh`, so it should be set to the build dependencies
to build correctly.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.6.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit changes the source from git to tarball to check its checksum.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.5.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.4.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the sourcce version to 1.3.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.2.7.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.2.6.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.2.5.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.2.4.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.2.3.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.2.2.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.2.1.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.2.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 1.1.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit fies wrong tag name.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|