1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/lang-python/cherrypy/trunk/Makefile

Revision 16916, 0.8 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

  • Property svn:keywords set to Id
Line 
1# Copyright 2009 OpenCSW
2# Distributed under the terms of the GNU General Public License v2
3# $Id$
4
5NAME = cherrypy
6VERSION = 3.1.2
7CATEGORIES = python
8GARTYPE = v2
9
10DESCRIPTION = A pythonic, object-oriented web framework
11define BLURB
12endef
13
14MASTER_SITES = http://download.cherrypy.org/cherrypy/$(VERSION)/
15DISTNAME = CherryPy-$(VERSION)
16DISTFILES = $(DISTNAME).tar.gz
17
18VENDOR_URL = http://cherrypy.org/
19
20PACKAGES = CSWcherrypy
21SPKG_DESC_CSWcherrypy = A pythonic, object-oriented web framework
22ARCHALL_CSWcherrypy = 1
23# The package name is ok as this is also a daemon and well known under that name
24CHECKPKG_OVERRIDES_CSWcherrypy += pkgname-does-not-start-with-CSWpy-
25CHECKPKG_OVERRIDES_CSWcherrypy += catalogname-does-not-start-with-py_
26
27# Test testsuite
28TEST_SCRIPTS =
29
30include gar/category.mk
Note: See TracBrowser for help on using the browser.