Skip to content
Snippets Groups Projects
Commit d32883b1 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/py-poco] Fix depend.mk

Fix DEPEND_DIR.py-poco, causing errors in show-depends of wip/hri-simulation,
and fix a typo in the pkgname (s/pypoco/py-poco/).

While here, generate headings, disable configure step, and print-PLIST.

I'd suggest that the package is renamed to py-tclserv, as this is what it
really does (at least it does not do any pocolibs wrapping as the name
suggests). And this would be consistent with COMMENT.
parent 1982e264
No related branches found
No related tags found
No related merge requests found
# robotpkg Makefile for: wip/py-poco
# Created: Séverin Lemaignan on Tue, 9 Aug 2011
#
VERSION= 1.4
PKGNAME= ${PKGTAG.python}-poco-${VERSION}
PKGNAME= ${PKGTAG.python}-poco-${VERSION}
DISTNAME= pypoco-${VERSION}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=pypoco/}
MASTER_REPOSITORY= git http://trac.laas.fr/git/robots/pypoco.git
CATEGORIES= wip
LICENSE= isc
MAINTAINER= openrobots@laas.fr
COMMENT= Python bindings for tclServ protocol
CATEGORIES= net
LICENSE= isc
MAINTAINER= openrobots@laas.fr
COMMENT= Python bindings for the tclserv protocol
DEPEND_ABI.python+= python<3
PYDISTUTILSPKG= ON
PYDISTUTILSPKG= yes
NO_CONFIGURE= yes
include ../../mk/sysdep/python.mk
include ../../mk/robotpkg.mk
@comment Fri Oct 21 16:27:08 CEST 2011
${PYTHON_SITELIB}/${PYTHON_PYCACHE}/pypoco${PYTHON_TAG}.pyc
${PYTHON_SITELIB}/pypoco-${PKGVERSION}-py${PYTHON_VERSION}.egg-info
${PYTHON_SITELIB}/pypoco.py
# robotpkg depend.mk for: wip/py-poco
# Created: Séverin Lemaignan on Tue, 9 Aug 2011
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
PYPOCO_DEPEND_MK:= ${PYPOCO_DEPEND_MK}+
PY_POCO_DEPEND_MK:= ${PY_POCO_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= pypoco
DEPEND_PKG+= py-poco
endif
ifeq (+,$(PYPOCO_DEPEND_MK)) # -----------------------------------------------
ifeq (+,$(PY_POCO_DEPEND_MK)) # --------------------------------------------
PREFER.pypoco?= robotpkg
PREFER.py-poco?= robotpkg
DEPEND_USE+= pypoco
DEPEND_ABI.pypoco?= pypoco>=1.2
DEPEND_DIR.pypoco?= ../../wip/pypoco
DEPEND_USE+= py-poco
DEPEND_ABI.py-poco?= ${PKGTAG.python}-poco>=1.2
DEPEND_DIR.py-poco?= ../../wip/py-poco
SYSTEM_SEARCH.pypoco=\
SYSTEM_SEARCH.py-poco=\
'${PYTHON_SYSLIBSEARCH}/pypoco.py'
include ../../mk/sysdep/python.mk
endif # PYPOCO_DEPEND_MK -----------------------------------------------------
endif # PY_POCO_DEPEND_MK --------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment