# # $Id$ # $URL$ # include paths.mk PROJECT=nl.nikhef.pdp.lrms-py-generic PROD=lrms-python-generic NAME=lrms-python-generic DESCR=Generic python module defining the classes for a Job (computing \ task) and Server (state of an LRMS including which jobs are running in \ which queues). Generic in this context means that there is no code \ here that is specific to any particular LRMS flavor. LRMS-specific \ classes will derive from this class and override functions as needed. VERSION=2.2.1 RELEASE=1 AUTHOR=Jeff Templon # define files to be in installed version of this package, and # their types (modules, scripts, docs, etc) ... mapping of type # to installed directory are defined in top-level Makefile. MYMODS=lrms.py MYSCRIPTS= MYDOCS=RELEASE REQUIRES=python >= 2.2.2 # defaults for RPM GROUP=GIP/LRMS URL=http://www.nikhef.nl/grid LICENSE=VL-e VENDOR=PDP/NIKHEF OBSOLETES=none DATE=$Date: 2010-09-28 15:17:23 +0200 (Tue, 28 Sep 2010) $