summaryrefslogtreecommitdiff
path: root/packages/net-libs/stem/stem.exlib
blob: 95eddf289318de8f207063120ee35b54a2cddda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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"