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

[wip/py-poco] Delete: moved to robotpkg

parent b2c08c01
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ SUBDIR+= move3d-studio
SUBDIR+= mumps
SUBDIR+= oro-view
SUBDIR+= poisson
SUBDIR+= py-poco
SUBDIR+= py-rospkg
SUBDIR+= rednav-genom
SUBDIR+= robotModelParser-libs
......
pypoco is a Python binding for the LAAS tclServ protocol used to control Pocolibs-based modules.
# robotpkg Makefile for: wip/py-poco
# Created: Séverin Lemaignan on Tue, 9 Aug 2011
#
VERSION= 1.5
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= middleware
LICENSE= isc
MAINTAINER= openrobots@laas.fr
COMMENT= Python bindings for pocolibs, throught the tclserv protocol
DEPEND_ABI.python+= python<3
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}+
PY_POCO_DEPEND_MK:= ${PY_POCO_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= py-poco
endif
ifeq (+,$(PY_POCO_DEPEND_MK)) # --------------------------------------------
PREFER.py-poco?= robotpkg
DEPEND_USE+= py-poco
DEPEND_ABI.py-poco?= ${PKGTAG.python}-poco>=1.4
DEPEND_DIR.py-poco?= ../../wip/py-poco
SYSTEM_SEARCH.py-poco=\
'${PYTHON_SYSLIBSEARCH}/pypoco.py:/__version__/s/[^0-9.]//gp'
include ../../mk/sysdep/python.mk
endif # PY_POCO_DEPEND_MK --------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (pypoco-1.5.tar.gz) = 870630e4fe94faf5aa07b680dba4534bc599ad77
RMD160 (pypoco-1.5.tar.gz) = 659bec9add44636d4b08ceeae445ce538eeccf56
Size (pypoco-1.5.tar.gz) = 8122 bytes
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