From 60fa656371b79eb796c3df7bba53c547d5e17557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Sep 2018 10:16:50 +0200 Subject: In some of the Python3 packages use pypi instead of github --- python3-influxdb/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'python3-influxdb') diff --git a/python3-influxdb/Makefile b/python3-influxdb/Makefile index 56d61a3..6f360e3 100644 --- a/python3-influxdb/Makefile +++ b/python3-influxdb/Makefile @@ -1,8 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-influxdb +PKG_VERSION:=5.2.0 PKG_RELEASE:=1 -PKG_SOURCE_URL:=https://github.com/influxdata/influxdb-python.git + +PKG_SOURCE_URL:=https://pypi.python.org/packages/source/i/influxdb/ +PKG_SOURCE:=influxdb-$(PKG_VERSION).tar.gz +PKG_MD5SUM:=8d82a3e48c8d20f4d1f1243c6bb04402 PKG_MAINTAINER:=Karel Kočí include $(TOPDIR)/package/autopkg-tag.mk -- cgit v1.2.3