python-cachelib: Update to 0.10.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
54f9f2777c
commit
d6d4222e97
1 changed files with 6 additions and 6 deletions
|
@ -5,15 +5,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-cachelib
|
||||
PKG_VERSION:=0.3.0
|
||||
PKG_VERSION:=0.10.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=cachelib
|
||||
PKG_HASH:=cc1856259f102c9273efa342100f70d9fafbd07b41ce05c501ee28e1dbbb5133
|
||||
PKG_HASH:=593faeee62a7c037d50fc835617a01b887503f972fb52b188ae7e50e9cb69740
|
||||
|
||||
PKG_MAINTAINER:=Stepan Henek <stepan.henek@nic.cz>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_LICENSE_FILES:=LICENSE.rst
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -23,9 +23,9 @@ define Package/python3-cachelib
|
|||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=cachelib
|
||||
URL:=https://github.com/pallets/cachelib
|
||||
DEPENDS:=+python3-light
|
||||
TITLE:=Collection of cache libraries
|
||||
URL:=https://github.com/pallets-eco/cachelib/
|
||||
DEPENDS:=+python3-light +python3-logging
|
||||
endef
|
||||
|
||||
define Package/python3-cachelib/description
|
||||
|
|
Loading…
Reference in a new issue