Browse Source

python packages: move all things python under lang/python

I admit this may be be a bit aggressive, but the lang
folder is getting cluttered/filled up with Python, PHP, Perl,
Ruby, etc. packages.

Makes sense to try to group them into per-lang folders.

I took the Pythons.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 7 years ago
parent
commit
68312f49c0
144 changed files with 0 additions and 0 deletions
  1. +0
    -0
      lang/python/chardet/Makefile
  2. +0
    -0
      lang/python/django-appconf/Makefile
  3. +0
    -0
      lang/python/django-compressor/Makefile
  4. +0
    -0
      lang/python/django-constance/Makefile
  5. +0
    -0
      lang/python/django-jsonfield/Makefile
  6. +0
    -0
      lang/python/django-picklefield/Makefile
  7. +0
    -0
      lang/python/django-postoffice/Makefile
  8. +0
    -0
      lang/python/django-restframework/Makefile
  9. +0
    -0
      lang/python/django-statici18n/Makefile
  10. +0
    -0
      lang/python/django/Makefile
  11. +0
    -0
      lang/python/et_xmlfile/Makefile
  12. +0
    -0
      lang/python/flup/Makefile
  13. +0
    -0
      lang/python/gunicorn/Makefile
  14. +0
    -0
      lang/python/jdcal/Makefile
  15. +0
    -0
      lang/python/micropython-lib/Makefile
  16. +0
    -0
      lang/python/micropython/Makefile
  17. +0
    -0
      lang/python/micropython/patches/000-Makefile-no-errors
  18. +0
    -0
      lang/python/openpyxl/Makefile
  19. +0
    -0
      lang/python/pillow/Makefile
  20. +0
    -0
      lang/python/pillow/patches/010-fix-paths.patch
  21. +0
    -0
      lang/python/python-attrs/Makefile
  22. +0
    -0
      lang/python/python-cffi/Makefile
  23. +0
    -0
      lang/python/python-crcmod/Makefile
  24. +0
    -0
      lang/python/python-crypto/Makefile
  25. +0
    -0
      lang/python/python-crypto/patches/001-no-host-paths.patch
  26. +0
    -0
      lang/python/python-crypto/patches/002-fix-endianness-detect.patch
  27. +0
    -0
      lang/python/python-cryptography/Makefile
  28. +0
    -0
      lang/python/python-cryptography/patches/001-disable-setup-requirements.patch
  29. +0
    -0
      lang/python/python-dateutil/Makefile
  30. +0
    -0
      lang/python/python-dns/Makefile
  31. +0
    -0
      lang/python/python-egenix-mx-base/Makefile
  32. +0
    -0
      lang/python/python-enum34/Makefile
  33. +0
    -0
      lang/python/python-enum34/patches/001-omit-docs.patch
  34. +0
    -0
      lang/python/python-gmpy2/Makefile
  35. +0
    -0
      lang/python/python-idna/Makefile
  36. +0
    -0
      lang/python/python-ipaddress/Makefile
  37. +0
    -0
      lang/python/python-ldap/Makefile
  38. +0
    -0
      lang/python/python-ldap/patches/010-setup_cfg.patch
  39. +0
    -0
      lang/python/python-mysql/Makefile
  40. +0
    -0
      lang/python/python-mysql/patches/010-threadsafe.patch
  41. +0
    -0
      lang/python/python-packages/Makefile
  42. +0
    -0
      lang/python/python-packages/README.md
  43. +0
    -0
      lang/python/python-parsley/Makefile
  44. +0
    -0
      lang/python/python-parsley/patches/001-omit-tests.patch
  45. +0
    -0
      lang/python/python-pcapy/Makefile
  46. +0
    -0
      lang/python/python-ply/Makefile
  47. +0
    -0
      lang/python/python-psycopg2/Makefile
  48. +0
    -0
      lang/python/python-pyasn1-modules/Makefile
  49. +0
    -0
      lang/python/python-pyasn1/Makefile
  50. +0
    -0
      lang/python/python-pycparser/Makefile
  51. +0
    -0
      lang/python/python-pycparser/patches/001-use-external-ply.patch
  52. +0
    -0
      lang/python/python-pyopenssl/Makefile
  53. +0
    -0
      lang/python/python-pyptlib/Makefile
  54. +0
    -0
      lang/python/python-pyserial/Makefile
  55. +0
    -0
      lang/python/python-service-identity/Makefile
  56. +0
    -0
      lang/python/python-six/Makefile
  57. +0
    -0
      lang/python/python-txsocksx/Makefile
  58. +0
    -0
      lang/python/python-txsocksx/patches/001-omit-tests.patch
  59. +0
    -0
      lang/python/python-txsocksx/patches/002-do-not-use-vcversioner.patch
  60. +0
    -0
      lang/python/python-urllib3/Makefile
  61. +0
    -0
      lang/python/python-yaml/Makefile
  62. +0
    -0
      lang/python/python/Makefile
  63. +0
    -0
      lang/python/python/files/config.site
  64. +0
    -0
      lang/python/python/files/pip.conf
  65. +0
    -0
      lang/python/python/files/python-host.mk
  66. +0
    -0
      lang/python/python/files/python-package-codecs.mk
  67. +0
    -0
      lang/python/python/files/python-package-compiler.mk
  68. +0
    -0
      lang/python/python/files/python-package-ctypes.mk
  69. +0
    -0
      lang/python/python/files/python-package-db.mk
  70. +0
    -0
      lang/python/python/files/python-package-decimal.mk
  71. +0
    -0
      lang/python/python/files/python-package-dev.mk
  72. +0
    -0
      lang/python/python/files/python-package-distutils.mk
  73. +0
    -0
      lang/python/python/files/python-package-email.mk
  74. +0
    -0
      lang/python/python/files/python-package-gdbm.mk
  75. +0
    -0
      lang/python/python/files/python-package-install.sh
  76. +0
    -0
      lang/python/python/files/python-package-lib2to3.mk
  77. +0
    -0
      lang/python/python/files/python-package-logging.mk
  78. +0
    -0
      lang/python/python/files/python-package-multiprocessing.mk
  79. +0
    -0
      lang/python/python/files/python-package-ncurses.mk
  80. +0
    -0
      lang/python/python/files/python-package-openssl.mk
  81. +0
    -0
      lang/python/python/files/python-package-pip.mk
  82. +0
    -0
      lang/python/python/files/python-package-pydoc.mk
  83. +0
    -0
      lang/python/python/files/python-package-setuptools.mk
  84. +0
    -0
      lang/python/python/files/python-package-sqlite3.mk
  85. +0
    -0
      lang/python/python/files/python-package-unittest.mk
  86. +0
    -0
      lang/python/python/files/python-package-xml.mk
  87. +0
    -0
      lang/python/python/files/python-package.mk
  88. +0
    -0
      lang/python/python/files/python-version.mk
  89. +0
    -0
      lang/python/python/patches/001-enable-zlib.patch
  90. +0
    -0
      lang/python/python/patches/002-do-not-add-include-dirs-when-cross-compiling.patch
  91. +0
    -0
      lang/python/python/patches/003-do-not-compile-tests-at-build.patch
  92. +0
    -0
      lang/python/python/patches/004-do-not-write-bytes-codes.patch
  93. +0
    -0
      lang/python/python/patches/006-remove-debian-multiarch-support.patch
  94. +0
    -0
      lang/python/python/patches/007-distutils-do-not-adjust-path.patch
  95. +0
    -0
      lang/python/python/patches/008-distutils-use-python-sysroot.patch
  96. +0
    -0
      lang/python/python/patches/009-do-not-use-dblib_dir-when-cross-compiling.patch
  97. +0
    -0
      lang/python/python/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch
  98. +0
    -0
      lang/python/python/patches/011-remove-setupterm-definition.patch
  99. +0
    -0
      lang/python/python3-bottle/Makefile
  100. +0
    -0
      lang/python/python3/Makefile

lang/chardet/Makefile → lang/python/chardet/Makefile View File


lang/django-appconf/Makefile → lang/python/django-appconf/Makefile View File


lang/django-compressor/Makefile → lang/python/django-compressor/Makefile View File


lang/django-constance/Makefile → lang/python/django-constance/Makefile View File


lang/django-jsonfield/Makefile → lang/python/django-jsonfield/Makefile View File


lang/django-picklefield/Makefile → lang/python/django-picklefield/Makefile View File


lang/django-postoffice/Makefile → lang/python/django-postoffice/Makefile View File


lang/django-restframework/Makefile → lang/python/django-restframework/Makefile View File


lang/django-statici18n/Makefile → lang/python/django-statici18n/Makefile View File


lang/django/Makefile → lang/python/django/Makefile View File


lang/et_xmlfile/Makefile → lang/python/et_xmlfile/Makefile View File


lang/flup/Makefile → lang/python/flup/Makefile View File


lang/gunicorn/Makefile → lang/python/gunicorn/Makefile View File


lang/jdcal/Makefile → lang/python/jdcal/Makefile View File


lang/micropython-lib/Makefile → lang/python/micropython-lib/Makefile View File


lang/micropython/Makefile → lang/python/micropython/Makefile View File


lang/micropython/patches/000-Makefile-no-errors → lang/python/micropython/patches/000-Makefile-no-errors View File


lang/openpyxl/Makefile → lang/python/openpyxl/Makefile View File


lang/pillow/Makefile → lang/python/pillow/Makefile View File


lang/pillow/patches/010-fix-paths.patch → lang/python/pillow/patches/010-fix-paths.patch View File


lang/python-attrs/Makefile → lang/python/python-attrs/Makefile View File


lang/python-cffi/Makefile → lang/python/python-cffi/Makefile View File


lang/python-crcmod/Makefile → lang/python/python-crcmod/Makefile View File


lang/python-crypto/Makefile → lang/python/python-crypto/Makefile View File


lang/python-crypto/patches/001-no-host-paths.patch → lang/python/python-crypto/patches/001-no-host-paths.patch View File


lang/python-crypto/patches/002-fix-endianness-detect.patch → lang/python/python-crypto/patches/002-fix-endianness-detect.patch View File


lang/python-cryptography/Makefile → lang/python/python-cryptography/Makefile View File


lang/python-cryptography/patches/001-disable-setup-requirements.patch → lang/python/python-cryptography/patches/001-disable-setup-requirements.patch View File


lang/python-dateutil/Makefile → lang/python/python-dateutil/Makefile View File


lang/python-dns/Makefile → lang/python/python-dns/Makefile View File


lang/python-egenix-mx-base/Makefile → lang/python/python-egenix-mx-base/Makefile View File


lang/python-enum34/Makefile → lang/python/python-enum34/Makefile View File


lang/python-enum34/patches/001-omit-docs.patch → lang/python/python-enum34/patches/001-omit-docs.patch View File


lang/python-gmpy2/Makefile → lang/python/python-gmpy2/Makefile View File


lang/python-idna/Makefile → lang/python/python-idna/Makefile View File


lang/python-ipaddress/Makefile → lang/python/python-ipaddress/Makefile View File


lang/python-ldap/Makefile → lang/python/python-ldap/Makefile View File


lang/python-ldap/patches/010-setup_cfg.patch → lang/python/python-ldap/patches/010-setup_cfg.patch View File


lang/python-mysql/Makefile → lang/python/python-mysql/Makefile View File


lang/python-mysql/patches/010-threadsafe.patch → lang/python/python-mysql/patches/010-threadsafe.patch View File


lang/python-packages/Makefile → lang/python/python-packages/Makefile View File


lang/python-packages/README.md → lang/python/python-packages/README.md View File


lang/python-parsley/Makefile → lang/python/python-parsley/Makefile View File


lang/python-parsley/patches/001-omit-tests.patch → lang/python/python-parsley/patches/001-omit-tests.patch View File


lang/python-pcapy/Makefile → lang/python/python-pcapy/Makefile View File


lang/python-ply/Makefile → lang/python/python-ply/Makefile View File


lang/python-psycopg2/Makefile → lang/python/python-psycopg2/Makefile View File


lang/python-pyasn1-modules/Makefile → lang/python/python-pyasn1-modules/Makefile View File


lang/python-pyasn1/Makefile → lang/python/python-pyasn1/Makefile View File


lang/python-pycparser/Makefile → lang/python/python-pycparser/Makefile View File


lang/python-pycparser/patches/001-use-external-ply.patch → lang/python/python-pycparser/patches/001-use-external-ply.patch View File


lang/python-pyopenssl/Makefile → lang/python/python-pyopenssl/Makefile View File


lang/python-pyptlib/Makefile → lang/python/python-pyptlib/Makefile View File


lang/python-pyserial/Makefile → lang/python/python-pyserial/Makefile View File


lang/python-service-identity/Makefile → lang/python/python-service-identity/Makefile View File


lang/python-six/Makefile → lang/python/python-six/Makefile View File


lang/python-txsocksx/Makefile → lang/python/python-txsocksx/Makefile View File


lang/python-txsocksx/patches/001-omit-tests.patch → lang/python/python-txsocksx/patches/001-omit-tests.patch View File


lang/python-txsocksx/patches/002-do-not-use-vcversioner.patch → lang/python/python-txsocksx/patches/002-do-not-use-vcversioner.patch View File


lang/python-urllib3/Makefile → lang/python/python-urllib3/Makefile View File


lang/python-yaml/Makefile → lang/python/python-yaml/Makefile View File


lang/python/Makefile → lang/python/python/Makefile View File


lang/python/files/config.site → lang/python/python/files/config.site View File


lang/python/files/pip.conf → lang/python/python/files/pip.conf View File


lang/python/files/python-host.mk → lang/python/python/files/python-host.mk View File


lang/python/files/python-package-codecs.mk → lang/python/python/files/python-package-codecs.mk View File


lang/python/files/python-package-compiler.mk → lang/python/python/files/python-package-compiler.mk View File


lang/python/files/python-package-ctypes.mk → lang/python/python/files/python-package-ctypes.mk View File


lang/python/files/python-package-db.mk → lang/python/python/files/python-package-db.mk View File


lang/python/files/python-package-decimal.mk → lang/python/python/files/python-package-decimal.mk View File


lang/python/files/python-package-dev.mk → lang/python/python/files/python-package-dev.mk View File


lang/python/files/python-package-distutils.mk → lang/python/python/files/python-package-distutils.mk View File


lang/python/files/python-package-email.mk → lang/python/python/files/python-package-email.mk View File


lang/python/files/python-package-gdbm.mk → lang/python/python/files/python-package-gdbm.mk View File


lang/python/files/python-package-install.sh → lang/python/python/files/python-package-install.sh View File


lang/python/files/python-package-lib2to3.mk → lang/python/python/files/python-package-lib2to3.mk View File


lang/python/files/python-package-logging.mk → lang/python/python/files/python-package-logging.mk View File


lang/python/files/python-package-multiprocessing.mk → lang/python/python/files/python-package-multiprocessing.mk View File


lang/python/files/python-package-ncurses.mk → lang/python/python/files/python-package-ncurses.mk View File


lang/python/files/python-package-openssl.mk → lang/python/python/files/python-package-openssl.mk View File


lang/python/files/python-package-pip.mk → lang/python/python/files/python-package-pip.mk View File


lang/python/files/python-package-pydoc.mk → lang/python/python/files/python-package-pydoc.mk View File


lang/python/files/python-package-setuptools.mk → lang/python/python/files/python-package-setuptools.mk View File


lang/python/files/python-package-sqlite3.mk → lang/python/python/files/python-package-sqlite3.mk View File


lang/python/files/python-package-unittest.mk → lang/python/python/files/python-package-unittest.mk View File


lang/python/files/python-package-xml.mk → lang/python/python/files/python-package-xml.mk View File


lang/python/files/python-package.mk → lang/python/python/files/python-package.mk View File


lang/python/files/python-version.mk → lang/python/python/files/python-version.mk View File


lang/python/patches/001-enable-zlib.patch → lang/python/python/patches/001-enable-zlib.patch View File


lang/python/patches/002-do-not-add-include-dirs-when-cross-compiling.patch → lang/python/python/patches/002-do-not-add-include-dirs-when-cross-compiling.patch View File


lang/python/patches/003-do-not-compile-tests-at-build.patch → lang/python/python/patches/003-do-not-compile-tests-at-build.patch View File


lang/python/patches/004-do-not-write-bytes-codes.patch → lang/python/python/patches/004-do-not-write-bytes-codes.patch View File


lang/python/patches/006-remove-debian-multiarch-support.patch → lang/python/python/patches/006-remove-debian-multiarch-support.patch View File


lang/python/patches/007-distutils-do-not-adjust-path.patch → lang/python/python/patches/007-distutils-do-not-adjust-path.patch View File


lang/python/patches/008-distutils-use-python-sysroot.patch → lang/python/python/patches/008-distutils-use-python-sysroot.patch View File


lang/python/patches/009-do-not-use-dblib_dir-when-cross-compiling.patch → lang/python/python/patches/009-do-not-use-dblib_dir-when-cross-compiling.patch View File


lang/python/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch → lang/python/python/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch View File


lang/python/patches/011-remove-setupterm-definition.patch → lang/python/python/patches/011-remove-setupterm-definition.patch View File


lang/python3-bottle/Makefile → lang/python/python3-bottle/Makefile View File


lang/python3/Makefile → lang/python/python3/Makefile View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save