Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621288 - =dev-python/empy-3.3.2 doesn't create link to /usr/bin
Summary: =dev-python/empy-3.3.2 doesn't create link to /usr/bin
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-09 13:01 UTC by Ladislav Zitka
Modified: 2017-06-09 22:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ladislav Zitka 2017-06-09 13:01:11 UTC
This is Gentoo query for package files:
ares ~ # equery f empy
 * Searching for empy ...
 * Contents of dev-python/empy-3.3.2:
/usr
/usr/lib64
/usr/lib64/python2.7
/usr/lib64/python2.7/site-packages
/usr/lib64/python2.7/site-packages/em.py
/usr/lib64/python2.7/site-packages/em.pyc
/usr/lib64/python2.7/site-packages/em.pyo
/usr/lib64/python2.7/site-packages/empy-3.3.2-py2.7.egg-info
/usr/lib64/python3.4
/usr/lib64/python3.4/site-packages
/usr/lib64/python3.4/site-packages/__pycache__
/usr/lib64/python3.4/site-packages/__pycache__/em.cpython-34.pyc
/usr/lib64/python3.4/site-packages/__pycache__/em.cpython-34.pyo
/usr/lib64/python3.4/site-packages/em.py
/usr/lib64/python3.4/site-packages/empy-3.3.2-py3.4.egg-info
/usr/share
/usr/share/doc
/usr/share/doc/empy-3.3.2
/usr/share/doc/empy-3.3.2/README.bz2

And this is from Ubuntu machine
allenh1@machina ~
$ dpkg -L python-empy
/.
/usr
/usr/lib
/usr/lib/python2.7
/usr/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages/em.py
/usr/lib/python2.7/dist-packages/empy-3.3.2.egg-info
/usr/share
/usr/share/doc
/usr/share/doc/python-empy
/usr/share/doc/python-empy/README.gz
/usr/share/doc/python-empy/copyright
/usr/share/doc/python-empy/changelog.Debian.gz
/usr/share/doc/python-empy/examples
/usr/share/doc/python-empy/examples/sample.em.gz
/usr/share/doc/python-empy/examples/sample.bench.gz
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/empy.1.gz
/usr/bin
/usr/bin/empy

Resolution
/usr/bin/empy is missing on Gentoo system.
Comment 1 Mike Gilbert gentoo-dev 2017-06-09 16:19:32 UTC
The upstream build system does not install any scripts, so I don't see why we should either.
Comment 2 Ladislav Zitka 2017-06-09 20:33:20 UTC
So, how should it be called from command line?
Comment 3 Mike Gilbert gentoo-dev 2017-06-09 22:24:33 UTC
python2.7 -m em ...