Browse Source

Merge pull request #5419 from commodo/python-package-mk-localize

treewide: re-organizing python-package.mk & python3-package.mk
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
48e1f18b8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
87 changed files with 138 additions and 251 deletions
  1. +1
    -1
      lang/python/Flask/Makefile
  2. +1
    -1
      lang/python/Jinja2/Makefile
  3. +1
    -1
      lang/python/MarkupSafe/Makefile
  4. +1
    -1
      lang/python/Werkzeug/Makefile
  5. +1
    -1
      lang/python/chardet/Makefile
  6. +1
    -1
      lang/python/click/Makefile
  7. +1
    -1
      lang/python/django-appconf/Makefile
  8. +1
    -1
      lang/python/django-compressor/Makefile
  9. +1
    -1
      lang/python/django-constance/Makefile
  10. +1
    -1
      lang/python/django-jsonfield/Makefile
  11. +1
    -1
      lang/python/django-picklefield/Makefile
  12. +1
    -1
      lang/python/django-postoffice/Makefile
  13. +1
    -1
      lang/python/django-restframework/Makefile
  14. +1
    -1
      lang/python/django-statici18n/Makefile
  15. +1
    -1
      lang/python/django/Makefile
  16. +1
    -1
      lang/python/et_xmlfile/Makefile
  17. +1
    -1
      lang/python/flup/Makefile
  18. +1
    -1
      lang/python/gunicorn/Makefile
  19. +1
    -1
      lang/python/itsdangerous/Makefile
  20. +1
    -1
      lang/python/jdcal/Makefile
  21. +1
    -1
      lang/python/openpyxl/Makefile
  22. +1
    -1
      lang/python/pillow/Makefile
  23. +2
    -2
      lang/python/pyodbc/Makefile
  24. +2
    -2
      lang/python/python-asn1crypto/Makefile
  25. +2
    -2
      lang/python/python-attrs/Makefile
  26. +2
    -2
      lang/python/python-cffi/Makefile
  27. +1
    -1
      lang/python/python-crcmod/Makefile
  28. +1
    -1
      lang/python/python-crypto/Makefile
  29. +2
    -2
      lang/python/python-cryptography/Makefile
  30. +1
    -1
      lang/python/python-curl/Makefile
  31. +1
    -1
      lang/python/python-dateutil/Makefile
  32. +1
    -1
      lang/python/python-dns/Makefile
  33. +1
    -1
      lang/python/python-dpkt/Makefile
  34. +1
    -1
      lang/python/python-egenix-mx-base/Makefile
  35. +1
    -1
      lang/python/python-enum34/Makefile
  36. +2
    -2
      lang/python/python-evdev/Makefile
  37. +2
    -2
      lang/python/python-gmpy2/Makefile
  38. +2
    -2
      lang/python/python-gnupg/Makefile
  39. +5
    -1
      lang/python/python-host.mk
  40. +2
    -2
      lang/python/python-idna/Makefile
  41. +1
    -1
      lang/python/python-ipaddress/Makefile
  42. +1
    -1
      lang/python/python-ldap/Makefile
  43. +2
    -2
      lang/python/python-lxml/Makefile
  44. +1
    -1
      lang/python/python-mysql/Makefile
  45. +10
    -6
      lang/python/python-package-install.sh
  46. +8
    -17
      lang/python/python-package.mk
  47. +1
    -1
      lang/python/python-packages/Makefile
  48. +2
    -2
      lang/python/python-parsley/Makefile
  49. +1
    -1
      lang/python/python-pcapy/Makefile
  50. +2
    -2
      lang/python/python-ply/Makefile
  51. +1
    -1
      lang/python/python-psycopg2/Makefile
  52. +2
    -2
      lang/python/python-pyasn1-modules/Makefile
  53. +2
    -2
      lang/python/python-pyasn1/Makefile
  54. +2
    -2
      lang/python/python-pycparser/Makefile
  55. +2
    -2
      lang/python/python-pyopenssl/Makefile
  56. +1
    -1
      lang/python/python-pyptlib/Makefile
  57. +1
    -1
      lang/python/python-pyserial/Makefile
  58. +1
    -1
      lang/python/python-service-identity/Makefile
  59. +2
    -2
      lang/python/python-six/Makefile
  60. +1
    -1
      lang/python/python-txsocksx/Makefile
  61. +1
    -1
      lang/python/python-urllib3/Makefile
  62. +0
    -0
      lang/python/python-version.mk
  63. +2
    -2
      lang/python/python-yaml/Makefile
  64. +3
    -15
      lang/python/python/Makefile
  65. +1
    -1
      lang/python/python3-bottle/Makefile
  66. +5
    -1
      lang/python/python3-host.mk
  67. +7
    -17
      lang/python/python3-package.mk
  68. +0
    -0
      lang/python/python3-version.mk
  69. +3
    -15
      lang/python/python3/Makefile
  70. +0
    -82
      lang/python/python3/files/python3-package-install.sh
  71. +1
    -1
      lang/python/pytz/Makefile
  72. +1
    -1
      lang/python/rcssmin/Makefile
  73. +1
    -1
      lang/python/simplejson/Makefile
  74. +1
    -1
      lang/python/twisted/Makefile
  75. +1
    -1
      lang/python/zope-interface/Makefile
  76. +1
    -1
      libs/libimobiledevice/Makefile
  77. +1
    -1
      libs/libsearpc/Makefile
  78. +1
    -1
      net/danish/Makefile
  79. +1
    -1
      net/obfsproxy/Makefile
  80. +1
    -1
      net/openvswitch/Makefile
  81. +2
    -2
      net/radicale/Makefile
  82. +1
    -1
      net/scapy/Makefile
  83. +1
    -1
      net/seafile-ccnet/Makefile
  84. +1
    -1
      net/seafile-seahub/Makefile
  85. +1
    -1
      net/seafile-seahub/patches/020-Makefile-fixes.patch
  86. +1
    -1
      net/seafile-server/Makefile
  87. +2
    -2
      utils/i2c-tools/Makefile

+ 1
- 1
lang/python/Flask/Makefile View File

@ -20,7 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python3-package.mk)
include ../python3-package.mk
define Package/python3-flask
SECTION:=lang


+ 1
- 1
lang/python/Jinja2/Makefile View File

@ -20,7 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python3-package.mk)
include ../python3-package.mk
define Package/python3-jinja2
SECTION:=lang


+ 1
- 1
lang/python/MarkupSafe/Makefile View File

@ -20,7 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python3-package.mk)
include ../python3-package.mk
define Package/python3-markupsafe
SECTION:=lang


+ 1
- 1
lang/python/Werkzeug/Makefile View File

@ -20,7 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python3-package.mk)
include ../python3-package.mk
define Package/python3-werkzeug
SECTION:=lang


+ 1
- 1
lang/python/chardet/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0
PKG_HASH:=84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/chardet
SUBMENU:=Python


+ 1
- 1
lang/python/click/Makefile View File

@ -20,7 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python3-package.mk)
include ../python3-package.mk
define Package/python3-click
SECTION:=lang


+ 1
- 1
lang/python/django-appconf/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/34/b9/d07195652ab494b026f7cb034
PKG_HASH:=6a4d9aea683b4c224d97ab8ee11ad2d29a37072c0c6c509896dd9857466fb261
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django-appconf
SUBMENU:=Python


+ 1
- 1
lang/python/django-compressor/Makefile View File

@ -18,7 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/django_compressor-$(PKG_VERSION)/
PKG_HASH:=9616570e5b08e92fa9eadc7a1b1b49639cce07ef392fc27c74230ab08075b30f
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django-compressor
SUBMENU:=Python


+ 1
- 1
lang/python/django-constance/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/8a/37/4fa87dd0e43aa0a66fc419d58
PKG_HASH:=6eec9f3ac4e5657b93e64f3379181d1e727088df10dd34f0398cd12119b9f0b0
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django-constance
SUBMENU:=Python


+ 1
- 1
lang/python/django-jsonfield/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/e4/b2/a079f0a2218e0eb7892edbf40
PKG_HASH:=6c0afd5554739365b55d86e285cf966cc3a45682fff963463364ea1f6511ca3e
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django-jsonfield
SUBMENU:=Python


+ 1
- 1
lang/python/django-picklefield/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/e8/69/232d78ef16cad8dd4c2f871b0
PKG_HASH:=61e3ba7f6df82d8df9e6be3a8c55ef589eb3bf926c3d25d2b7949b07eae78354
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django-picklefield
SUBMENU:=Python


+ 1
- 1
lang/python/django-postoffice/Makefile View File

@ -18,7 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/django-post_office-$(PKG_VERSION)/
PKG_HASH:=8d691b2e53ba8121d770ce448f05568874cf78a3cf63215918ad49536db5e76a
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django-postoffice
SUBMENU:=Python


+ 1
- 1
lang/python/django-restframework/Makefile View File

@ -18,7 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/djangorestframework-$(PKG_VERSION)
PKG_HASH:=305b2c6564ca46d3b558ba21110ed717135c467adf1a6dfd192bd85f4bb04d50
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django-restframework
SUBMENU:=Python


+ 1
- 1
lang/python/django-statici18n/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/29/4d/fd9ba0e9b86c05714d9bc945d
PKG_HASH:=3cb5334d42cfabda49c9c0efb1c24f5663e318ed34b3a34fada5195232f75f65
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django-statici18n
SUBMENU:=Python


+ 1
- 1
lang/python/django/Makefile View File

@ -20,7 +20,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=c82c2cc338ae46ba8572d9960fc98dca932edc43a00f011fed102810a86185ae
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/django
SUBMENU:=Python


+ 1
- 1
lang/python/et_xmlfile/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://pypi.python.org/packages/source/e/et_xmlfile/
PKG_HASH:=614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/et_xmlfile
SUBMENU:=Python


+ 1
- 1
lang/python/flup/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://pypi.python.org/packages/source/f/flup/
PKG_HASH:=4bad317a5fc1ce3d4fe5e9b6d846ec38a8023e16876785d4f88102f2c8097dd9
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/flup
SUBMENU:=Python


+ 1
- 1
lang/python/gunicorn/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/30/3a/10bb213cede0cc4d13ac22633
PKG_HASH:=eee1169f0ca667be05db3351a0960765620dad53f53434262ff8901b68a1b622
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/gunicorn
SUBMENU:=Python


+ 1
- 1
lang/python/itsdangerous/Makefile View File

@ -20,7 +20,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python3-package.mk)
include ../python3-package.mk
define Package/python3-itsdangerous
SECTION:=lang


+ 1
- 1
lang/python/jdcal/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/9b/fa/40beb2aa43a13f740dd5be367
PKG_HASH:=b760160f8dc8cc51d17875c6b663fafe64be699e10ce34b6a95184b5aa0fdc9e
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/jdcal
SUBMENU:=Python


+ 1
- 1
lang/python/openpyxl/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/88/3c/34fbe561fc92e6a75f297478b
PKG_HASH:=3b42ece7933b46b2128f8d4111c57c80fb5aa46f4d16e7f83281f169e7398ba7
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/openpyxl
SUBMENU:=Python


+ 1
- 1
lang/python/pillow/Makefile View File

@ -20,7 +20,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=e7c36bcf89614337d9abc4d07780da0b346a745be7a9aa55b398fa427549273c
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/pillow
SUBMENU:=Python


+ 2
- 2
lang/python/pyodbc/Makefile View File

@ -20,8 +20,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
define Package/python-pyodbc/Default
SECTION:=lang


+ 2
- 2
lang/python/python-asn1crypto/Makefile View File

@ -21,8 +21,8 @@ PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-asn1crypto-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 2
- 2
lang/python/python-attrs/Makefile View File

@ -22,8 +22,8 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 2
- 2
lang/python/python-cffi/Makefile View File

@ -27,8 +27,8 @@ HOST_PYTHON_PACKAGE_BUILD_DEPENDS:="cffi==$(PKG_VERSION)"
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="cffi==$(PKG_VERSION)"
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 1
- 1
lang/python/python-crcmod/Makefile View File

@ -21,7 +21,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/crcmod-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-crcmod
SUBMENU:=Python


+ 1
- 1
lang/python/python-crypto/Makefile View File

@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=COPYRIGHT
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-crypto
SECTION:=lang-python


+ 2
- 2
lang/python/python-cryptography/Makefile View File

@ -22,8 +22,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cryptography-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 1
- 1
lang/python/python-curl/Makefile View File

@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://dl.bintray.com/pycurl/pycurl/
PKG_HASH:=43231bf2bafde923a6d9bb79e2407342a5f3382c1ef0a3b2e491c6a4e50b91aa
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-curl
CATEGORY:=Languages


+ 1
- 1
lang/python/python-dateutil/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/54/bb/f1db86504f7a49e1d9b930153
PKG_HASH:=891c38b2a02f5bb1be3e4793866c8df49c7d19baabf9c1bad62547e0b4866aca
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-dateutil
SUBMENU:=Python


+ 1
- 1
lang/python/python-dns/Makefile View File

@ -19,7 +19,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DIR:=$(BUILD_DIR)/dnspython-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-dns
SECTION:=language-python


+ 1
- 1
lang/python/python-dpkt/Makefile View File

@ -21,7 +21,7 @@ PKG_MIRROR_HASH:=fe8657552b1dbaf8b9eba50168730e200567dc88a06932aa1cf60dc93211d16
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-dpkt
SECTION:=language-python


+ 1
- 1
lang/python/python-egenix-mx-base/Makefile View File

@ -22,7 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/egenix-mx-base-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-egenix-mx-base
SUBMENU:=Python


+ 1
- 1
lang/python/python-enum34/Makefile View File

@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=enum/LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-enum34
SECTION:=lang


+ 2
- 2
lang/python/python-evdev/Makefile View File

@ -22,8 +22,8 @@ PKG_HASH:=57edafc469a414f58b51af1bfb9ee2babb9f626dd2df530d71c1176871850aa1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-evdev-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 2
- 2
lang/python/python-gmpy2/Makefile View File

@ -22,8 +22,8 @@ PKG_LICENSE_FILES:=COPYING.LESSER
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=unzip -q -d $(PKG_BUILD_DIR) $(DL_DIR)/$(PKG_SOURCE); mv -f $(PKG_BUILD_DIR)/gmpy2-$(PKG_VERSION)/* $(PKG_BUILD_DIR)


+ 2
- 2
lang/python/python-gnupg/Makefile View File

@ -20,8 +20,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
define Package/python-gnupg/Default
SECTION:=lang


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


+ 2
- 2
lang/python/python-idna/Makefile View File

@ -22,8 +22,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-idna-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 1
- 1
lang/python/python-ipaddress/Makefile View File

@ -19,7 +19,7 @@ PKG_LICENSE:=Python-2.0
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-ipaddress
SECTION:=lang


+ 1
- 1
lang/python/python-ldap/Makefile View File

@ -19,7 +19,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/67/d9/fa0ea70d1792875745116ad62
PKG_HASH:=5810f1b5a9ae9255df99fb9c2dcab7352fed325687efda56c0faae1a82c5e3cb
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-ldap
SUBMENU:=Python


+ 2
- 2
lang/python/python-lxml/Makefile View File

@ -23,8 +23,8 @@ PKG_LICENSE_FILES:=LICENSES.txt
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
define Package/python-lxml/Default
SECTION:=lang


+ 1
- 1
lang/python/python-mysql/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/source/M/MySQL-python/
PKG_HASH:=811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-mysql
SUBMENU:=Python


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


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


+ 1
- 1
lang/python/python-packages/Makefile View File

@ -32,7 +32,7 @@ PKG_CONFIG_DEPENDS:= \
PKG_BUILD_DEPENDS:=python python/host
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-packages
SUBMENU:=Python


+ 2
- 2
lang/python/python-parsley/Makefile View File

@ -22,8 +22,8 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 1
- 1
lang/python/python-pcapy/Makefile View File

@ -21,7 +21,7 @@ PKG_SOURCE_VERSION:=b91a418374d1636408c435f11799ef725ef70097
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-pcapy
SECTION:=language-python


+ 2
- 2
lang/python/python-ply/Makefile View File

@ -22,8 +22,8 @@ PKG_LICENSE_FILES:=README.md
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 1
- 1
lang/python/python-psycopg2/Makefile View File

@ -22,7 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/psycopg2-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=python/host
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-psycopg2
SUBMENU:=Python


+ 2
- 2
lang/python/python-pyasn1-modules/Makefile View File

@ -22,8 +22,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-pyasn1-modules-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 2
- 2
lang/python/python-pyasn1/Makefile View File

@ -22,8 +22,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-pyasn1-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 2
- 2
lang/python/python-pycparser/Makefile View File

@ -25,8 +25,8 @@ HOST_PYTHON_PACKAGE_BUILD_DEPENDS:="ply==3.10"
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="ply==3.10"
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 2
- 2
lang/python/python-pyopenssl/Makefile View File

@ -22,8 +22,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-pyopenssl-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 1
- 1
lang/python/python-pyptlib/Makefile View File

@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-pyptlib
SECTION:=lang


+ 1
- 1
lang/python/python-pyserial/Makefile View File

@ -21,7 +21,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/pyserial-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-pyserial
SUBMENU:=Python


+ 1
- 1
lang/python/python-service-identity/Makefile View File

@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-service-identity
SECTION:=lang


+ 2
- 2
lang/python/python-six/Makefile View File

@ -25,8 +25,8 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
HOST_UNPACK:=$(HOST_TAR) -C $(HOST_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)


+ 1
- 1
lang/python/python-txsocksx/Makefile View File

@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-txsocksx
SECTION:=lang


+ 1
- 1
lang/python/python-urllib3/Makefile View File

@ -18,7 +18,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/ee/11/7c59620aceedcc1ef65e156cc
PKG_HASH:=cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/python-urllib3
SUBMENU:=Python


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


+ 2
- 2
lang/python/python-yaml/Makefile View File

@ -23,8 +23,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-$(PKG_NAME)-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../python-package.mk
include ../python3-package.mk
define Package/python-yaml/Default
SUBMENU:=Python


+ 3
- 15
lang/python/python/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
# For PYTHON_VERSION
include ./files/python-version.mk
include ../python-version.mk
PKG_NAME:=python
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
@ -22,10 +22,10 @@ PKG_LICENSE:=PSF
PKG_LICENSE_FILES:=LICENSE Modules/_ctypes/libffi_msvc/LICENSE Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Tools/pybench/LICENSE
# This file provides the necsessary host build variables
include ./files/python-host.mk
include ../python-host.mk
# For PyPackage
include ./files/python-package.mk
include ../python-package.mk
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
@ -190,16 +190,6 @@ define Build/Compile
$(call Build/Compile/python-pip)
endef
define Build/InstallMkFiles
$(INSTALL_DIR) $(STAGING_DIR)/mk/
$(INSTALL_DATA) \
./files/python-package.mk \
./files/python-host.mk \
./files/python-version.mk \
./files/python-package-install.sh \
$(STAGING_DIR)/mk/
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/ $(1)/usr/lib/ $(1)/usr/lib/pkgconfig
$(INSTALL_DIR) $(1)/usr/lib/python$(PYTHON_VERSION)/
@ -218,7 +208,6 @@ define Build/InstallDev
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/python$(PYTHON_VERSION)/config \
$(1)/usr/lib/python$(PYTHON_VERSION)/
$(call Build/InstallMkFiles)
endef
PYTHON_BASE_LIB_FILES:= \
@ -298,7 +287,6 @@ define Host/Compile
endef
define Host/Install
$(call Build/InstallMkFiles)
$(MAKE) -C $(HOST_BUILD_DIR) install
$(INSTALL_DIR) $(HOST_PYTHON_DIR)/bin/
$(INSTALL_BIN) $(HOST_BUILD_DIR)/Parser/pgen $(HOST_PYTHON_DIR)/bin/pgen2


+ 1
- 1
lang/python/python3-bottle/Makefile View File

@ -21,7 +21,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/bottle-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python3-package.mk)
include ../python3-package.mk
define Package/python3-bottle
SECTION:=lang


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


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


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


+ 3
- 15
lang/python/python3/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
# The file included below defines PYTHON_VERSION
include ./files/python3-version.mk
include ../python3-version.mk
PYTHON_VERSION:=$(PYTHON3_VERSION)
PYTHON_VERSION_MICRO:=$(PYTHON3_VERSION_MICRO)
@ -25,10 +25,10 @@ PKG_LICENSE:=PSF
PKG_LICENSE_FILES:=LICENSE Modules/_ctypes/libffi_msvc/LICENSE Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Tools/pybench/LICENSE
# This file provides the necsessary host build variables
include ./files/python3-host.mk
include ../python3-host.mk
# For Py3Package
include ./files/python3-package.mk
include ../python3-package.mk
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
@ -194,16 +194,6 @@ define Build/Compile
$(call Build/Compile/python3-pip)
endef
define Build/InstallMkFiles
$(INSTALL_DIR) $(STAGING_DIR)/mk/
$(INSTALL_DATA) \
./files/python3-package.mk \
./files/python3-host.mk \
./files/python3-version.mk \
./files/python3-package-install.sh \
$(STAGING_DIR)/mk/
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/ $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/python$(PYTHON_VERSION)/
@ -217,7 +207,6 @@ define Build/InstallDev
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/python$(PYTHON_VERSION)/config-$(PYTHON_VERSION) \
$(1)/usr/lib/python$(PYTHON_VERSION)/
$(call Build/InstallMkFiles)
endef
PYTHON3_BASE_LIB_FILES:= \
@ -295,7 +284,6 @@ define Host/Compile
endef
define Host/Install
$(call Build/InstallMkFiles)
$(MAKE) -C $(HOST_BUILD_DIR) install
$(INSTALL_DIR) $(HOST_PYTHON3_DIR)/bin/
$(INSTALL_BIN) $(HOST_BUILD_DIR)/Parser/pgen $(HOST_PYTHON3_DIR)/bin/pgen3


+ 0
- 82
lang/python/python3/files/python3-package-install.sh View File

@ -1,82 +0,0 @@
#!/bin/sh
set -e
process_filespec() {
local src_dir="$1"
local dst_dir="$2"
local filespec="$3"
echo "$filespec" | (
IFS='|'
while read fop fspec fperm; do
local fop=`echo "$fop" | tr -d ' \t\n'`
if [ "$fop" = "+" ]; then
if [ ! -e "${src_dir}${fspec}" ]; then
echo "File not found '${src_dir}${fspec}'"
exit 1
fi
dpath=`dirname "$fspec"`
if [ -z "$fperm" ]; then
dperm=`stat -c "%a" ${src_dir}${dpath}`
fi
mkdir -p -m$dperm ${dst_dir}${dpath}
echo "copying: '$fspec'"
cp -fpR ${src_dir}${fspec} ${dst_dir}${dpath}/
if [ -n "$fperm" ]; then
chmod -R $fperm ${dst_dir}${fspec}
fi
elif [ "$fop" = "-" ]; then
echo "removing: '$fspec'"
rm -fR ${dst_dir}${fspec}
elif [ "$fop" = "=" ]; then
echo "setting permissions: '$fperm' on '$fspec'"
chmod -R $fperm ${dst_dir}${fspec}
fi
done
)
}
src_dir="$1"
dst_dir="$2"
python="$3"
mode="$4"
filespec="$5"
process_filespec "$src_dir" "$dst_dir" "$filespec" || {
echo "process filespec error-ed"
exit 1
}
if [ "$mode" == "sources" ] ; then
# Copy only python source files
find $dst_dir -not -type d -not -name "*\.py" | xargs rm -f
# Delete empty folders (if the case)
if [ -d "$dst_dir/usr" ] ; then
find $dst_dir/usr -type d | xargs rmdir --ignore-fail-on-non-empty
rmdir --ignore-fail-on-non-empty $dst_dir/usr
fi
exit 0
fi
# XXX [So that you won't goof as I did]
# Note: Yes, I tried to use the -O & -OO flags here.
# However the generated byte-codes were not portable.
# So, we just stuck to un-optimized byte-codes,
# which is still way better/faster than running
# Python sources all the time.
$python -m compileall -b -d '/' $dst_dir || {
echo "python -m compileall err-ed"
exit 1
}
# Delete source files and pyc [ un-optimized bytecode files ]
# We may want to make this optimization thing configurable later, but not sure atm
find $dst_dir -type f -name "*\.py" | xargs rm -f
# Delete empty folders (if the case)
if [ -d "$dst_dir/usr" ] ; then
find $dst_dir/usr -type d | xargs rmdir --ignore-fail-on-non-empty
rmdir --ignore-fail-on-non-empty $dst_dir/usr
fi
exit 0

+ 1
- 1
lang/python/pytz/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/a4/09/c47e57fc9c7062b4e83b075d4
PKG_HASH:=f5c056e8f62d45ba8215e5cb8f50dfccb198b4b9fbea8500674f3443e4689589
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/pytz
SUBMENU:=Python


+ 1
- 1
lang/python/rcssmin/Makefile View File

@ -20,7 +20,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=a52728cc5653bf3c2a2f92954c6001338442a6e589bd364c497ba615c4365211
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/rcssmin
SUBMENU:=Python


+ 1
- 1
lang/python/simplejson/Makefile View File

@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/08/48/c97b668d6da7d7bebe7ea1817
PKG_HASH:=01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/simplejson
SUBMENU:=Python


+ 1
- 1
lang/python/twisted/Makefile View File

@ -24,7 +24,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/twisted
SUBMENU:=Python


+ 1
- 1
lang/python/zope-interface/Makefile View File

@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=LICENSE.txt
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../python-package.mk
define Package/zope-interface
SECTION:=lang


+ 1
- 1
libs/libimobiledevice/Makefile View File

@ -27,7 +27,7 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/libimobiledevice/Default
TITLE:=A library that talks to Apple devices.


+ 1
- 1
libs/libsearpc/Makefile View File

@ -23,7 +23,7 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/libsearpc
SECTION:=libs


+ 1
- 1
net/danish/Makefile View File

@ -21,7 +21,7 @@ PKG_MIRROR_HASH:=cb0b4bb7a210091d807ee8e4a2876865f32a9bf195836eb2e1edf6c5975d113
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/danish
SECTION:=net


+ 1
- 1
net/obfsproxy/Makefile View File

@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/obfsproxy
SECTION:=net


+ 1
- 1
net/openvswitch/Makefile View File

@ -32,7 +32,7 @@ PKG_INSTALL:=1
SUPPORTED_KERNELS:=LINUX_3_18||LINUX_4_1||LINUX_4_3||LINUX_4_4||LINUX_4_9
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/openvswitch/Default
SECTION:=net


+ 2
- 2
net/radicale/Makefile View File

@ -22,8 +22,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../../lang/python/python-package.mk
include ../../lang/python/python3-package.mk
# no default dependencies
PKG_DEFAULT_DEPENDS:=


+ 1
- 1
net/scapy/Makefile View File

@ -18,7 +18,7 @@ PKG_SOURCE_URL:=https://bitbucket.org/secdev/scapy/downloads/
PKG_HASH:=8972c02e39a826a10c02c2bdd5025f7251dce9589c57befd9bb55c65f02e4934
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/scapy
SECTION:=net


+ 1
- 1
net/seafile-ccnet/Makefile View File

@ -23,7 +23,7 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/seafile-ccnet
SECTION:=net


+ 1
- 1
net/seafile-seahub/Makefile View File

@ -20,7 +20,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=511500c40dd7b1009f77109c6df810df1cf2c17a84a8f6841d592a9e05d22064
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/seafile-seahub
SECTION:=net


+ 1
- 1
net/seafile-seahub/patches/020-Makefile-fixes.patch View File

@ -3,7 +3,7 @@ diff -rupN seafile-seahub-6.2.2.orig/Makefile seafile-seahub-6.2.2/Makefile
+++ seafile-seahub-6.2.2/Makefile 2017-10-22 22:46:18.007470936 +0200
@@ -1,3 +1,6 @@
+include $(TOPDIR)/rules.mk
+$(call include_mk, python-package.mk)
+include $(TOPDIR)/feeds/packages/lang/python/python-package.mk
+
PROJECT=seahub


+ 1
- 1
net/seafile-server/Makefile View File

@ -23,7 +23,7 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
$(call include_mk, python-package.mk)
include ../../lang/python/python-package.mk
define Package/seafile-server
SECTION:=net


+ 2
- 2
utils/i2c-tools/Makefile View File

@ -25,8 +25,8 @@ PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
$(call include_mk, python3-package.mk)
include ../../lang/python/python-package.mk
include ../../lang/python/python3-package.mk
define Package/i2c/Default
URL:=http://lm-sensors.org/wiki/I2CTools


Loading…
Cancel
Save