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