Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
link
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
Show more breadcrumbs
cubicweb
cubes
link
Commits
0d1f31be3620
Commit
0d1f31be3620
authored
15 years ago
by
Nicolas Chauvat
Browse files
Options
Downloads
Patches
Plain Diff
P [packaging] describe dependencies in pkginfo
parent
f7224c996ba7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+20
-18
20 additions, 18 deletions
__pkginfo__.py
debian/control
+5
-5
5 additions, 5 deletions
debian/control
with
26 additions
and
24 deletions
__init__.py
+
1
−
1
View file @
0d1f31be
"""
package __init__
"""
"""
cubicweb-link
"""
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
20
−
18
View file @
0d1f31be
# pylint: disable-msg=W0622
"""
cubicweb-link packaging information
"""
dist
name
=
"
cubicweb-
link
"
mod
name
=
distname
.
split
(
'
-
'
,
1
)[
1
]
mod
name
=
'
link
'
dist
name
=
"
cubicweb-%s
"
%
modname
numversion
=
(
1
,
3
,
1
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
...
...
@@ -15,4 +15,6 @@
author_email
=
"
contact@logilab.fr
"
web
=
'
http://www.cubicweb.org/project/%s
'
%
distname
short_desc
=
"
link component for the CubicWeb framework
"
long_desc
=
"""
This CubicWeb component provides links (a URL with a description).
...
...
@@ -18,10 +20,4 @@
short_desc
=
"
Link 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 store Internet links in cubicweb
applications.
.
CubicWeb is a semantic web application framework, see http://www.cubicweb.org
"""
...
...
@@ -26,5 +22,20 @@
"""
classifiers
=
[
'
Environment :: Web Environment
'
,
'
Framework :: CubicWeb
'
,
'
Programming Language :: Python
'
,
'
Programming Language :: JavaScript
'
,
]
# dependencies
__depends_cubes__
=
{}
__depends__
=
{
'
cubicweb
'
:
'
>= 3.2.0
'
}
__use__
=
tuple
(
__depends_cubes__
)
# packaging
from
os
import
listdir
from
os.path
import
join
...
...
@@ -45,5 +56,4 @@
# we are in an installed directory
pass
cube_eid
=
20332
...
...
@@ -49,9 +59,1 @@
cube_eid
=
20332
# used packages
__use__
=
()
classifiers
=
[
'
Environment :: Web Environment
'
,
'
Framework :: CubicWeb
'
,
'
Programming Language :: Python
'
,
'
Programming Language :: JavaScript
'
,
]
This diff is collapsed.
Click to expand it.
debian/control
+
5
−
5
View file @
0d1f31be
...
...
@@ -2,6 +2,6 @@
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.7.3
...
...
@@ -6,8 +6,9 @@
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.4), python-dev (>=2.4)
Standards-Version: 3.7.3
Homepage: http://www.cubicweb.org/project/cubicweb-link
Package: cubicweb-link
Architecture: all
Conflicts: erudi-link, erudi-link-server, erudi-link-client, erudi-link-comp
Replaces: erudi-link, erudi-link-server, erudi-link-client, erudi-link-comp
Depends: cubicweb-common (>= 3.2.0)
...
...
@@ -8,9 +9,9 @@
Package: cubicweb-link
Architecture: all
Conflicts: erudi-link, erudi-link-server, erudi-link-client, erudi-link-comp
Replaces: erudi-link, erudi-link-server, erudi-link-client, erudi-link-comp
Depends: cubicweb-common (>= 3.2.0)
Description:
L
ink
suppor
t for the CubicWeb framework
CubicWeb
is a semantic web application framework
.
Description:
l
ink
componen
t for the CubicWeb framework
This
CubicWeb
component provides links (a URL with a description)
.
.
...
...
@@ -16,3 +17,2 @@
.
This package provides schema and views to store Internet links in 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