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 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 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 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 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 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 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 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 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