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.

36 lines
909 B

  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=python-stem
  3. PKG_VERSION:=1.8.0
  4. PKG_RELEASE:=2
  5. PYPI_NAME:=stem
  6. PKG_HASH:=a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2
  7. PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
  8. PKG_LICENSE:=LGPL-3.0-only
  9. PKG_LICENSE_FILES:=LICENSE
  10. PYTHON3_PKG_SETUP_ARGS:=
  11. include ../pypi.mk
  12. include $(INCLUDE_DIR)/package.mk
  13. include ../python3-package.mk
  14. define Package/python3-stem
  15. SECTION:=lang
  16. CATEGORY:=Languages
  17. SUBMENU:=Python
  18. TITLE:=A controller library for Tor
  19. URL:=https://stem.torproject.org/
  20. DEPENDS:=+python3
  21. endef
  22. define Package/python3-stem/description
  23. Stem is a Python controller library for Tor. With it you can use Tor's control
  24. protocol to script against the Tor process, or build things such as Nyx.
  25. endef
  26. $(eval $(call Py3Package,python3-stem))
  27. $(eval $(call BuildPackage,python3-stem))
  28. $(eval $(call BuildPackage,python3-stem-src))