PageRenderTime 172ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/rpm-dependencies.sh

https://bitbucket.org/samfoster/fxhome
Shell | 87 lines | 68 code | 15 blank | 4 comment | 58 complexity | dc028d02b0756829dbbf70eac20167b8 MD5 | raw file
Possible License(s): GPL-2.0, 0BSD, LGPL-2.1, MIT, LGPL-2.0
  1. #!/bin/sh
  2. mkdir -p rpms
  3. # These need to be done manually because we had to make small changes or special build recipes.
  4. (cd dependencies/sources/pyparsing-1.5.6 \
  5. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  6. --fix-python --name=python27-pyparsing --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  7. (cd dependencies/sources/M2Crypto-0.21.1 \
  8. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  9. --fix-python --name=python27-m2crypto --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  10. (cd dependencies/sources/ronnix-tweepy-1.7.1 \
  11. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  12. --fix-python --name=python27-ronnix-tweepy --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  13. (cd dependencies/sources/facebook-python-sdk-0.1 \
  14. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  15. --fix-python --name=python27-facebook-python-sdk --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  16. (cd dependencies/sources/meld3-0.6.7 \
  17. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  18. --fix-python --name=python27-meld3 --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  19. (cd dependencies/sources/supervisor-3.0a10 \
  20. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  21. --fix-python --name=python27-supervisor --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  22. # These have disappeared from PyPi so we keep them locally
  23. (cd dependencies/sources/py-bcrypt-0.2 \
  24. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  25. --fix-python --name=python27-py-bcrypt --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  26. (cd dependencies/sources/facebook-python-sdk-0.1 \
  27. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  28. --fix-python --name=python27-facebook-python-sdk --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  29. (cd dependencies/sources/pycurl-7.19.0 \
  30. && python2.7 setup.py --command-packages=pypi2rpm.command bdist_rpm2 \
  31. --fix-python --name=python27-pycurl --dist-dir=`pwd`/../../../rpms --binary-only) || exit 1
  32. # The following can be done by pypi2rpm
  33. pypi2rpm.py --dist-dir=`pwd`/rpms amqplib --version=1.0.2 || exit 1
  34. pypi2rpm.py --dist-dir=`pwd`/rpms anyjson --version=0.3.1 || exit 1
  35. pypi2rpm.py --dist-dir=`pwd`/rpms argparse --version=1.2.1 || exit 1
  36. pypi2rpm.py --dist-dir=`pwd`/rpms Beaker --version=1.6.1 || exit 1
  37. pypi2rpm.py --dist-dir=`pwd`/rpms BeautifulSoup --version=3.2 || exit 1
  38. pypi2rpm.py --dist-dir=`pwd`/rpms celery --version=2.2.7 || exit 1
  39. pypi2rpm.py --dist-dir=`pwd`/rpms Chameleon --version=2.5.3 || exit 1
  40. pypi2rpm.py --dist-dir=`pwd`/rpms CouchDB --version=0.8 || exit 1
  41. pypi2rpm.py --dist-dir=`pwd`/rpms feedparser --version=5.0.1 || exit 1
  42. pypi2rpm.py --dist-dir=`pwd`/rpms kombu --version=1.4.1 || exit 1
  43. pypi2rpm.py --dist-dir=`pwd`/rpms Mako --version=0.5 || exit 1
  44. pypi2rpm.py --dist-dir=`pwd`/rpms MarkupSafe --version=0.15 || exit 1
  45. pypi2rpm.py --dist-dir=`pwd`/rpms MySQL-python --version=1.2.3 || exit 1
  46. pypi2rpm.py --dist-dir=`pwd`/rpms ordereddict --version=1.1 || exit 1
  47. pypi2rpm.py --dist-dir=`pwd`/rpms PasteDeploy --version=1.5 || exit 1
  48. pypi2rpm.py --dist-dir=`pwd`/rpms PasteScript --version=1.7.4.2 || exit 1
  49. pypi2rpm.py --dist-dir=`pwd`/rpms Paste --version=1.7.5.1 || exit 1
  50. pypi2rpm.py --dist-dir=`pwd`/rpms Pygments --version=1.4 || exit 1
  51. pypi2rpm.py --dist-dir=`pwd`/rpms pyramid_beaker --version=0.6 || exit 1
  52. pypi2rpm.py --dist-dir=`pwd`/rpms pyramid --version=1.2.1 || exit 1
  53. pypi2rpm.py --dist-dir=`pwd`/rpms python-dateutil --version=1.5 || exit 1
  54. pypi2rpm.py --dist-dir=`pwd`/rpms python-memcached --version=1.47 || exit 1
  55. pypi2rpm.py --dist-dir=`pwd`/rpms repoze.lru --version=0.4 || exit 1
  56. pypi2rpm.py --dist-dir=`pwd`/rpms repoze.tm2 --version=1.0b2 || exit 1
  57. pypi2rpm.py --dist-dir=`pwd`/rpms requests --version=0.6.1 || exit 1
  58. pypi2rpm.py --dist-dir=`pwd`/rpms simplejson --version=2.2.1 || exit 1
  59. pypi2rpm.py --dist-dir=`pwd`/rpms SQLAlchemy --version=0.7.2 || exit 1
  60. pypi2rpm.py --dist-dir=`pwd`/rpms Tempita --version=0.5.1 || exit 1
  61. pypi2rpm.py --dist-dir=`pwd`/rpms tornado --version=2.1.1 || exit 1
  62. pypi2rpm.py --dist-dir=`pwd`/rpms transaction --version=1.1.1 || exit 1
  63. pypi2rpm.py --dist-dir=`pwd`/rpms translationstring --version=0.4 || exit 1
  64. pypi2rpm.py --dist-dir=`pwd`/rpms unittest2 --version=0.5.1 || exit 1
  65. pypi2rpm.py --dist-dir=`pwd`/rpms venusian --version=1.0a2 || exit 1
  66. pypi2rpm.py --dist-dir=`pwd`/rpms WebError --version=0.10.3 || exit 1
  67. pypi2rpm.py --dist-dir=`pwd`/rpms WebOb --version=1.2b2 || exit 1
  68. pypi2rpm.py --dist-dir=`pwd`/rpms zope.component --version=3.11 || exit 1
  69. pypi2rpm.py --dist-dir=`pwd`/rpms zope.deprecation --version=3.5 || exit 1
  70. pypi2rpm.py --dist-dir=`pwd`/rpms zope.event --version=3.5.1 || exit 1
  71. pypi2rpm.py --dist-dir=`pwd`/rpms zope.interface --version=3.8 || exit 1
  72. pypi2rpm.py --dist-dir=`pwd`/rpms zope.sqlalchemy --version=0.6.1 || exit 1