[Python-apps-commits] r11266 - in packages/twine/trunk/debian (clean control pyremove rules)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Tue Sep 9 15:02:23 UTC 2014


    Date: Tuesday, September 9, 2014 @ 15:02:22
  Author: zyga-guest
Revision: 11266

Rewrite (unpublished) package for python3

Added:
  packages/twine/trunk/debian/pyremove
Modified:
  packages/twine/trunk/debian/control
  packages/twine/trunk/debian/rules
Deleted:
  packages/twine/trunk/debian/clean

Deleted: packages/twine/trunk/debian/clean
===================================================================
--- packages/twine/trunk/debian/clean	2014-09-09 11:09:32 UTC (rev 11265)
+++ packages/twine/trunk/debian/clean	2014-09-09 15:02:22 UTC (rev 11266)
@@ -1 +0,0 @@
-*.egg-info

Modified: packages/twine/trunk/debian/control
===================================================================
--- packages/twine/trunk/debian/control	2014-09-09 11:09:32 UTC (rev 11265)
+++ packages/twine/trunk/debian/control	2014-09-09 15:02:22 UTC (rev 11266)
@@ -6,26 +6,22 @@
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- python-all,
- python-argparse,
- python-pkg-resources,
- python-pkginfo,
- python-sphinx-releases (>= 0.6.1),
- python-requests (>= 2.0),
- python-setuptools,
- python-sphinx,
+ python3-all,
+ python3-pkg-resources,
+ python3-pkginfo,
+ python3-sphinx-releases (>= 0.6.1),
+ python3-requests (>= 2.0),
+ python3-setuptools,
+ python3-sphinx,
 Standards-Version: 3.9.5
-X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/twine/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/twine/trunk/
 Homepage: https://github.com/dstufft/twine
 
 Package: twine
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
- python-pkg-resources,
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Utility for interacting with PyPI.
  Twine is a tool for uploading distributions (in the python meaning) to pypi.
  .

Added: packages/twine/trunk/debian/pyremove
===================================================================
--- packages/twine/trunk/debian/pyremove	                        (rev 0)
+++ packages/twine/trunk/debian/pyremove	2014-09-09 15:02:22 UTC (rev 11266)
@@ -0,0 +1 @@
+*.egg-info

Modified: packages/twine/trunk/debian/rules
===================================================================
--- packages/twine/trunk/debian/rules	2014-09-09 11:09:32 UTC (rev 11265)
+++ packages/twine/trunk/debian/rules	2014-09-09 15:02:22 UTC (rev 11266)
@@ -2,10 +2,10 @@
 export PYBUILD_NAME=twine
 
 %:
-	dh $@ --with=python2,sphinxdoc --buildsystem=pybuild
+	dh $@ --with=python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build --buildsystem=pybuild
 	# Build sphinx html documentation and man pages 
-	python setup.py build_sphinx -b html
-	python setup.py build_sphinx -b man
+	python3 setup.py build_sphinx -b html
+	python3 setup.py build_sphinx -b man




More information about the Python-apps-commits mailing list