Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
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
Gepetto
robotpkg-wip
Commits
c4873164
Commit
c4873164
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/py-pal] rework
- don't use PKGBASE - use PKGTAG - add missing dependency - cosmetic changes
parent
6b8374f6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
py-pal/Makefile
+26
-15
26 additions, 15 deletions
py-pal/Makefile
py-pal/depend.mk
+8
-8
8 additions, 8 deletions
py-pal/depend.mk
with
34 additions
and
23 deletions
py-pal/Makefile
+
26
−
15
View file @
c4873164
...
...
@@ -2,21 +2,31 @@
# Created: Olivier Stasse on Tue, 8 May 2018
#
VERSION
=
0.9.14os1
PKGBASE
=
pal-python
DISTNAME
=
${
VERSION
}
PKGNAME
=
${
PKGBASE
}
-
${
VERSION
}
ROSNAME
=
$(
subst -,_,
${
PKGBASE
})
WRKSRC
=
${
WRKDIR
}
/
${
ROSNAME
}
-
${
VERSION
}
DIST_SUBDIR
=
${
PKGBASE
}
CATEGORIES
=
wip
HOMEPAGE
=
${
MASTER_SITE_GITHUB:
=
olivier-stasse/
${
ROSNAME
}}
MASTER_SITES
=
${
HOMEPAGE
}
/archive/
COMMENT
=
PAL python utils
LICENSE
=
2-clause-bsd
PYDISTUTILSPKG
=
yes
ORG
=
olivier-stasse
NAME
=
pal-python
VERSION
=
0.9.14os1
ROSNAME
=
$(
subst -,_,
${
NAME
})
PKGNAME
=
${
PKGTAG.python-
}${
NAME
}
-
${
VERSION
}
WRKSRC
=
${
WRKDIR
}
/
${
ROSNAME
}
-
${
VERSION
}
DISTNAME
=
${
VERSION
}
DIST_SUBDIR
=
${
NAME
}
# old package name and other Python versions
CONFLICTS
+=
${
NAME
}
-[0-9]
*
CONFLICTS
+=
py[0-9][0-9]-
${
NAME
}
-[0-9]
*
CATEGORIES
=
wip
MASTER_REPOSITORY
=
${
MASTER_REPOSITORY_GITHUB
}${
ORG
}
/
${
NAME
}
.git
HOMEPAGE
=
${
MASTER_SITE_GITHUB:
=
${
ORG
}
/
${
ROSNAME
}}
MASTER_SITES
=
${
HOMEPAGE
}
/archive/
COMMENT
=
PAL python utils
LICENSE
=
2-clause-bsd
PYDISTUTILSPKG
=
yes
# FIXME warning does not seems to prevent installing
# libyaml is not found or a compiler error: forcing --without-libyaml
...
...
@@ -24,5 +34,6 @@ PYDISTUTILSPKG= yes
# specify the option --include-dirs or uncomment and
# modify the parameter include_dirs in setup.cfg)
include
../../sysutils/py-catkin-pkg/depend.mk
include
../../mk/sysdep/python.mk
include
../../mk/robotpkg.mk
This diff is collapsed.
Click to expand it.
py-pal/depend.mk
+
8
−
8
View file @
c4873164
...
...
@@ -3,7 +3,7 @@
#
DEPEND_DEPTH
:=
${
DEPEND_DEPTH
}
+
PY_PAL_DEPEND_MK
:=
${
PY_PAL_DEPEND_MK
}
+
PY_PAL_DEPEND_MK
:=
${
PY_PAL_DEPEND_MK
}
+
ifeq
(+,$(DEPEND_DEPTH))
DEPEND_PKG
+=
py-pal
...
...
@@ -15,14 +15,14 @@ PREFER.py-pal?= robotpkg
DEPEND_USE
+=
py-pal
DEPEND_ABI.py-pal
?=
\
pal-python>
=
0.9.14os1
DEPEND_DIR.py-pal
?=
\
../../wip/py-pal
DEPEND_ABI.py-pal
?=
${
PKGTAG.python-
}
pal-python>
=
0.9.14os1
DEPEND_DIR.py-pal
?=
../../wip/py-pal
SYSTEM_SEARCH.py-pal
=
\
'
${
PYTHON_SYSLIBSEARCH
}
/pal_python/pal_common.py'
\
'
${
PYTHON_SYSLIBSEARCH
}
/pal_python/pal_launch.py'
SYSTEM_SEARCH.py-pal
=
\
'
${
PYTHON_SYSLIBSEARCH
}
/pal_python/pal_common.py'
\
'
${
PYTHON_SYSLIBSEARCH
}
/pal_python/pal_launch.py'
include
../../mk/sysdep/python.mk
endif
# PY_PAL_DEPEND_MK ---------------------------------------
...
...
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