aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-idna
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-12-06 15:21:19 -0800
committerRosen Penev <rosenp@gmail.com>2018-12-06 15:23:32 -0800
commite56e1ad746c32c9a118ceb0c6f2228d80b5cc9c6 (patch)
tree0a579e34f76c9b64a91f76027adc4f01f71cdabf /lang/python/python-idna
parentcfdc1d4269a00622963a4063d6a783cd386473ef (diff)
python-idna: Update to 2.8
Changed URL to pythonhosted one. Some Makefile rearrangements for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang/python/python-idna')
-rw-r--r--lang/python/python-idna/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile
index dae0366b7..59130b037 100644
--- a/lang/python/python-idna/Makefile
+++ b/lang/python/python-idna/Makefile
@@ -8,18 +8,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-idna
-PKG_VERSION:=2.7
+PKG_VERSION:=2.8
PKG_RELEASE:=1
PKG_SOURCE:=idna-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://pypi.io/packages/source/i/idna
-PKG_HASH:=684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16
+PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/i/idna
+PKG_HASH:=c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-idna-$(PKG_VERSION)
+PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.rst
-PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-idna-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk