FS#67195 - libgpod Python bindings not built as of 0.8.3-8

Attached to Project: Arch Linux
Opened by Xezlec (Xezlec) - Saturday, 04 July 2020, 22:41 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 04 July 2020, 22:48 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hello,

libgpod 0.8.3-8 and later versions do not install the Python bindings. 0.8.3-7 and earlier did install these.

The simplest way to see the problem is to look at the contents of the packages:

$ tar -tf /var/cache/pacman/pkg/libgpod-0.8.3-7-x86_64.pkg.tar.xz | grep py
usr/lib/python2.7/
usr/lib/python2.7/site-packages/
usr/lib/python2.7/site-packages/gpod/
usr/lib/python2.7/site-packages/gpod/__init__.py
usr/lib/python2.7/site-packages/gpod/__init__.pyc
usr/lib/python2.7/site-packages/gpod/__init__.pyo
usr/lib/python2.7/site-packages/gpod/_gpod.so
usr/lib/python2.7/site-packages/gpod/gpod.py
usr/lib/python2.7/site-packages/gpod/gpod.pyc
usr/lib/python2.7/site-packages/gpod/gpod.pyo
usr/lib/python2.7/site-packages/gpod/gtkpod.py
usr/lib/python2.7/site-packages/gpod/gtkpod.pyc
usr/lib/python2.7/site-packages/gpod/gtkpod.pyo
usr/lib/python2.7/site-packages/gpod/ipod.py
usr/lib/python2.7/site-packages/gpod/ipod.pyc
usr/lib/python2.7/site-packages/gpod/ipod.pyo
$ tar -tf /var/cache/pacman/pkg/libgpod-0.8.3-8-x86_64.pkg.tar.xz | grep py
$
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 04 July 2020, 22:48 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Yeah, that was the point of pkgrel=8

Loading...