[Python-modules-commits] r14731 - in packages/sqlalchemy/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Oct 22 13:55:36 UTC 2010


    Date: Friday, October 22, 2010 @ 13:55:31
  Author: piotr
Revision: 14731

* Rebuild to get python2.7 extension
* Update debian/rules to skip extension handling for all 3.X Python versions
  (closes: 601013)

Modified:
  packages/sqlalchemy/trunk/debian/changelog
  packages/sqlalchemy/trunk/debian/rules

Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog	2010-10-22 13:36:47 UTC (rev 14730)
+++ packages/sqlalchemy/trunk/debian/changelog	2010-10-22 13:55:31 UTC (rev 14731)
@@ -1,3 +1,11 @@
+sqlalchemy (0.6.4-3) experimental; urgency=low
+
+  * Rebuild to get python2.7 extension
+  * Update debian/rules to skip extension handling for all 3.X Python versions
+    (closes: 601013)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 22 Oct 2010 15:44:25 +0200
+
 sqlalchemy (0.6.4-2) experimental; urgency=low
 
   * Rebuild against newer python3-all package (python3.1 now uses

Modified: packages/sqlalchemy/trunk/debian/rules
===================================================================
--- packages/sqlalchemy/trunk/debian/rules	2010-10-22 13:36:47 UTC (rev 14730)
+++ packages/sqlalchemy/trunk/debian/rules	2010-10-22 13:55:31 UTC (rev 14731)
@@ -58,6 +58,12 @@
 	touch $@
 
 install: build $(PYVERS:%=install-python%) $(PY3VERS:%=install-python%)
+
+install-python3.%:
+	# no extension for 3.X yet...
+	python3.$* ./setup.py install $(py_setup_install_args) \
+		--root $(call pkgdir,3.X)
+
 install-python%: build
 	python$* ./setup.py install --skip-build \
 		--root $(call pkgdir,$*) $(py_setup_install_args)
@@ -67,11 +73,6 @@
 	   $(call pkgdir,$*)-ext$(call py_libdir,$*)/sqlalchemy/
 	touch $@
 	
-install-python3.1:
-	# no extension for 3.1 yet...
-	python3.1 ./setup.py install $(py_setup_install_args) \
-		--root $(call pkgdir,3.1)
-
 install-python2.5: build-python2.5
 	# WTF? Why setuptools doesn't work with --skip-build in Python 2.5?
 	python2.5 ./setup.py install \




More information about the Python-modules-commits mailing list