Skip to content

Wrong files installed under bin/ #116

@yurivict

Description

@yurivict

Related to this item in the changelog:

  • Moved python scripts from bin/ to bin/pcmsolver/ and introduced bin/pcmsolver/init.py

Version 1.1.12 on FreeBSD 11.1 now installs files under bin/ that don't make sense:

bin/pcmsolver/__init__.py
bin/pcmsolver/codata.py
bin/pcmsolver/docopt.py
bin/pcmsolver/getkw.py
bin/pcmsolver/pcmsolver.py
bin/pcmsolver/plot_cavity.py
bin/pcmsolver/pyparsing.py
bin/run_pcm

The previous version installed files that look reasonable:

bin/codata.py
bin/docopt.py
bin/getkw.py
bin/pcmsolver.py
bin/plot_cavity.py
bin/pyparsing.py
bin/run_pcm

bin directory isn't supposed to have subdirectories, because executables there are supposed to be run through path resolution.

Python files are expected to be installed into lib/pythonN.N/site-packages/pcmsolver/...

bin/pcmsolver/__init__.py is obviously a stray file when placed into bin/

Found this while trying to update the FreeBSD port.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions