From 65d36f019117972bb1926be816a394d7b2fa5b0c Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:48:14 -0300 Subject: [PATCH 1/9] django-formtools: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/django-formtools/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/python/django-formtools/Makefile b/lang/python/django-formtools/Makefile index 7e219b74a..e6c4db533 100644 --- a/lang/python/django-formtools/Makefile +++ b/lang/python/django-formtools/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,8 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-formtools PKG_VERSION:=2.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/${PKG_NAME} @@ -23,8 +24,7 @@ define Package/django-formtools SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Eneas U de Queiroz - TITLE:=A set of high-level abstractions for Django forms + TITLE:=High-level abstractions for Django forms URL:=https://django-formtools.readthedocs.io/en/latest/ DEPENDS:=+python +django VARIANT:=python From fe71210446c29c4bdadf97e7f2e84d54ca9bf83c Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:49:55 -0300 Subject: [PATCH 2/9] django-ranged-response: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/django-ranged-response/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lang/python/django-ranged-response/Makefile b/lang/python/django-ranged-response/Makefile index f15901dc6..5733d311b 100644 --- a/lang/python/django-ranged-response/Makefile +++ b/lang/python/django-ranged-response/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,7 +7,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-ranged-response PKG_VERSION:=0.2.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -23,8 +23,7 @@ define Package/django-ranged-response SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Eneas U de Queiroz - TITLE:=Modified Django FileResponse that adds Content-Range headers. + TITLE:=Add Content-Range: to FileResponse URL:=https://github.com/wearespindle/django-ranged-fileresponse DEPENDS:=+python +django VARIANT:=python From a7308d266b9d045dc5e88e08bf1c3b9122dfa93f Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:50:16 -0300 Subject: [PATCH 3/9] django-simple-captcha: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/django-simple-captcha/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django-simple-captcha/Makefile b/lang/python/django-simple-captcha/Makefile index a55e266d5..449ad8749 100644 --- a/lang/python/django-simple-captcha/Makefile +++ b/lang/python/django-simple-captcha/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-simple-captcha PKG_VERSION:=0.5.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=MIT @@ -26,7 +26,7 @@ define Package/django-simple-captcha SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - TITLE:=A very simple, yet powerful, Django captcha application + TITLE:=Simple Django captcha application URL:=https://github.com/mbi/django-simple-captcha DEPENDS:=+python +python-six +django +pillow +django-ranged-response VARIANT:=python From 4e8697e1feb963f8c6fc93b91b8998001127c6db Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:50:47 -0300 Subject: [PATCH 4/9] django-webpack-loader: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/django-webpack-loader/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/python/django-webpack-loader/Makefile b/lang/python/django-webpack-loader/Makefile index bae468055..6b7df37a4 100644 --- a/lang/python/django-webpack-loader/Makefile +++ b/lang/python/django-webpack-loader/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,8 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-webpack-loader PKG_VERSION:=0.6.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/${PKG_NAME} @@ -23,8 +24,7 @@ define Package/django-webpack-loader SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Eneas U de Queiroz - TITLE:=Transparently use webpack with django + TITLE:=Transparently use webpack in django URL:=https://github.com/owais/django-webpack-loader DEPENDS:=+python +django VARIANT:=python From f33f686f40cc0625a91fe0585e378f23f868d8b2 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:51:18 -0300 Subject: [PATCH 5/9] pyjwt: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/pyjwt/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lang/python/pyjwt/Makefile b/lang/python/pyjwt/Makefile index a4153dcc6..f8af00d00 100644 --- a/lang/python/pyjwt/Makefile +++ b/lang/python/pyjwt/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -10,23 +8,27 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pyjwt PKG_VERSION:=1.7.1 PKG_RELEASE:=1 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=PyJWT-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/P/PyJWT PKG_HASH:=8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96 + PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-PyJWT-$(PKG_VERSION) -PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) include $(INCLUDE_DIR)/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) + define Package/python-pyjwt/Default SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Eneas U de Queiroz TITLE:=JSON Web Token implementation in Python URL:=http://github.com/jpadilla/pyjwt endef From 436426307ddd18835f1ec07a6cc760cdebaa7523 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:51:36 -0300 Subject: [PATCH 6/9] python-certifi: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/python-certifi/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/lang/python/python-certifi/Makefile b/lang/python/python-certifi/Makefile index 00f7e3238..d9d9d64a7 100644 --- a/lang/python/python-certifi/Makefile +++ b/lang/python/python-certifi/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,25 +7,29 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-certifi PKG_VERSION:=2019.3.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=MPL-2.0 +PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=certifi-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/certifi PKG_HASH:=b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae + PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-certifi-$(PKG_VERSION) -PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) include $(INCLUDE_DIR)/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) + define Package/python-certifi/Default SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Eneas U de Queiroz - TITLE:=Python package for providing Mozilla's CA Bundle. + TITLE:=Python package for Mozilla's CA Bundle URL:=http://certifi.io/ endef From e0a0f92eb64275cc93f0709e771f97af42cf44a3 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:52:43 -0300 Subject: [PATCH 7/9] python-defusedxml: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/python-defusedxml/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lang/python/python-defusedxml/Makefile b/lang/python/python-defusedxml/Makefile index d48317725..b5971ad8e 100644 --- a/lang/python/python-defusedxml/Makefile +++ b/lang/python/python-defusedxml/Makefile @@ -7,14 +7,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-defusedxml PKG_VERSION:=0.6.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=Python-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Eneas U de Queiroz PKG_SOURCE:=defusedxml-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/defusedxml PKG_HASH:=f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5 + PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-defusedxml-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk @@ -27,7 +29,7 @@ define Package/python-defusedxml/Default SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - TITLE:=XML bomb protection for Python stdlib modules. + TITLE:=XML bomb protection for Python URL:=https://github.com/tiran/defusedxml endef From 37ebbb545eea22078cdc5758fcc00d738691e6a0 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:53:03 -0300 Subject: [PATCH 8/9] python-oauthlib: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/python-oauthlib/Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/lang/python/python-oauthlib/Makefile b/lang/python/python-oauthlib/Makefile index 7b413d90c..af94b9503 100644 --- a/lang/python/python-oauthlib/Makefile +++ b/lang/python/python-oauthlib/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,25 +7,29 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-oauthlib PKG_VERSION:=3.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=oauthlib-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/o/oauthlib PKG_HASH:=0ce32c5d989a1827e3f1148f98b9085ed2370fc939bf524c9c851d8714797298 + PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-oauthlib-$(PKG_VERSION) -PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) include $(INCLUDE_DIR)/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) + define Package/python-oauthlib/Default SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Eneas U de Queiroz - TITLE:=A generic, spec-compliant, thorough implementation of the OAuth request-signing logic + TITLE:=OAuth request-signing logic for Python URL:=https://github.com/oauthlib/oauthlib endef @@ -44,7 +46,8 @@ define Package/python3-oauthlib endef define Package/python-oauthlib/description - A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python + A generic, spec-compliant, thorough implementation of the OAuth request-signing + logic for Python endef define Package/python3-oauthlib/description From 8b03ed31248b43a653926de3e25f657408b2e515 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:53:36 -0300 Subject: [PATCH 9/9] python-qrcode: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/python-qrcode/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lang/python/python-qrcode/Makefile b/lang/python/python-qrcode/Makefile index a39febfb0..54d333ce1 100644 --- a/lang/python/python-qrcode/Makefile +++ b/lang/python/python-qrcode/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -10,22 +8,26 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-qrcode PKG_VERSION:=6.1 PKG_RELEASE:=1 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=qrcode-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/q/qrcode/ PKG_HASH:=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-oauthlib-$(PKG_VERSION) -PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) + +PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-qrcode-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk include ../python-package.mk +PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) + define Package/python-qrcode SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Eneas U de Queiroz TITLE:=QR Code image generator URL:=https://github.com/lincolnloop/python-qrcode DEPENDS:=+python +python-six +python-setuptools +pillow