|
@ -5,12 +5,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=itsdangerous |
|
|
PKG_NAME:=itsdangerous |
|
|
PKG_VERSION:=0.24 |
|
|
|
|
|
|
|
|
PKG_VERSION:=1.1.0 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://pypi.python.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/ |
|
|
|
|
|
PKG_HASH:=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519 |
|
|
|
|
|
|
|
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/i/itsdangerous |
|
|
|
|
|
PKG_HASH:=321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19 |
|
|
PKG_BUILD_DEPENDS:=python python3 |
|
|
PKG_BUILD_DEPENDS:=python python3 |
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|