python-pytz: update to version 2019.1
Add LICENSE file Changed URL of the project Reordered stuff in Makefile Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
5c4a507968
commit
ad79691d2e
1 changed files with 8 additions and 5 deletions
|
@ -8,15 +8,19 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-pytz
|
PKG_NAME:=python-pytz
|
||||||
PKG_VERSION:=2018.9
|
PKG_VERSION:=2019.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=MIT
|
|
||||||
|
|
||||||
PKG_SOURCE:=pytz-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=pytz-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pytz
|
||||||
PKG_HASH:=d5f05e487007e29e03409f9398d074e158d920d36eb82eaf66fb1136b0c5374c
|
PKG_HASH:=d747dd3d23d77ef44c6a3526e274af6efeb0a6f1afd5a69ba4d5be4098c8e141
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-pytz-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-pytz-$(PKG_VERSION)
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||||
|
PKG_LICENSE:=MIT
|
||||||
|
PKG_LICENSE_FILES:=LICENSE.txt
|
||||||
|
|
||||||
HOST_BUILD_DEPENDS:=python/host
|
HOST_BUILD_DEPENDS:=python/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
@ -31,8 +35,7 @@ define Package/python-pytz/Default
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
URL:=https://pythonhosted.org/pytz/
|
||||||
URL:=https://sourceforge.net/projects/pytz/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python-pytz
|
define Package/python-pytz
|
||||||
|
|
Loading…
Reference in a new issue