From 520068c9058218d9174d414da87a5160793af8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Lemaignan?= <severin.lemaignan@laas.fr> Date: Wed, 18 Jul 2012 11:28:25 +0200 Subject: [PATCH] [middleware/py-poco] Bumped to 1.5 - Add initial support for pocolibs posters --- py-poco/Makefile | 6 +++--- py-poco/depend.mk | 4 ++-- py-poco/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/py-poco/Makefile b/py-poco/Makefile index 44ad5961..b681245e 100644 --- a/py-poco/Makefile +++ b/py-poco/Makefile @@ -2,16 +2,16 @@ # Created: Séverin Lemaignan on Tue, 9 Aug 2011 # -VERSION= 1.4 +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= net +CATEGORIES= middleware LICENSE= isc MAINTAINER= openrobots@laas.fr -COMMENT= Python bindings for the tclserv protocol +COMMENT= Python bindings for pocolibs, throught the tclserv protocol DEPEND_ABI.python+= python<3 PYDISTUTILSPKG= yes diff --git a/py-poco/depend.mk b/py-poco/depend.mk index 5dbed95c..215b280d 100644 --- a/py-poco/depend.mk +++ b/py-poco/depend.mk @@ -14,11 +14,11 @@ ifeq (+,$(PY_POCO_DEPEND_MK)) # -------------------------------------------- PREFER.py-poco?= robotpkg DEPEND_USE+= py-poco -DEPEND_ABI.py-poco?= ${PKGTAG.python}-poco>=1.2 +DEPEND_ABI.py-poco?= ${PKGTAG.python}-poco>=1.4 DEPEND_DIR.py-poco?= ../../wip/py-poco SYSTEM_SEARCH.py-poco=\ - '${PYTHON_SYSLIBSEARCH}/pypoco.py' + '${PYTHON_SYSLIBSEARCH}/pypoco.py:/__version__/s/[^0-9.]//gp' include ../../mk/sysdep/python.mk diff --git a/py-poco/distinfo b/py-poco/distinfo index 02137ff0..6917988b 100644 --- a/py-poco/distinfo +++ b/py-poco/distinfo @@ -1,3 +1,3 @@ -SHA1 (pypoco-1.4.tar.gz) = 8f27bd6408f08e6da8e426c9ee038f881b8758d8 -RMD160 (pypoco-1.4.tar.gz) = 8b957b1d98f1f85f20ad249f22feb0d0ea69e1eb -Size (pypoco-1.4.tar.gz) = 7978 bytes +SHA1 (pypoco-1.5.tar.gz) = 870630e4fe94faf5aa07b680dba4534bc599ad77 +RMD160 (pypoco-1.5.tar.gz) = 659bec9add44636d4b08ceeae445ce538eeccf56 +Size (pypoco-1.5.tar.gz) = 8122 bytes -- GitLab