py-stem: remove, devel/py-stem is newer

This commit is contained in:
Thomas Klausner 2019-04-03 16:02:57 +02:00
parent b3461a5f70
commit 114265c807
5 changed files with 8 additions and 202 deletions

View File

@ -169,6 +169,7 @@ SUBDIR+= arachne-pnr-git
SUBDIR+= arangodb
SUBDIR+= aravis
SUBDIR+= archimedes
SUBDIR+= arduino-builder
SUBDIR+= arduino-ctags
SUBDIR+= argouml
SUBDIR+= argtable2
@ -260,6 +261,7 @@ SUBDIR+= bitkeeper
SUBDIR+= bitlbee
SUBDIR+= bkchem
SUBDIR+= blad
SUBDIR+= blas
SUBDIR+= blasr
SUBDIR+= blasr_libcpp
SUBDIR+= bleachbit
@ -351,7 +353,6 @@ SUBDIR+= cataclysm-dda
SUBDIR+= catfish
SUBDIR+= cb2bib
SUBDIR+= cblas
SUBDIR+= cblas-ng
SUBDIR+= cc65
SUBDIR+= ccnet-server
SUBDIR+= ccrypt
@ -1154,6 +1155,7 @@ SUBDIR+= gnuradio-wavelet
SUBDIR+= gnuradio-wxgui
SUBDIR+= gnuradio-zeromq
SUBDIR+= gnutls
SUBDIR+= go
SUBDIR+= go-backoff
SUBDIR+= go-collectd
SUBDIR+= go-dotenv
@ -1163,6 +1165,7 @@ SUBDIR+= go-ghodss-yaml
SUBDIR+= go-gomail
SUBDIR+= go-gopacket
SUBDIR+= go-humanize
SUBDIR+= go-junit-report
SUBDIR+= go-kr-text
SUBDIR+= go-log
SUBDIR+= go-madon
@ -1760,8 +1763,8 @@ SUBDIR+= l2tpd
SUBDIR+= labyrinth
SUBDIR+= lambertw
SUBDIR+= lander
SUBDIR+= lapack-ng
SUBDIR+= lapacke-ng
SUBDIR+= lapack
SUBDIR+= lapacke
SUBDIR+= lariza
SUBDIR+= lasi
SUBDIR+= last-exit
@ -2025,8 +2028,6 @@ SUBDIR+= litehtml
SUBDIR+= lives
SUBDIR+= lizardfs
SUBDIR+= lld-netbsd
SUBDIR+= lldb-git
SUBDIR+= lldb-netbsd
SUBDIR+= llgo-git
SUBDIR+= llilc-git
SUBDIR+= llvm-dfbsd
@ -3975,7 +3976,6 @@ SUBDIR+= py-stache
SUBDIR+= py-statemint
SUBDIR+= py-statgrap
SUBDIR+= py-statsd
SUBDIR+= py-stem
SUBDIR+= py-storm
SUBDIR+= py-strategies
SUBDIR+= py-sumatra
@ -4676,6 +4676,7 @@ SUBDIR+= trac-plugins-TimingAndEstimation-svn
SUBDIR+= trac-plugins-screenshots
SUBDIR+= trac-plugins-spamfilter-svn
SUBDIR+= trackballs
SUBDIR+= tracy
SUBDIR+= trader
SUBDIR+= translate-toolkit
SUBDIR+= trayion
@ -4772,6 +4773,7 @@ SUBDIR+= vacuum
SUBDIR+= vagalume
SUBDIR+= vale-current
SUBDIR+= valgrind
SUBDIR+= valgrind-netbsd
SUBDIR+= vamp
SUBDIR+= vamps
SUBDIR+= vanitygen

View File

@ -1,6 +0,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.

View File

@ -1,23 +0,0 @@
# $NetBSD$
DISTNAME= stem-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stem/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://stem.torproject.org/index.html
COMMENT= Python controller library for Tor
LICENSE= gnu-lgpl-v3
USE_LANGUAGES= # none
TEST_DEPENDS+= tor-[0-9]*:../../net/tor
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
do-test:
cd ${WRKSRC} && ${PYTHONBIN} run_tests.py --all --log TRACE
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,161 +0,0 @@
@comment $NetBSD$
bin/tor-prompt
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/stem/__init__.py
${PYSITELIB}/stem/__init__.pyc
${PYSITELIB}/stem/__init__.pyo
${PYSITELIB}/stem/cached_fallbacks.cfg
${PYSITELIB}/stem/cached_manual.sqlite
${PYSITELIB}/stem/client/__init__.py
${PYSITELIB}/stem/client/__init__.pyc
${PYSITELIB}/stem/client/__init__.pyo
${PYSITELIB}/stem/client/cell.py
${PYSITELIB}/stem/client/cell.pyc
${PYSITELIB}/stem/client/cell.pyo
${PYSITELIB}/stem/client/datatype.py
${PYSITELIB}/stem/client/datatype.pyc
${PYSITELIB}/stem/client/datatype.pyo
${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/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/directory.py
${PYSITELIB}/stem/directory.pyc
${PYSITELIB}/stem/directory.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/test_tools.pyc
${PYSITELIB}/stem/util/test_tools.pyo
${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

View File

@ -1,6 +0,0 @@
$NetBSD$
SHA1 (stem-1.7.0.tar.gz) = 1d075b54ebd32cf15e470c8f09a596cf8829a172
RMD160 (stem-1.7.0.tar.gz) = 3f007f598864326a7debfb3b51c50be123f8a111
SHA512 (stem-1.7.0.tar.gz) = 10750266860f4f90df5d4a3bf24ec68e28d12c84c136c35d2f168f767f4facae3d02cc62dc972a08666689695ea17337a7a6b80ec1c5ed8b9e5035d7417b07f5
Size (stem-1.7.0.tar.gz) = 2196759 bytes