8000 [varLib] use designspaceLib, and depreacate varLib.designspace module by anthrotype · Pull Request #1313 · fonttools/fonttools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[varLib] use designspaceLib, and depreacate varLib.designspace module #1313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Sep 12, 2018

Conversation

anthrotype
Copy link
Member

fixes #1224

formula is now named just 'python'.
For the homebrew version installed on Travis (which we don't
autoupdate) we *should* get python3.6 with this currently.

It might be the case that python3 is already installed on
Travis macOS image, but need to check.

We call tox with 'TOXENV=py3' so that when Travis updates its homebrew,
we'll get python3.7 automatically.

Finally, use virtualenv instead of venv on mac to fix tox bootstrapping issue

pypa/virtualenv#1051
pre-commit/pre-commit#631
https://travis-ci.org/fonttools/fonttools/jobs/427582922#L214

fixup
@anthrotype anthrotype merged commit b193bba into fonttools:master Sep 12, 2018
@anthrotype anthrotype deleted the varLib-designspace branch September 12, 2018 10:18
Copy link
Member
@behdad behdad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thanks!

@@ -346,6 +363,20 @@ def serialize(self):
map=self.map,
)

def map_forward(self, v):
from fontTools.varLib.models import piecewiseLinearMap
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move import to top level?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[varLib] Use designspaceLib instead of varLib.designspace
2 participants
0