# Distributed under the terms of the GNU General Public License v2 SUMMARY="Stem is a Python controller library for Tor" HOMEPAGE="https://stem.torproject.org" LICENCES="LGPL-3" SLOT="0" require setup-py [ import='setuptools' ] if ever is_scm ; then SCM_REPOSITORY="https://git.torproject.org/stem.git" require scm-git else require pypi fi DEPENDENCIES=" build+run: net-misc/tor " RESTRICT="test"