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
b146fb0e55c3
Commit
60ff3765
authored
Sep 01, 2009
by
Nicolas Chauvat
Browse files
backport stable branch
parents
7f4ec80401e3
e505819de9bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
b146fb0e
"""
package __init__
"""
"""
cubicweb-basket
"""
__pkginfo__.py
View file @
b146fb0e
# 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
)
...
...
@@ -15,14 +15,25 @@ author = "Logilab"
author_email
=
"contact@logilab.fr"
web
=
'http://www.cubicweb.org/project/%s'
%
distname
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.
.
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
"""
classifiers
=
[
'Environment :: Web Environment'
,
'Framework :: CubicWeb'
,
'Programming Language :: Python'
,
'Programming Language :: JavaScript'
,
]
__depends_cubes__
=
{}
__depends__
=
{
'cubicweb'
:
'>= 3.2.0'
}
__use__
=
()
# packaging ###
from
os
import
listdir
from
os.path
import
join
...
...
@@ -45,11 +56,3 @@ except OSError, ex:
template_eid
=
20279
# used packages
__use__
=
()
classifiers
=
[
'Environment :: Web Environment'
,
'Framework :: CubicWeb'
,
'Programming Language :: Python'
,
'Programming Language :: JavaScript'
,
]
debian/control
View file @
b146fb0e
...
...
@@ -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
Supports
Markdown
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