Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
basket
Commits
e505819de9bc
Commit
6985730d
authored
Sep 01, 2009
by
Nicolas Chauvat
Browse files
P [packaging] describe dependencies in pkginfo
--HG-- branch : stable
parent
7d7fdfbc53db
Changes
3
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
e505819d
"""
package __init__
"""
"""
cubicweb-basket
"""
__pkginfo__.py
View file @
e505819d
# pylint: disable-msg=W0622
"""cubicweb-basket packaging information"""
dist
name
=
"cubicweb-
basket
"
mod
name
=
distname
.
split
(
'-'
,
1
)[
1
]
mod
name
=
'
basket
'
dist
name
=
"cubicweb-%s"
%
modname
numversion
=
(
1
,
2
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
...
...
@@ -13,16 +13,20 @@ http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
author
=
"Logilab"
author_email
=
"contact@logilab.fr"
web
=
''
short_desc
=
"Basket support for the Cubicweb framework"
long_desc
=
"""Cubicweb is a entities / relations bases knowledge management system
developped at Logilab.
.
This package provides baskets as a way to select content in cubicweb applications.
.
web
=
'http://www.cubicweb.org/project/%s'
%
distname
short_desc
=
"basket component for the Cubicweb framework"
long_desc
=
"""This Cubicweb component provides baskets as a way to select content.
CubicWeb is a semantic web application framework, see http://www.cubicweb.org
"""
__depends_cubes__
=
{}
__depends__
=
{
'cubicweb'
:
'>= 3.2.0'
}
__use__
=
()
# packaging ###
from
os
import
listdir
from
os.path
import
join
...
...
@@ -45,5 +49,3 @@ except OSError, ex:
template_eid
=
20279
# used packages
__use__
=
()
debian/control
View file @
e505819d
...
...
@@ -2,15 +2,14 @@ Source: cubicweb-basket
Section: web
Priority: optional
Maintainer: Logilab Packaging Team <contact@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>
Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr>
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4)
Standards-Version: 3.8.0
Package: cubicweb-basket
Architecture: all
Depends:
python2.4,
cubicweb-common (>= 3.2.0)
Description:
B
asket
suppor
t for the Cubic
W
eb framework
Cubic
W
eb
is a semantic web application framework
.
Depends: cubicweb-common (>= 3.2.0)
Description:
b
asket
componen
t for the Cubic
w
eb framework
This
Cubic
w
eb
component provides baskets as a way to select content
.
.
This package provides baskets as a way to select content in cubicweb
applications.
CubicWeb is a semantic web application framework, see http://www.cubicweb.org
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment