diff options
Diffstat (limited to 'lang/python/python-jsonpath-ng/Makefile')
-rw-r--r-- | lang/python/python-jsonpath-ng/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python/python-jsonpath-ng/Makefile b/lang/python/python-jsonpath-ng/Makefile index 468fce3a8..7059c27c9 100644 --- a/lang/python/python-jsonpath-ng/Makefile +++ b/lang/python/python-jsonpath-ng/Makefile @@ -9,11 +9,10 @@ PKG_VERSION:=1.4.3 PKG_RELEASE:=1 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> -PKG_SOURCE_URL:=https://pypi.python.org/packages/source/j/jsonpath-ng/ -PKG_SOURCE:=jsonpath-ng-$(PKG_VERSION).tar.gz +PYPI_NAME:=jsonpath-ng PKG_HASH:=b1fc75b877e9b2f46845a455fbdcfb0f0d9c727c45c19a745d02db620a9ef0be -PKG_BUILD_DIR:=$(BUILD_DIR)/jsonpath-ng-$(PKG_VERSION) +include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk |