summaryrefslogtreecommitdiff
path: root/packages/net-libs/stem
diff options
context:
space:
mode:
Diffstat (limited to 'packages/net-libs/stem')
-rw-r--r--packages/net-libs/stem/stem-1.6.0.exheres-05
-rw-r--r--packages/net-libs/stem/stem-scm.exheres-05
-rw-r--r--packages/net-libs/stem/stem.exlib21
3 files changed, 31 insertions, 0 deletions
diff --git a/packages/net-libs/stem/stem-1.6.0.exheres-0 b/packages/net-libs/stem/stem-1.6.0.exheres-0
new file mode 100644
index 0000000..c1e5b1b
--- /dev/null
+++ b/packages/net-libs/stem/stem-1.6.0.exheres-0
@@ -0,0 +1,5 @@
+# Distributed under the terms of the GNU General Public License v2
+
+require stem
+
+PLATFORMS="~x86 ~amd64"
diff --git a/packages/net-libs/stem/stem-scm.exheres-0 b/packages/net-libs/stem/stem-scm.exheres-0
new file mode 100644
index 0000000..c1e5b1b
--- /dev/null
+++ b/packages/net-libs/stem/stem-scm.exheres-0
@@ -0,0 +1,5 @@
+# Distributed under the terms of the GNU General Public License v2
+
+require stem
+
+PLATFORMS="~x86 ~amd64"
diff --git a/packages/net-libs/stem/stem.exlib b/packages/net-libs/stem/stem.exlib
new file mode 100644
index 0000000..d4e84a1
--- /dev/null
+++ b/packages/net-libs/stem/stem.exlib
@@ -0,0 +1,21 @@
+# 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
+"