[Python-modules-commits] r34078 - in packages/python-rply/trunk/debian (4 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Tue Sep 1 08:56:44 UTC 2015


    Date: Tuesday, September 1, 2015 @ 08:56:41
  Author: mithrandi
Revision: 34078

Drop 2001_dont_use_setuptools.patch as pypy-setuptools now exists.

Modified:
  packages/python-rply/trunk/debian/changelog
  packages/python-rply/trunk/debian/control.in
  packages/python-rply/trunk/debian/patches/series
Deleted:
  packages/python-rply/trunk/debian/patches/2001_dont_use_setuptools.patch

Modified: packages/python-rply/trunk/debian/changelog
===================================================================
--- packages/python-rply/trunk/debian/changelog	2015-09-01 06:28:37 UTC (rev 34077)
+++ packages/python-rply/trunk/debian/changelog	2015-09-01 08:56:41 UTC (rev 34078)
@@ -1,3 +1,9 @@
+python-rply (0.7.3-3) unstable; urgency=medium
+
+  * Drop 2001_dont_use_setuptools.patch as pypy-setuptools now exists.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Tue, 01 Sep 2015 10:56:32 +0200
+
 python-rply (0.7.3-2) unstable; urgency=medium
 
   * Reupload to unstable.

Modified: packages/python-rply/trunk/debian/control.in
===================================================================
--- packages/python-rply/trunk/debian/control.in	2015-09-01 06:28:37 UTC (rev 34077)
+++ packages/python-rply/trunk/debian/control.in	2015-09-01 08:56:41 UTC (rev 34078)
@@ -5,7 +5,7 @@
 Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>,
  Tristan Seligmann <mithrandi at debian.org>
 Build-Depends: @cdbs@
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://github.com/alex/rply
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-rply/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-rply/trunk/

Deleted: packages/python-rply/trunk/debian/patches/2001_dont_use_setuptools.patch
===================================================================
--- packages/python-rply/trunk/debian/patches/2001_dont_use_setuptools.patch	2015-09-01 06:28:37 UTC (rev 34077)
+++ packages/python-rply/trunk/debian/patches/2001_dont_use_setuptools.patch	2015-09-01 08:56:41 UTC (rev 34078)
@@ -1,20 +0,0 @@
-Description: Switch setup.py back to distutils
- Upstream switched setup.py to use setuptools directly, rather than distutils.
- However, this change is only necessary for building and publishing wheels,
- which does not concern the Debian package, and setuptools is not currently
- packaged for pypy, so this patch switches back to distutils.
- .
- Can be removed once setuptools is packaged for pypy in Debian (see #735855).
-Author: Tristan Seligmann <mithrandi at debian.org>
-Forwarded: no
-Last-Update: 2014-01-18
-Index: python-rply-0.7.1/setup.py
-===================================================================
---- python-rply-0.7.1.orig/setup.py	2014-01-18 01:19:19.000000000 +0200
-+++ python-rply-0.7.1/setup.py	2014-01-18 02:38:39.789465893 +0200
-@@ -1,4 +1,4 @@
--from setuptools import setup
-+from distutils.core import setup
- 
- 
- with open("README.rst") as f:

Modified: packages/python-rply/trunk/debian/patches/series
===================================================================
--- packages/python-rply/trunk/debian/patches/series	2015-09-01 06:28:37 UTC (rev 34077)
+++ packages/python-rply/trunk/debian/patches/series	2015-09-01 08:56:41 UTC (rev 34078)
@@ -1 +0,0 @@
-2001_dont_use_setuptools.patch




More information about the Python-modules-commits mailing list