[Python-modules-commits] r32024 - in packages/sphinx/trunk/debian (2 files)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Tue Mar 17 08:26:24 UTC 2015
Date: Tuesday, March 17, 2015 @ 08:24:56
Author: mitya57
Revision: 32024
Drop 2to3 call from debian/tests/python3-sphinx.
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/tests/python3-sphinx
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2015-03-16 22:53:38 UTC (rev 32023)
+++ packages/sphinx/trunk/debian/changelog 2015-03-17 08:24:56 UTC (rev 32024)
@@ -19,6 +19,7 @@
* Simplify debian/rules:
- Adjust for using upstream tarballs.
- Do not mention site-packages anymore.
+ * Drop 2to3 call from debian/tests/python3-sphinx.
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 01 Mar 2015 15:25:27 +0300
Modified: packages/sphinx/trunk/debian/tests/python3-sphinx
===================================================================
--- packages/sphinx/trunk/debian/tests/python3-sphinx 2015-03-16 22:53:38 UTC (rev 32023)
+++ packages/sphinx/trunk/debian/tests/python3-sphinx 2015-03-17 08:24:56 UTC (rev 32024)
@@ -1,7 +1,6 @@
#!/bin/sh
set -e -u
cp -r tests "$ADTTMP/"
-2to3-$(py3versions -vd) --no-diffs -w -n "$ADTTMP/tests/" 2>&1
cd "$ADTTMP"
py3versions -i \
| tr ' ' '\n' \
More information about the Python-modules-commits
mailing list