Browse Source

Merge pull request #7576 from cotequeiroz/django-formtools_PyPackage

django-formtools: use PyPackage to build
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
fa8c03d68d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 13 deletions
  1. +5
    -13
      lang/python/django-formtools/Makefile

+ 5
- 13
lang/python/django-formtools/Makefile View File

@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=django-formtools
PKG_VERSION:=2.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=BSD-3-Clause
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/4a/86/ccbb8225dec0621f99f7e19f3dea0a629f1e41bd99fd58ac3e2f388e028f
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/${PKG_NAME}
PKG_HASH:=7703793f1675aa6e871f9fed147e8563816d7a5b9affdc5e3459899596217f7c
include $(INCLUDE_DIR)/package.mk
@ -27,6 +27,7 @@ define Package/django-formtools
TITLE:=A set of high-level abstractions for Django forms
URL:=https://django-formtools.readthedocs.io/en/latest/
DEPENDS:=+python +django
VARIANT:=python
endef
define Package/django-formtools/description
@ -34,15 +35,6 @@ define Package/django-formtools/description
Currently for form previews and multi-step forms.
endef
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
define Package/django-formtools/install
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(1)$(PYTHON_PKG_DIR)
endef
$(eval $(call PyPackage,django-formtools))
$(eval $(call BuildPackage,django-formtools))
$(eval $(call BuildPackage,django-formtools-src))

Loading…
Cancel
Save