[Python-modules-commits] r19342 - in packages/circuits/trunk/debian (5 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Wed Nov 16 15:12:47 UTC 2011
Date: Wednesday, November 16, 2011 @ 15:12:46
Author: eriol-guest
Revision: 19342
Provided package for Python 3
Added:
packages/circuits/trunk/debian/python-circuits.install
packages/circuits/trunk/debian/python3-circuits.install
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/control
packages/circuits/trunk/debian/rules
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2011-11-16 14:33:58 UTC (rev 19341)
+++ packages/circuits/trunk/debian/changelog 2011-11-16 15:12:46 UTC (rev 19342)
@@ -1,6 +1,7 @@
circuits (1.6-1) UNRELEASED; urgency=low
* New upstream release
+ * Provided package for Python 3
* debian/control
- Removed Sandro Tosi and added myself as uploader (Closes: #634186)
Thanks to Sandro Tosi for his past work!
@@ -15,7 +16,7 @@
* debian/watch
- Updated to new upstream download location (PyPI)
- -- Daniele Tricoli <eriol at mornie.org> Wed, 16 Nov 2011 15:19:37 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 16 Nov 2011 16:10:13 +0100
circuits (1.2.1-1) unstable; urgency=low
Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control 2011-11-16 14:33:58 UTC (rev 19341)
+++ packages/circuits/trunk/debian/control 2011-11-16 15:12:46 UTC (rev 19342)
@@ -6,6 +6,7 @@
Build-Depends:
debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
+ python3-all (>= 3.1.2-7~),
python-setuptools
Build-Depends-Indep:
ghostscript,
@@ -38,3 +39,24 @@
maintainable applications and systems. Circuits was a core integral
part of the pymills library developed in 2006 and was partly inspired
by the Trac architecture.
+
+Package: python3-circuits
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-pyinotify, python-pygame, python-gtk2
+Description: event-driven framework with a component architecture (Python3 version)
+ circuits is an event-driven framework with a focus on Component
+ Software Architectures where System Functionality is defined in
+ Components. Components communicate with one another by propagating
+ events throughout the system. Each Component can react to events and
+ expose events to other parts of the system Components are able to
+ manage their own events and can also be linked to other Components.
+ .
+ Circuits has a clean architecture and has no external dependencies on
+ any other library. It's simplistic design is unmatchable but yet
+ delivers a powerful framework for building large, scalable,
+ maintainable applications and systems. Circuits was a core integral
+ part of the pymills library developed in 2006 and was partly inspired
+ by the Trac architecture.
+ .
+ This package contains the Python 3 version of the library.
Added: packages/circuits/trunk/debian/python-circuits.install
===================================================================
--- packages/circuits/trunk/debian/python-circuits.install (rev 0)
+++ packages/circuits/trunk/debian/python-circuits.install 2011-11-16 15:12:46 UTC (rev 19342)
@@ -0,0 +1 @@
+/usr/lib/python2.*/
Added: packages/circuits/trunk/debian/python3-circuits.install
===================================================================
--- packages/circuits/trunk/debian/python3-circuits.install (rev 0)
+++ packages/circuits/trunk/debian/python3-circuits.install 2011-11-16 15:12:46 UTC (rev 19342)
@@ -0,0 +1 @@
+/usr/lib/python3.*/
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2011-11-16 14:33:58 UTC (rev 19341)
+++ packages/circuits/trunk/debian/rules 2011-11-16 15:12:46 UTC (rev 19342)
@@ -1,3 +1,3 @@
#!/usr/bin/make -f
%:
- dh $(@) --with python2 -Spython_distutils
+ dh $(@) --with python2,python3 -Spython_distutils
More information about the Python-modules-commits
mailing list