summaryrefslogtreecommitdiff
path: root/package/python-tomako
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-07-11 09:54:37 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-11 14:12:13 +0200
commitc2dacf7e07cc0434475518e6f57863c829e16d34 (patch)
treefa5e00581453ce6155499ec24fa46bc910e44539 /package/python-tomako
parent20c0cbd67db39839afb5fd47fe343fd28cf130e0 (diff)
python-tomako: bump to version 0.1.0.post1
Add license file. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-tomako')
-rw-r--r--package/python-tomako/python-tomako.hash7
-rw-r--r--package/python-tomako/python-tomako.mk5
2 files changed, 6 insertions, 6 deletions
diff --git a/package/python-tomako/python-tomako.hash b/package/python-tomako/python-tomako.hash
index 678944ad6..af07a88ab 100644
--- a/package/python-tomako/python-tomako.hash
+++ b/package/python-tomako/python-tomako.hash
@@ -1,4 +1,3 @@
-# md5 from https://pypi.python.org/pypi/tomako/json
-md5 74597762d156f52b8716aced94d51f2a tomako-0.1.0.tar.gz
-# sha256 calculated by scanpypi
-sha256 e541e6bad009d3f61956b135757d491bf42c97cb441e7c11ef7a0ef6e9460a9f tomako-0.1.0.tar.gz
+# md5 from https://pypi.python.org/pypi/tomako/json, sha256 locally computed
+md5 a2e9e99be4ddf2263ed441ddc3dfcf96 tomako-0.1.0.post1.tar.gz
+sha256 2d8ec113199408eb16ec00361aac6f10b716925779b6331083f304d01dafd150 tomako-0.1.0.post1.tar.gz
diff --git a/package/python-tomako/python-tomako.mk b/package/python-tomako/python-tomako.mk
index a9eef6405..23c0b34ff 100644
--- a/package/python-tomako/python-tomako.mk
+++ b/package/python-tomako/python-tomako.mk
@@ -4,10 +4,11 @@
#
################################################################################
-PYTHON_TOMAKO_VERSION = 0.1.0
+PYTHON_TOMAKO_VERSION = 0.1.0.post1
PYTHON_TOMAKO_SOURCE = tomako-$(PYTHON_TOMAKO_VERSION).tar.gz
-PYTHON_TOMAKO_SITE = https://pypi.python.org/packages/66/6f/de5449d401ca6953691c765d7465941e772cf99a3547646edc58cdca452d
+PYTHON_TOMAKO_SITE = https://pypi.python.org/packages/30/64/e174248281cb2fa8f5bce955d4bd49b253e622bb540a6001e48dec378a07
PYTHON_TOMAKO_SETUP_TYPE = setuptools
PYTHON_TOMAKO_LICENSE = MIT
+PYTHON_TOMAKO_LICENSE_FILES = LICENSE
$(eval $(python-package))