fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
127 stars 39 forks source link

Package "django4facebook" could not be found on PyPI. #43

Closed xsuchy closed 8 years ago

xsuchy commented 8 years ago

Although there is: https://pypi.python.org/pypi/django4facebook/0.1.0 I get this output:

pyp2rpm django4facebook --srpm -d /tmp/tmpROdC8J -b 2
INFO  Pyp2rpm initialized.

INFO  Pyp2rpm failed. See log for more info.
Package "django4facebook" could not be found on PyPI.
mcyprian commented 8 years ago

This is not pyp2rpm issue, Releases of this package can't be found through PyPIXmlRpc API

In [17]: client.package_releases('django4facebook') Out[17]: []

In [22]: client.search({'name':'django4facebook'}) Out[22]: []

xsuchy commented 8 years ago

Can you forward it to PyPIXmlRpc API team then, please?

mcyprian commented 8 years ago

Sure, I have opened an issue https://bitbucket.org/pypa/pypi/issues/433/pypixmlrpc-api-failure.