Path to this page:
./
net/py-txtorcon,
Twisted Python library for controlling tor daemon
Branch: CURRENT,
Version: 20.0.0nb1,
Package name: py39-txtorcon-20.0.0nb1,
Maintainer: pkgsrc-userstxtorcon is an implementation of the control-spec for Tor using the
Twisted networking library for Python.
This is useful for writing utilities to control or make use of Tor in
event-based Python programs. If your Twisted program supports endpoints
(like twistd does) your server or client can make use of Tor
immediately, with no code changes. Start your own Tor or connect to one
and get live stream, circuit, relay updates; read and change config;
monitor events; build circuits; create onion services; etcetera.
Required to run:[
net/py-twisted] [
devel/py-setuptools] [
devel/py-ZopeInterface] [
security/py-cryptography] [
devel/py-incremental] [
devel/py-automat] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 298.964 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py39-txtorcon-20.0.0nb1
- (2021-10-07) Updated to version: py39-txtorcon-20.0.0
- (2020-05-16) Updated to version: py37-txtorcon-20.0.0
- (2019-03-03) Updated to version: py27-txtorcon-19.0.0
- (2018-10-23) Package added to pkgsrc.se, version py27-txtorcon-18.3.0 (created)
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-05-16 19:55:38 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-txtorcon: updated to 20.0.0
v20.0.0:
I'm pleased to announce txtorcon 20.0.0. This fixes a few bugs and
officially deprecates Python 2 support.
* Use real GeoIP database or nothing (https://github.com/meejah/txtorcon/issues/250)
* Change abstract base classes import in preperation for Python 3.8
* Python 3.4 is no longer supported
* Python 2 is deprecated; all new code should be Python 3. Support
for Python 2 will be removed in a future release.
|
2019-02-28 07:31:57 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-txtorcon: update to 19.0.0.
v19.0.0
-------
January 15, 2019
* add :func:`TorControlProtocol.when_disconnected` (will replace `.on_disconnect`)
* add `detach=` kwarg to :func:`Tor.create_onion_service`
* add `purpose=` kwarg to :func:`TorState.build_circuit`
|
2018-12-27 16:58:35 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix PLIST for Python 2.x build.
|
2018-10-23 05:17:22 by Taylor R Campbell | Files touched by this commit (4) |
Log message:
Import txtorcon-18.3.0, a Twisted tor daemon controller library.
|