You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
806 B

  1. # This is free software, licensed under the GNU General Public License v2.
  2. # See /LICENSE for more information.
  3. #
  4. include $(TOPDIR)/rules.mk
  5. PKG_NAME:=python-decorator
  6. PKG_VERSION:=4.4.2
  7. PKG_RELEASE:=1
  8. PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
  9. PKG_CPE_ID:=cpe:/a:python:decorator
  10. PYPI_NAME:=decorator
  11. PKG_HASH:=e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7
  12. include ../pypi.mk
  13. include $(INCLUDE_DIR)/package.mk
  14. include ../python3-package.mk
  15. define Package/python3-decorator
  16. SECTION:=lang
  17. CATEGORY:=Languages
  18. SUBMENU:=Python
  19. URL:=https://github.com/micheles/decorator
  20. TITLE:=python3-decodator
  21. DEPENDS:=+python3-light
  22. endef
  23. $(eval $(call Py3Package,python3-decorator))
  24. $(eval $(call BuildPackage,python3-decorator))
  25. $(eval $(call BuildPackage,python3-decorator-src))