X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=lang%2Fpython%2Fpython-lxml%2FMakefile;h=3ed79a30981b081efd9000ebd7d5de3d0aa6d263;hb=8d011baf89adea17c9b0bb0dfb903cfa17321016;hp=2710feffb6c561870c2bd1f57b3c9b843c118d49;hpb=fa2a7077d684256c8575da3ba9951601570c1628;p=feed%2Fpackages.git diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index 2710feffb6..3ed79a3098 100644 --- a/lang/python/python-lxml/Makefile +++ b/lang/python/python-lxml/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-lxml -PKG_VERSION:=3.7.2 +PKG_VERSION:=4.1.0 PKG_RELEASE:=1 PKG_SOURCE:=lxml-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://lxml.de/files/ -PKG_HASH:=59d9176360dbc3919e9d4bfca85c1ca64ab4f4ee00e6f119d7150ba887e3410a +PKG_HASH:=be3aaeb5f468a49f523f16736ccff7d82af2b4b303292ba3d052b5b28f3fbe47 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-lxml-$(PKG_VERSION) PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) @@ -37,14 +37,14 @@ endef define Package/python-lxml $(call Package/python-lxml/Default) TITLE:=python-lxml - DEPENDS+=+python-light +python-codecs + DEPENDS+=+PACKAGE_python-lxml:python-light +PACKAGE_python-lxml:python-codecs VARIANT:=python endef define Package/python3-lxml $(call Package/python-lxml/Default) TITLE:=python3-lxml - DEPENDS+=+python3-light + DEPENDS+=+PACKAGE_python3-lxml:python3-light VARIANT:=python3 endef @@ -61,7 +61,7 @@ endef TARGET_LDFLAGS += -lxml2 -lxslt -lexslt -define PyBuild/Compile/Default +define PyBuild/Compile $(call Build/Compile/PyMod,, \ install --prefix="/usr" --root="$(PKG_INSTALL_DIR)" \ --static \ @@ -74,7 +74,7 @@ define PyBuild/Compile/Default ) endef -define Py3Build/Compile/Default +define Py3Build/Compile $(call Build/Compile/Py3Mod,, \ install --prefix="/usr" --root="$(PKG_INSTALL_DIR)" \ --static \