[med-svn] r23194 - trunk/packages/python-sqlsoup/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Dec 2 09:28:20 UTC 2016
Author: tille
Date: 2016-12-02 09:28:19 +0000 (Fri, 02 Dec 2016)
New Revision: 23194
Removed:
trunk/packages/python-sqlsoup/trunk/debian/linktrees
Modified:
trunk/packages/python-sqlsoup/trunk/debian/changelog
trunk/packages/python-sqlsoup/trunk/debian/control
trunk/packages/python-sqlsoup/trunk/debian/rules
Log:
Add Python3 support
Modified: trunk/packages/python-sqlsoup/trunk/debian/changelog
===================================================================
--- trunk/packages/python-sqlsoup/trunk/debian/changelog 2016-12-02 08:57:18 UTC (rev 23193)
+++ trunk/packages/python-sqlsoup/trunk/debian/changelog 2016-12-02 09:28:19 UTC (rev 23194)
@@ -1,6 +1,7 @@
python-sqlsoup (0.9.1-1) UNRELEASED; urgency=medium
* New upstream version
+ * Add Python3 support
-- Andreas Tille <tille at debian.org> Fri, 02 Dec 2016 09:56:26 +0100
Modified: trunk/packages/python-sqlsoup/trunk/debian/control
===================================================================
--- trunk/packages/python-sqlsoup/trunk/debian/control 2016-12-02 08:57:18 UTC (rev 23193)
+++ trunk/packages/python-sqlsoup/trunk/debian/control 2016-12-02 09:28:19 UTC (rev 23194)
@@ -6,11 +6,14 @@
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
- python | python-all | python-dev | python-all-dev,
+ python-all,
python-setuptools,
- python-sqlalchemy
-# dh-linktree,
-# libjs-underscore
+ python-nose,
+ python-sqlalchemy,
+ python3-all,
+ python3-setuptools,
+ python3-nose,
+ python3-sqlalchemy
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-sqlsoup/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-sqlsoup/trunk
@@ -22,9 +25,23 @@
Depends: ${python:Depends},
${misc:Depends},
python-sqlalchemy
-Description: one step database access tool, built on the SQLAlchemy ORM
+Description: one step database access tool for Python, built on the SQLAlchemy ORM
SQLSoup provides a convenient way to map Python objects to relational
database tables, with no declarative code of any kind. It's built on
top of the SQLAlchemy ORM and provides a super-minimalistic interface
to an existing database.
+ .
+ This package provides support for Python.
+Package: python3-sqlsoup
+Architecture: all
+Depends: ${python3:Depends},
+ ${misc:Depends},
+ python3-sqlalchemy
+Description: one step database access tool for Python3, built on the SQLAlchemy ORM
+ SQLSoup provides a convenient way to map Python objects to relational
+ database tables, with no declarative code of any kind. It's built on
+ top of the SQLAlchemy ORM and provides a super-minimalistic interface
+ to an existing database.
+ .
+ This package provides support for Python3.
Deleted: trunk/packages/python-sqlsoup/trunk/debian/linktrees
===================================================================
--- trunk/packages/python-sqlsoup/trunk/debian/linktrees 2016-12-02 08:57:18 UTC (rev 23193)
+++ trunk/packages/python-sqlsoup/trunk/debian/linktrees 2016-12-02 09:28:19 UTC (rev 23194)
@@ -1 +0,0 @@
-# replace usr/share/javascript/underscore/underscore.js usr/share/doc/python-sqlsoup/html/_static/underscore.js
Modified: trunk/packages/python-sqlsoup/trunk/debian/rules
===================================================================
--- trunk/packages/python-sqlsoup/trunk/debian/rules 2016-12-02 08:57:18 UTC (rev 23193)
+++ trunk/packages/python-sqlsoup/trunk/debian/rules 2016-12-02 09:28:19 UTC (rev 23194)
@@ -4,21 +4,7 @@
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
-%:
- dh $@ --with python2
+export PYBUILD_NAME=sqlsoup
-#override_dh_clean:
-# dh_clean
-# # [ -r Makefile ] && make clean ?
-#
-#override_dh_installchangelogs:
-# dh_installchangelogs perl/ChangeLog
-
-# Remark: The following uscan command requires devscripts > 2.12.4 which is not
-# yet released at the time of this package release. The code can be obtained
-# via
-# git clone git://tille@git.debian.org/git/users/tille/devscripts.git
-# and then use scripts/uscan.pl
-get-orig-source:
- mkdir -p ../tarballs
- uscan --verbose --force-download --destdir=../tarballs --repack-compression xz
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
More information about the debian-med-commit
mailing list