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

[wip/py-laaswm] Delete obsolete package

Not touched for 7 years, no feedback.
parent 132a8391
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ SUBDIR+= py-dynamic-graph-v3
SUBDIR+= py-example-adder
SUBDIR+= py-hla
SUBDIR+= py-jsbsim
SUBDIR+= py-laaswm
SUBDIR+= py-mavlink
SUBDIR+= py-morse
SUBDIR+= py-mraa
......
py-laaswm are Python bindings for the LAAS laawm windows manager.
# robotpkg Makefile for: graphics/py27-laaswm
# Created: Séverin Lemaignan on Wed, 19 Oct 2011
#
VERSION= 1.3
PKGNAME= ${PKGTAG.python}-laaswm-${VERSION}
DISTNAME= laaswm-libs-${VERSION}
COMMENT= Python bindings to remotely control windows in laaswm
CATEGORIES= graphics
PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=laaswm-libs/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS_TRAC}laaswm-libs
LICENSE= isc
MAINTAINER= openrobots@laas.fr
DEPEND_ABI.python+= python<3
PYDISTUTILSPKG= ON
include ../../mk/sysdep/python.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
@comment Tue Sep 17 07:02:45 CEST 2013
${PYTHON_SITELIB}/laaswm-0.1-py${PYTHON_VERSION}.egg-info
${PYTHON_SITELIB}/laaswm.py
# robotpkg depend.mk for: graphics/py27-laaswm
# Created: Séverin Lemaignan on Wed, 19 Oct 2011
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
PYLAASWM_DEPEND_MK:= ${PYLAASWM_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= py-laaswm
endif
ifeq (+,$(PYLAASWM_DEPEND_MK)) # -----------------------------------------------
PREFER.py-laaswm?= robotpkg
DEPEND_USE+= py-laaswm
DEPEND_ABI.py-laaswm?= ${PKGTAG.python-}laaswm>=1.3
DEPEND_DIR.py-laaswm?= ../../wip/py-laaswm
SYSTEM_SEARCH.py-laaswm=\
'${PYTHON_SYSLIBSEARCH}/laaswm.py'
include ../../mk/sysdep/python.mk
endif # PYLAASWM_DEPEND_MK -----------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (laaswm-libs-1.3.tar.gz) = 6e6dcb5018d9075e333f571092f06fcf4b329974
RMD160 (laaswm-libs-1.3.tar.gz) = a7a4d484625df63ce83a1a82bbeb8d078b12f285
Size (laaswm-libs-1.3.tar.gz) = 12640 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