[Pkg-privacy-commits] [tor-monitor] 28/39: Use python3 by default

Sascha Steinbiss sascha-guest at moszumanska.debian.org
Tue Aug 25 18:00:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository tor-monitor.

commit 61fc4f42300e9775723644a4447e41e7bb1520c1
Author: Tails developers <tails at boum.org>
Date:   Mon Aug 17 21:52:41 2015 +0000

    Use python3 by default
---
 README     | 8 ++++----
 setup.py   | 2 +-
 tormonitor | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README b/README
index ef42ebd..a4fd929 100644
--- a/README
+++ b/README
@@ -4,17 +4,17 @@ Copyright (C) 2015  Tails developers
 Dependencies
 ============
 
-Tor Monitor depends on python (>= 2.7), python-gi (>= 1.42), python-stem
+Tor Monitor depends on python3 (>= 3.4.2), python3-gi (>= 3.14.0), python3-stem
 (>= 1.2.2), Gtk GIR (>= 3.14), GLib GIR (>= 1.42).
 
 It recommends pycountry (>= 1.8).
 
-Tor Monitor also build-depends on python-distutils-extra.
+Tor Monitor also build-depends on python3-distutils-extra.
 
 On Debian system (>= 8.0), these can be installed with:
 
-    apt-get install python-gi python-stem python-pycountry \
-         python-distutils-extra gir1.2-gtk-3.0 gir1.2-glib-2.0
+    apt-get install python3-gi python3-stem python3-pycountry \
+         python3-distutils-extra gir1.2-gtk-3.0 gir1.2-glib-2.0
 
 Installation
 ============
diff --git a/setup.py b/setup.py
index 90d6569..09c09e1 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Tor Monitor - a GTK applicaton to display Tor circuits and streams
 # Copyright (C) 2015  Tails developers
diff --git a/tormonitor b/tormonitor
index b344463..5944a1d 100755
--- a/tormonitor
+++ b/tormonitor
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Tor Monitor - a GTK applicaton to display Tor circuits and streams
 # Copyright (C) 2015  Tails developers

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tor-monitor.git



More information about the Pkg-privacy-commits mailing list