robotools / robofab

RoboFab
http://robofab.org
Other
108 stars 31 forks source link

[ufo3k] Remove ufoLib from packages in setup.py #69

Closed mashabow closed 7 years ago

mashabow commented 8 years ago

This fixes an error on installing ufo3k branch. ufoLib files are already removed in #68.

$ pip install git+https://github.com/robofab-developers/robofab.git@ufo3k
Collecting git+https://github.com/robofab-developers/robofab.git@ufo3k
  Cloning https://github.com/robofab-developers/robofab.git (to ufo3k) to /var/folders/yc/x4nwgvvj3kz9pqm6pwnd91rh0000gn/T/pip-scaA38-build
    Complete output from command python setup.py egg_info:
    WARNING: '' not a valid package name; please use only .-separated package names in setup.py
    *** Warning: FontTools needs the numpy library for some operations, see:
            http://numpy.scipy.org/
    running egg_info
    creating pip-egg-info/robofab.egg-info
    writing pip-egg-info/robofab.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/robofab.egg-info/top_level.txt
    writing dependency_links to pip-egg-info/robofab.egg-info/dependency_links.txt
    writing manifest file 'pip-egg-info/robofab.egg-info/SOURCES.txt'
    warning: manifest_maker: standard file '-c' not found

    error: package directory 'Lib/ufoLib' does not exist

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /var/folders/yc/x4nwgvvj3kz9pqm6pwnd91rh0000gn/T/pip-scaA38-build/
anthrotype commented 8 years ago

What library is still relying on this particular branch? Shouldn't the robofab/ufo3k branch be deprecated, now that ufoLib is a standalone package, and fontParts is being developed?

mashabow commented 8 years ago

Shouldn't the robofab/ufo3k branch be deprecated,

Oh, I didn't know that. Thanks. I was trying to install ufo3k branch just for my small script.