Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#39556 - [python-sphinx] testing version still installs to python3.3

Attached to Project: Community Packages
Opened by Felix Yan (felixonmars) - Thursday, 20 March 2014, 12:36 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 20 March 2014, 19:01 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The version submitted to [community-staging] for python 3.4 rebuild still installs sphinx into /usr/lib/python3.3/site-packages/. maybe built with a non-staging chroot?

Additional info:
* package version(s)
python-sphinx 1.2.2-2

$ pacman -Ql python-sphinx
python-sphinx /usr/
python-sphinx /usr/bin/
python-sphinx /usr/bin/sphinx-apidoc
python-sphinx /usr/bin/sphinx-autogen
python-sphinx /usr/bin/sphinx-build
python-sphinx /usr/bin/sphinx-quickstart
python-sphinx /usr/lib/
python-sphinx /usr/lib/python3.3/
python-sphinx /usr/lib/python3.3/site-packages/
python-sphinx /usr/lib/python3.3/site-packages/Sphinx-1.2.2-py3.3.egg-info/
python-sphinx /usr/lib/python3.3/site-packages/Sphinx-1.2.2-py3.3.egg-info/PKG-INFO
python-sphinx /usr/lib/python3.3/site-packages/Sphinx-1.2.2-py3.3.egg-info/SOURCES.txt
python-sphinx /usr/lib/python3.3/site-packages/Sphinx-1.2.2-py3.3.egg-info/dependency_links.txt
python-sphinx /usr/lib/python3.3/site-packages/Sphinx-1.2.2-py3.3.egg-info/entry_points.txt
python-sphinx /usr/lib/python3.3/site-packages/Sphinx-1.2.2-py3.3.egg-info/not-zip-safe
python-sphinx /usr/lib/python3.3/site-packages/Sphinx-1.2.2-py3.3.egg-info/requires.txt
python-sphinx /usr/lib/python3.3/site-packages/Sphinx-1.2.2-py3.3.egg-info/top_level.txt
python-sphinx /usr/lib/python3.3/site-packages/sphinx/
...
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Thursday, 20 March 2014, 19:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-sphinx-1.2.2-3
Comment by Felix Yan (felixonmars) - Thursday, 20 March 2014, 12:42 GMT
One more note: the package installs into site-packages/tests, this should not happen according to the guidelines [1], because it's fairly easy to conflict with other packages.

[1] https://wiki.archlinux.org/index.php/Python_Package_Guidelines

Loading...