diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-05-01 13:45:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 13:45:13 +0300 |
commit | 021a9ec83cf70cb8380fc2228969adc8498b6d64 (patch) | |
tree | 1ac2ea8f92cd815910892ee3a954d8f51ca44f7c /lang | |
parent | bd2727e09c8c6d5ef128233cf67ba5fe0c582abf (diff) | |
parent | 0c83ce62c05436b2e12c57fc86df02901c8314c2 (diff) |
Merge pull request #12027 from jefferyto/python-decorator-4.4.2
python-decorator: Update to 4.4.2, change download source to PyPI
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-decorator/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/python/python-decorator/Makefile b/lang/python/python-decorator/Makefile index 210d16265..27ae1a8c2 100644 --- a/lang/python/python-decorator/Makefile +++ b/lang/python/python-decorator/Makefile @@ -5,16 +5,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-decorator -PKG_VERSION:=4.3.2 -PKG_RELEASE:=2 +PKG_VERSION:=4.4.2 +PKG_RELEASE:=1 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_CPE_ID:=cpe:/a:python:decorator -PKG_SOURCE_URL:=https://codeload.github.com/micheles/decorator/tar.gz/$(PKG_VERSION)? -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=c053ec881270608a5aef624a45a7700ec76ceca9d96689506411e1f319085380 -PKG_BUILD_DIR:=$(BUILD_DIR)/decorator-$(PKG_VERSION) +PYPI_NAME:=decorator +PKG_HASH:=e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7 +include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk |