[skeleton] nicer pkginfo organization stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 14 Jan 2011 18:30:40 +0100
branchstable
changeset 6828 b022065b4376
parent 6827 e730b401f00e
child 6829 43d70b3fdcb5
[skeleton] nicer pkginfo organization
skeleton/__pkginfo__.py.tmpl
--- a/skeleton/__pkginfo__.py.tmpl	Fri Jan 14 18:30:37 2011 +0100
+++ b/skeleton/__pkginfo__.py.tmpl	Fri Jan 14 18:30:40 2011 +0100
@@ -8,13 +8,13 @@
 version = '.'.join(str(num) for num in numversion)
 
 license = '%(license)s'
-
 author = '%(author)s'
 author_email = '%(author-email)s'
+description = '%(shortdesc)s'
+web = 'http://www.cubicweb.org/project/%%s' %% distname
 
-description = '%(shortdesc)s'
-
-web = 'http://www.cubicweb.org/project/%%s' %% distname
+__depends__ =  %(dependencies)s
+__recommends__ = {}
 
 
 from os import listdir as _listdir
@@ -40,6 +40,3 @@
 # Note: here, you'll need to add subdirectories if you want
 # them to be included in the debian package
 
-__depends__ =  %(dependencies)s
-__recommends__ = {}
-