Source: python-gitdb
Version: 0.6.4-1
Severity: wishlist
Tags: patch

Dear maintainer,

This package supports python3, so it'd be good if it could build the python3
package, besides the python2 one.

Attached there is a patch to do so.

Thanks for maintaining python-gitdb.


-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64, armel, armhf, s390x

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
regards,
                        Mattia Rizzolo

GPG Key: 4096R/B9444540 http://goo.gl/I8TMB
more about me:      http://mapreri.org
Launchpad User:     https://launchpad.net/~mapreri
Ubuntu Wiki page:   https://wiki.ubuntu.com/MattiaRizzolo
diff -Nru python-gitdb-0.6.4/debian/changelog python-gitdb-0.6.4/debian/changelog
--- python-gitdb-0.6.4/debian/changelog	2015-02-06 01:03:55.000000000 +0100
+++ python-gitdb-0.6.4/debian/changelog	2015-02-21 17:35:46.000000000 +0100
@@ -1,3 +1,10 @@
+python-gitdb (0.6.4-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add a python3, force pybuild as a buildsystem
+
+ -- Mattia Rizzolo <mat...@mapreri.org>  Sat, 21 Feb 2015 17:35:12 +0100
+
 python-gitdb (0.6.4-1) experimental; urgency=medium
 
   * New upstream release addressing failing tests on some platforms
diff -Nru python-gitdb-0.6.4/debian/control python-gitdb-0.6.4/debian/control
--- python-gitdb-0.6.4/debian/control	2015-02-06 01:03:55.000000000 +0100
+++ python-gitdb-0.6.4/debian/control	2015-02-21 22:33:46.000000000 +0100
@@ -9,6 +9,11 @@
 	,git
 	,python-nose
 	,python-smmap
+	,python3-nose
+	,python3-smmap
+	,python3-setuptools
+	,dh-python
+	,python3-all-dev
 Standards-Version: 3.9.6
 Homepage: https://github.com/gitpython-developers/gitdb
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gitdb/trunk/
@@ -25,3 +30,18 @@
  database types necessary to read a complete git repository. These are
  the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
  into the GitDB to combine every aspect of the git database.
+ .
+ This package provides the python2 build.
+
+Package: python3-gitdb
+Architecture: any
+Depends: python3-smmap, ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${python3:Provides}
+Description: pure-Python git object database - python3 package
+ The GitDB project implements interfaces to allow read and write access to
+ git repositories. In its core lies the db package, which contains all
+ database types necessary to read a complete git repository. These are
+ the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
+ into the GitDB to combine every aspect of the git database.
+ .
+ This package provides the python3 build.
diff -Nru python-gitdb-0.6.4/debian/rules python-gitdb-0.6.4/debian/rules
--- python-gitdb-0.6.4/debian/rules	2015-02-06 01:03:55.000000000 +0100
+++ python-gitdb-0.6.4/debian/rules	2015-02-21 17:54:38.000000000 +0100
@@ -9,8 +9,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export PYBUILD_NAME=gitdb
+
 %:
-	dh $@  --with python2
+	dh $@  --with python2,python3 --buildsystem pybuild
 
 override_dh_auto_test:
 	mkdir TESTGITDB

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to