Enhancement #2178

Change python setuptools variable "python.site-packages-dir"

Added by J. Wienke about 9 years ago. Updated about 9 years ago.

Status:ResolvedStart date:02/11/2015
Priority:NormalDue date:
Assignee:J. Moringen% Done:

100%

Category:-
Target version:0.4

Description

  • Change the name to aspect.setuptools.install-prefix
  • Add option to pass python.binary
  • Generate code to derive site-packages folder inside the aspect
    python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(prefix='/foo/bar')" 
      
  • Handle cases where aspect.setuptools.install-prefix is not set correctly

Associated revisions

Revision 03f9a1df
Added by J. Moringen about 9 years ago

Better installation directory creation in setuptools aspect in src/project/aspects.lisp

fixes #2178

  • src/project/aspects.lisp (define-aspect setuptools): new variable
    aspect.setuptools.install-prefix is used to create and setup install
    directory if necessary; read Python interpreter binary from
    aspect.setuptools.python-binary; other cosmetic changes

History

#1 Updated by J. Moringen about 9 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF