<div dir="ltr"><div><div><div>The gentoo folks seem to apply this to their eyed3.ebuild so that optional dependency python-magic is not automatically downloaded and installed.<br><br></div>sed -i -e '/scripts/d' -e '/install_requires/d' pavement.py<br><br></div>Ref: <a href="http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.5.ebuild?revision=1.2&view=markup">http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.5.ebuild?revision=1.2&view=markup</a><br><br></div>--Larry<br><div><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 21, 2015 at 5:13 PM, andrew <span dir="ltr"><<a href="mailto:andrew.david.strong@gmail.com" target="_blank">andrew.david.strong@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Jan 22, 2015 at 06:36:28AM +0700, Willy Sudiarto Raharjo wrote:<br>
> >> the script will DOWNLOAD python-magic if it's not installed<br>
> >> during build this is something we tried to avoid since users<br>
> >> might not be aware all downloadable source must be present in the<br>
> >> DOWNLOAD or REQUIRES<br>
> ><br>
> > But I believe this is only if eyeD3 is installed using pip<br>
> > directly? The slackbuild I have submitted does not use pip and does<br>
> > not install or use python-magic.<br>
><br>
> run the slackbuild and see the build output<br>
> it will download them and install them (python-magic)<br>
<br>
</span>My deep apologies Willy! Of course when I looked at the output<br>
properly I saw:<br>
<br>
--------------------<br>
eyeD3-0.7.5/src/eyed3/info.py<br>
Searching for python-magic<br>
Reading <a href="https://pypi.python.org/simple/python-magic/" target="_blank">https://pypi.python.org/simple/python-magic/</a><br>
Best match: python-magic 0.4.6<br>
Downloading <a href="https://pypi.python.org/packages/2.7/p/python-magic/python_magic-0.4.6-py2.7.egg#md5=b016ddfa7d1e3d888eb64f3e8e44d933" target="_blank">https://pypi.python.org/packages/2.7/p/python-magic/python_magic-0.4.6-py2.7.egg#md5=b016ddfa7d1e3d888eb64f3e8e44d933</a><br>
Processing python_magic-0.4.6-py2.7.egg<br>
Moving python_magic-0.4.6-py2.7.egg to /tmp/SBo/eyeD3-0.7.5/.eggs<br>
------------------<br>
<br>
Thank you for catching this error in my script and thank you for all<br>
of your work :).<br>
<span class="im HOEnZb"><br>
Andrew<br>
--<br>
You think that's air you're breathing now?<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</div></div></blockquote></div><br></div>