Merge pull request #19372 from cotequeiroz/libgd
[feed/packages.git] / lang / python / python-stem / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=python-stem
4 PKG_VERSION:=1.8.1
5 PKG_RELEASE:=$(AUTORELEASE)
6
7 PYPI_NAME:=stem
8 PKG_HASH:=81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f
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))