package/crudini: bump to version 0.9.3
This release hasn't been published to pypi, so we switch to the Github release archive instead. This new version is Python 3.x compatible. Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
24814a0958
commit
7e9e199816
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_CRUDINI
|
||||
bool "crudini"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_INIPARSE # runtime
|
||||
help
|
||||
A utility for handling ini files from the command line and
|
||||
|
@ -1,6 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=9b8500c90467f0a61c714fbe852c2a66
|
||||
md5 9b8500c90467f0a61c714fbe852c2a66 crudini-0.9.tar.gz
|
||||
|
||||
# locally computed
|
||||
sha256 10512a5a2f7b54b42e48a1d00f0c6398947c2ba6c264b9fdef86677f0e949fd3 crudini-0.9.tar.gz
|
||||
sha256 e1b8125ac4373ece3bb0bb047ba9336e5bd55ed5d56b9729968058c9385ab546 crudini-0.9.3.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CRUDINI_VERSION = 0.9
|
||||
CRUDINI_SITE = https://pypi.python.org/packages/b5/65/5588903472f30fa01ca4951be00c03a317b27bac4cd1e945bd16b2c1b6d3
|
||||
CRUDINI_VERSION = 0.9.3
|
||||
CRUDINI_SITE = $(call github,pixelb,crudini,$(CRUDINI_VERSION))
|
||||
CRUDINI_SETUP_TYPE = setuptools
|
||||
CRUDINI_LICENSE = GPL-2.0
|
||||
CRUDINI_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user