pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-stem: import py-stem-1.6.0
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Mon Aug 20 16:05:44 2018 +0200
Changeset: bf58e422d121d94f8274f2d5a9d29b1efaeaebea
Added Files:
py-stem/DESCR
py-stem/Makefile
py-stem/PLIST
py-stem/distinfo
Log Message:
wip/py-stem: import py-stem-1.6.0
Stem is a Python controller library that you can use to interact
with Tor. With it you can write scripts and applications with
capabilities similar Nyx.
From a technical standpoint, Stem is a Python implementation of
Tor's directory and control specifications.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf58e422d121d94f8274f2d5a9d29b1efaeaebea
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-stem/DESCR | 6 +++
py-stem/Makefile | 16 ++++++
py-stem/PLIST | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
py-stem/distinfo | 6 +++
4 files changed, 175 insertions(+)
diffs:
diff --git a/py-stem/DESCR b/py-stem/DESCR
new file mode 100644
index 0000000000..e6b2c1939e
--- /dev/null
+++ b/py-stem/DESCR
@@ -0,0 +1,6 @@
+Stem is a Python controller library that you can use to interact
+with Tor. With it you can write scripts and applications with
+capabilities similar Nyx.
+
+From a technical standpoint, Stem is a Python implementation of
+Tor's directory and control specifications.
diff --git a/py-stem/Makefile b/py-stem/Makefile
new file mode 100644
index 0000000000..8e265087a1
--- /dev/null
+++ b/py-stem/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= stem-1.6.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net security
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/stem/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://stem.torproject.org/index.html
+COMMENT= Python controller library for Tor
+LICENSE= gnu-lgpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-stem/PLIST b/py-stem/PLIST
new file mode 100644
index 0000000000..13800d4e65
--- /dev/null
+++ b/py-stem/PLIST
@@ -0,0 +1,147 @@
+@comment $NetBSD$
+bin/tor-prompt
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/stem/__init__.py
+${PYSITELIB}/stem/__init__.pyc
+${PYSITELIB}/stem/__init__.pyo
+${PYSITELIB}/stem/cached_tor_manual.sqlite
+${PYSITELIB}/stem/connection.py
+${PYSITELIB}/stem/connection.pyc
+${PYSITELIB}/stem/connection.pyo
+${PYSITELIB}/stem/control.py
+${PYSITELIB}/stem/control.pyc
+${PYSITELIB}/stem/control.pyo
+${PYSITELIB}/stem/descriptor/__init__.py
+${PYSITELIB}/stem/descriptor/__init__.pyc
+${PYSITELIB}/stem/descriptor/__init__.pyo
+${PYSITELIB}/stem/descriptor/certificate.py
+${PYSITELIB}/stem/descriptor/certificate.pyc
+${PYSITELIB}/stem/descriptor/certificate.pyo
+${PYSITELIB}/stem/descriptor/export.py
+${PYSITELIB}/stem/descriptor/export.pyc
+${PYSITELIB}/stem/descriptor/export.pyo
+${PYSITELIB}/stem/descriptor/extrainfo_descriptor.py
+${PYSITELIB}/stem/descriptor/extrainfo_descriptor.pyc
+${PYSITELIB}/stem/descriptor/extrainfo_descriptor.pyo
+${PYSITELIB}/stem/descriptor/fallback_directories.cfg
+${PYSITELIB}/stem/descriptor/hidden_service_descriptor.py
+${PYSITELIB}/stem/descriptor/hidden_service_descriptor.pyc
+${PYSITELIB}/stem/descriptor/hidden_service_descriptor.pyo
+${PYSITELIB}/stem/descriptor/microdescriptor.py
+${PYSITELIB}/stem/descriptor/microdescriptor.pyc
+${PYSITELIB}/stem/descriptor/microdescriptor.pyo
+${PYSITELIB}/stem/descriptor/networkstatus.py
+${PYSITELIB}/stem/descriptor/networkstatus.pyc
+${PYSITELIB}/stem/descriptor/networkstatus.pyo
+${PYSITELIB}/stem/descriptor/reader.py
+${PYSITELIB}/stem/descriptor/reader.pyc
+${PYSITELIB}/stem/descriptor/reader.pyo
+${PYSITELIB}/stem/descriptor/remote.py
+${PYSITELIB}/stem/descriptor/remote.pyc
+${PYSITELIB}/stem/descriptor/remote.pyo
+${PYSITELIB}/stem/descriptor/router_status_entry.py
+${PYSITELIB}/stem/descriptor/router_status_entry.pyc
+${PYSITELIB}/stem/descriptor/router_status_entry.pyo
+${PYSITELIB}/stem/descriptor/server_descriptor.py
+${PYSITELIB}/stem/descriptor/server_descriptor.pyc
+${PYSITELIB}/stem/descriptor/server_descriptor.pyo
+${PYSITELIB}/stem/descriptor/tordnsel.py
+${PYSITELIB}/stem/descriptor/tordnsel.pyc
+${PYSITELIB}/stem/descriptor/tordnsel.pyo
+${PYSITELIB}/stem/exit_policy.py
+${PYSITELIB}/stem/exit_policy.pyc
+${PYSITELIB}/stem/exit_policy.pyo
+${PYSITELIB}/stem/interpreter/__init__.py
+${PYSITELIB}/stem/interpreter/__init__.pyc
+${PYSITELIB}/stem/interpreter/__init__.pyo
+${PYSITELIB}/stem/interpreter/arguments.py
+${PYSITELIB}/stem/interpreter/arguments.pyc
+${PYSITELIB}/stem/interpreter/arguments.pyo
+${PYSITELIB}/stem/interpreter/autocomplete.py
+${PYSITELIB}/stem/interpreter/autocomplete.pyc
+${PYSITELIB}/stem/interpreter/autocomplete.pyo
+${PYSITELIB}/stem/interpreter/commands.py
+${PYSITELIB}/stem/interpreter/commands.pyc
+${PYSITELIB}/stem/interpreter/commands.pyo
+${PYSITELIB}/stem/interpreter/help.py
+${PYSITELIB}/stem/interpreter/help.pyc
+${PYSITELIB}/stem/interpreter/help.pyo
+${PYSITELIB}/stem/interpreter/settings.cfg
+${PYSITELIB}/stem/manual.py
+${PYSITELIB}/stem/manual.pyc
+${PYSITELIB}/stem/manual.pyo
+${PYSITELIB}/stem/prereq.py
+${PYSITELIB}/stem/prereq.pyc
+${PYSITELIB}/stem/prereq.pyo
+${PYSITELIB}/stem/process.py
+${PYSITELIB}/stem/process.pyc
+${PYSITELIB}/stem/process.pyo
+${PYSITELIB}/stem/response/__init__.py
+${PYSITELIB}/stem/response/__init__.pyc
+${PYSITELIB}/stem/response/__init__.pyo
+${PYSITELIB}/stem/response/add_onion.py
+${PYSITELIB}/stem/response/add_onion.pyc
+${PYSITELIB}/stem/response/add_onion.pyo
+${PYSITELIB}/stem/response/authchallenge.py
+${PYSITELIB}/stem/response/authchallenge.pyc
+${PYSITELIB}/stem/response/authchallenge.pyo
+${PYSITELIB}/stem/response/events.py
+${PYSITELIB}/stem/response/events.pyc
+${PYSITELIB}/stem/response/events.pyo
+${PYSITELIB}/stem/response/getconf.py
+${PYSITELIB}/stem/response/getconf.pyc
+${PYSITELIB}/stem/response/getconf.pyo
+${PYSITELIB}/stem/response/getinfo.py
+${PYSITELIB}/stem/response/getinfo.pyc
+${PYSITELIB}/stem/response/getinfo.pyo
+${PYSITELIB}/stem/response/mapaddress.py
+${PYSITELIB}/stem/response/mapaddress.pyc
+${PYSITELIB}/stem/response/mapaddress.pyo
+${PYSITELIB}/stem/response/protocolinfo.py
+${PYSITELIB}/stem/response/protocolinfo.pyc
+${PYSITELIB}/stem/response/protocolinfo.pyo
+${PYSITELIB}/stem/settings.cfg
+${PYSITELIB}/stem/socket.py
+${PYSITELIB}/stem/socket.pyc
+${PYSITELIB}/stem/socket.pyo
+${PYSITELIB}/stem/util/__init__.py
+${PYSITELIB}/stem/util/__init__.pyc
+${PYSITELIB}/stem/util/__init__.pyo
+${PYSITELIB}/stem/util/conf.py
+${PYSITELIB}/stem/util/conf.pyc
+${PYSITELIB}/stem/util/conf.pyo
+${PYSITELIB}/stem/util/connection.py
+${PYSITELIB}/stem/util/connection.pyc
+${PYSITELIB}/stem/util/connection.pyo
+${PYSITELIB}/stem/util/enum.py
+${PYSITELIB}/stem/util/enum.pyc
+${PYSITELIB}/stem/util/enum.pyo
+${PYSITELIB}/stem/util/log.py
+${PYSITELIB}/stem/util/log.pyc
+${PYSITELIB}/stem/util/log.pyo
+${PYSITELIB}/stem/util/lru_cache.py
+${PYSITELIB}/stem/util/lru_cache.pyc
+${PYSITELIB}/stem/util/lru_cache.pyo
+${PYSITELIB}/stem/util/ordereddict.py
+${PYSITELIB}/stem/util/ordereddict.pyc
+${PYSITELIB}/stem/util/ordereddict.pyo
+${PYSITELIB}/stem/util/ports.cfg
+${PYSITELIB}/stem/util/proc.py
+${PYSITELIB}/stem/util/proc.pyc
+${PYSITELIB}/stem/util/proc.pyo
+${PYSITELIB}/stem/util/str_tools.py
+${PYSITELIB}/stem/util/str_tools.pyc
+${PYSITELIB}/stem/util/str_tools.pyo
+${PYSITELIB}/stem/util/system.py
+${PYSITELIB}/stem/util/system.pyc
+${PYSITELIB}/stem/util/system.pyo
+${PYSITELIB}/stem/util/term.py
+${PYSITELIB}/stem/util/term.pyc
+${PYSITELIB}/stem/util/term.pyo
+${PYSITELIB}/stem/util/test_tools.py
+${PYSITELIB}/stem/util/tor_tools.py
+${PYSITELIB}/stem/util/tor_tools.pyc
+${PYSITELIB}/stem/util/tor_tools.pyo
+${PYSITELIB}/stem/version.py
+${PYSITELIB}/stem/version.pyc
+${PYSITELIB}/stem/version.pyo
diff --git a/py-stem/distinfo b/py-stem/distinfo
new file mode 100644
index 0000000000..0065a0eedc
--- /dev/null
+++ b/py-stem/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (stem-1.6.0.tar.gz) = 1590ee340a3b321d8e51cfd6e9fb2c6637b93fee
+RMD160 (stem-1.6.0.tar.gz) = 9b61f9e8659b056a23e2d4f77027ef6dc2a84bc2
+SHA512 (stem-1.6.0.tar.gz) = 499a15b1cbd12d75865c93e253e797507564d5b5f2a9a0f021107d89c85db040e050944a9ac69b629f74e265d350467bef9d36ec52f7ef2e6a97180a7b93e94c
+Size (stem-1.6.0.tar.gz) = 2049999 bytes
Home |
Main Index |
Thread Index |
Old Index