This PKGBUILD badly needs an update. Please either update or disown the package.
Search Criteria
Package Details: scikits-audiolab-git 20110217-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-06-16)
| Package Base: | scikits-audiolab-git |
|---|---|
| Description: | python package for reading/writing audio files from numpy arrays |
| Upstream URL: | http://scipy.org/scipy/scikits/wiki/AudioLab |
| Category: | devel |
| Licenses: | |
| Submitter: | qubodup |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 9 |
| First Submitted: | 2009-10-16 22:25 |
| Last Updated: | 2011-02-17 22:05 |
Latest Comments
Comment by sigmundv
Comment by dreieck
PKGBUILD needs a package() function now!, please update.
==> ERROR: Missing package() function in /var/tmp/yaourt-tmp-felics/aur-scikits-audiolab-git/./PKGBUILD
==> ERROR: Makepkg was unable to build .
Comment by Franek
The directory structure of the sources has changed*, which makes a very minor adjustment to the PKGBUILD necessary (makepkg fails otherwise): Change last line of build() (line 35) to:
print get_python_lib()'`/audiolab/__init__.py"
("audiolab" instead of "scikits")
https://github.com/cournape/audiolab/commit/e4918832c1e52b56428c5f3535ddeb9d9daff9ac
Comment by giniu
yup, works now :)
Comment by qubodup
Thanks for the help fixing this (I hope this is fixed now) :)
Comment by giniu
I think I will pass because I don't use it at all. I was interested in few scikits that are (or were) part of Enthough Python Distribution, and in progress I had to make scikits-base package so they don't conflict. Just though you might want to depend on it too :) Anyway, I made quick fix to the PKGBUILD http://aur.pastebin.com/1btT3bTq so you don't have to apply too many fixes.
Comment by qubodup
would you like to adopt the package? I think I only needed it for trying out freesound2's wav2png script a while ago.
Comment by giniu
yeah, that's the (only) file provided by scikits-base. Just remember to change --root=${pkgdir}/usr into --root="${pkgdir}" afterwards :) Btw, to remove the file you can use
rm "$pkgdir/`python2 -c 'from distutils.sysconfig import get_python_lib; \
print get_python_lib()'`/scikits/__init__.py"
it's in all scikits PKGBUILDs I maintain.
Comment by qubodup
hey giniu, thanks for your hints!
I updated the package but there might be still a problem with the init file? Is
./pkg/usr/usr/lib/python2.7/site-packages/scikits/__init__.py
the file that needs to be removed?
Comment by giniu
Hi again, I found three remaining issues with this package. When I build it, I'm getting package with bad paths - check http://aur.pastebin.com/j3Rahz1d - also, when this will be fixed, one more issue will show up, i.e. this scikit will conflict with any other scikit (there is one file common for all scikits). For now, other scikits in AUR depends on package scikits-base and gets rid of the scikits/__init__.py file. Oh, and the python-numpy should be I believe python2-numpy also. Cheers, giniu.
Comment by qubodup
d'oh
Comment by giniu
but shouldn't it also depend on python2 instead of python?
Comment by qubodup
@soulofmyshoe: thanks, I updated the PKGBUILD!
Anonymous comment
The PKGBUILD needs to be updated to use `python2 setup.py` now, since python is Python 3.