Merge pull request #12027 from jefferyto/python-decorator-4.4.2
python-decorator: Update to 4.4.2, change download source to PyPI
This commit is contained in:
commit
021a9ec83c
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue