diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-07 22:34:21 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-07 22:34:21 +0300 |
commit | e05a3ee8e7ae16c803e01bd02314cce66f05f37f (patch) | |
tree | 3d2bbe1c2ca6eab058a6e2501a323fba4ae70d55 /packages/net-libs | |
parent | 140d2e0b38539ab8bf72cc0ffca1c5282933f93e (diff) |
stem, nyx added
Diffstat (limited to 'packages/net-libs')
-rw-r--r-- | packages/net-libs/stem/stem-1.6.0.exheres-0 | 5 | ||||
-rw-r--r-- | packages/net-libs/stem/stem-scm.exheres-0 | 5 | ||||
-rw-r--r-- | packages/net-libs/stem/stem.exlib | 21 |
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 +" |