[Python-modules-commits] r34147 - in packages/enum34/trunk/debian (changelog control rules)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri Sep 4 06:47:57 UTC 2015


    Date: Friday, September 4, 2015 @ 06:47:56
  Author: mithrandi
Revision: 34147

* Team upload.
* d/control:
  - Build pypy-enum34 package.
  - Fix python3-enum34-doc to mention documentation in the description.
* d/rules: Add --with pypy.

Modified:
  packages/enum34/trunk/debian/changelog
  packages/enum34/trunk/debian/control
  packages/enum34/trunk/debian/rules

Modified: packages/enum34/trunk/debian/changelog
===================================================================
--- packages/enum34/trunk/debian/changelog	2015-09-04 06:38:11 UTC (rev 34146)
+++ packages/enum34/trunk/debian/changelog	2015-09-04 06:47:56 UTC (rev 34147)
@@ -1,3 +1,13 @@
+enum34 (1.0.4-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * d/control:
+    - Build pypy-enum34 package.
+    - Fix python3-enum34-doc to mention documentation in the description.
+  * d/rules: Add --with pypy.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Fri, 04 Sep 2015 08:42:50 +0200
+
 enum34 (1.0.4-2) unstable; urgency=medium
 
   * d/control:

Modified: packages/enum34/trunk/debian/control
===================================================================
--- packages/enum34/trunk/debian/control	2015-09-04 06:38:11 UTC (rev 34146)
+++ packages/enum34/trunk/debian/control	2015-09-04 06:47:56 UTC (rev 34147)
@@ -7,6 +7,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
+               pypy,
+               pypy-setuptools,
                python-all (>= 2.6.6-3~),
                python-docutils,
                python-setuptools,
@@ -19,7 +21,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: backport of Python 3.4's enum package
+Description: backport of Python 3.4's enum package (documentation)
  PEP 435 adds an enumeration to Python 3.4.  This module provides a
  backport of that data type for older Python versions.  It defines two
  enumeration classes that can be used to define unit sets of names and
@@ -38,3 +40,15 @@
  values: Enum and IntEnum.
  .
  This is the Python 2 compatible package.
+
+Package: pypy-enum34
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends}
+Suggests: python-enum34-doc
+Description: backport of Python 3.4's enum package (PyPy package)
+ PEP 435 adds an enumeration to Python 3.4.  This module provides a
+ backport of that data type for older Python versions.  It defines two
+ enumeration classes that can be used to define unit sets of names and
+ values: Enum and IntEnum.
+ .
+ This is the PyPy compatible package.

Modified: packages/enum34/trunk/debian/rules
===================================================================
--- packages/enum34/trunk/debian/rules	2015-09-04 06:38:11 UTC (rev 34146)
+++ packages/enum34/trunk/debian/rules	2015-09-04 06:47:56 UTC (rev 34147)
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=enum34
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,pypy --buildsystem=pybuild
 
 override_dh_installdocs:
 	mkdir -p debian/tmp




More information about the Python-modules-commits mailing list