Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
la forge Heptapod sera en maintenance de 12h à 13h le mardi 01 avril 2025
Show more breadcrumbs
cubicweb
cubes
blog
Commits
61a4652d46fc
Commit
61a4652d46fc
authored
15 years ago
by
Nicolas Chauvat
Browse files
Options
Downloads
Patches
Plain Diff
P [packaging] describe dependencies in pkginfo
parent
80935517d0d1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
__init__.py
+1
-1
1 addition, 1 deletion
__init__.py
__pkginfo__.py
+11
-15
11 additions, 15 deletions
__pkginfo__.py
debian/control
+4
-5
4 additions, 5 deletions
debian/control
with
16 additions
and
21 deletions
__init__.py
+
1
−
1
View file @
61a4652d
"""
package __init__
"""
"""
cubicweb-blog
"""
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
11
−
15
View file @
61a4652d
# pylint: disable-msg=W0622
"""
cubicweb-blog packaging information
"""
dist
name
=
"
cubicweb-
blog
"
mod
name
=
distname
.
split
(
'
-
'
,
1
)[
1
]
mod
name
=
'
blog
'
dist
name
=
"
cubicweb-%s
"
%
modname
numversion
=
(
1
,
6
,
2
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
...
...
@@ -13,5 +13,8 @@
author
=
"
Logilab
"
author_email
=
"
contact@logilab.fr
"
web
=
''
web
=
'
http://www.cubicweb.org/project/%s
'
%
distname
short_desc
=
"
blog component for the CubicWeb framework
"
long_desc
=
"""
This CubicWeb component provides blogging functionnalities.
...
...
@@ -17,10 +20,4 @@
short_desc
=
"
blog support for the CubicWeb framework
"
long_desc
=
"""
CubicWeb is a entities / relations bases knowledge management system
developped at Logilab.
.
This package provides schema and views to add bloging functionalities to
cubicweb applications.
.
CubicWeb is a semantic web application framework, see http://www.cubicweb.org
"""
...
...
@@ -25,5 +22,9 @@
"""
__depends_cubes__
=
{}
__depends__
=
{
'
cubicweb
'
:
'
>= 3.2.0
'
}
__use__
=
tuple
(
__depends_cubes__
)
from
os
import
listdir
from
os.path
import
join
...
...
@@ -27,9 +28,6 @@
from
os
import
listdir
from
os.path
import
join
short_desc
=
'
blog support for the CubicWeb framework
'
long_desc
=
'''
blog support for the CubicWeb framework
'''
web
=
'
http://www.cubicweb.org/project/%s
'
%
distname
CUBES_DIR
=
join
(
'
share
'
,
'
cubicweb
'
,
'
cubes
'
)
try
:
data_files
=
[
...
...
@@ -49,5 +47,3 @@
cube_eid
=
20300
# used packages
__use__
=
()
This diff is collapsed.
Click to expand it.
debian/control
+
4
−
5
View file @
61a4652d
...
...
@@ -2,7 +2,7 @@
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
Homepage: http://www.cubicweb.org/project/cubicweb-blog
...
...
@@ -12,6 +12,6 @@
Conflicts: erudi-blog, erudi-blog-server, erudi-blog-client, erudi-blog-comp
Replaces: erudi-blog, erudi-blog-server, erudi-blog-client, erudi-blog-comp
Depends: cubicweb-common (>= 3.2.0)
Description: blog
suppor
t for the CubicWeb framework
CubicWeb
is a semantic web application framework
.
Description: blog
componen
t for the CubicWeb framework
This
CubicWeb
component provides blogging functionnalities
.
.
...
...
@@ -17,3 +17,2 @@
.
This package provides schema and views to add bloging functionalities
to cubicweb applications.
CubicWeb is a semantic web application framework, see http://www.cubicweb.org
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment