[med-svn] [python-oset] 04/11: Add python3 package

Kevin Murray daube-guest at moszumanska.debian.org
Fri Oct 9 10:15:44 UTC 2015


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

daube-guest pushed a commit to branch master
in repository python-oset.

commit 8e4866c565506558ee00ab47536fd72075cc0d51
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Thu Oct 8 14:52:07 2015 +1100

    Add python3 package
---
 debian/control | 17 +++++++++++++++++
 debian/rules   |  4 +---
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 29e30c2..e24255b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Priority: optional
 Build-Depends: dh-python,
                python-setuptools (>= 0.6b3),
                python-all (>= 2.6.6-3),
+               python3-setuptools (>= 0.6b3),
+               python3-all (>= 2.6.6-3),
                debhelper (>= 9)
 Standards-Version: 3.9.6
 Homepage: https://gitorious.com/sleipnir/python-oset
@@ -22,3 +24,18 @@ Description: ordered set library for python
  Implementation based on a doubly linked link and an internal dictionary. This
  design gives OrderedSet the same big-Oh running times as regular sets including
  O(1) adds, removes, and lookups as well as O(n) iteration.
+
+Package: python3-oset
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: ordered set library for python3
+ A set datastructure that remembers original insertion order.  Runs on Py2.5 or
+ later (and runs on 3.0 or later without any modifications). For Python2.5, a
+ local backport of ABC classes is also used.
+ .
+ Implementation based on a doubly linked link and an internal dictionary. This
+ design gives OrderedSet the same big-Oh running times as regular sets including
+ O(1) adds, removes, and lookups as well as O(n) iteration.
+ .
+ This is the python3 package for oset.
diff --git a/debian/rules b/debian/rules
index f79fb23..05c7154 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.8.5 at
-# Thu, 08 Oct 2015 14:36:58 +1100
 export PYBUILD_NAME=oset
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild --parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-oset.git



More information about the debian-med-commit mailing list