|
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 | |
|---|
| 5 | NAME = cherrypy |
|---|
| 6 | VERSION = 3.1.2 |
|---|
| 7 | CATEGORIES = python |
|---|
| 8 | GARTYPE = v2 |
|---|
| 9 | |
|---|
| 10 | DESCRIPTION = A pythonic, object-oriented web framework |
|---|
| 11 | define BLURB |
|---|
| 12 | endef |
|---|
| 13 | |
|---|
| 14 | MASTER_SITES = http://download.cherrypy.org/cherrypy/$(VERSION)/ |
|---|
| 15 | DISTNAME = CherryPy-$(VERSION) |
|---|
| 16 | DISTFILES = $(DISTNAME).tar.gz |
|---|
| 17 | |
|---|
| 18 | VENDOR_URL = http://cherrypy.org/ |
|---|
| 19 | |
|---|
| 20 | PACKAGES = CSWcherrypy |
|---|
| 21 | SPKG_DESC_CSWcherrypy = A pythonic, object-oriented web framework |
|---|
| 22 | ARCHALL_CSWcherrypy = 1 |
|---|
| 23 | # The package name is ok as this is also a daemon and well known under that name |
|---|
| 24 | CHECKPKG_OVERRIDES_CSWcherrypy += pkgname-does-not-start-with-CSWpy- |
|---|
| 25 | CHECKPKG_OVERRIDES_CSWcherrypy += catalogname-does-not-start-with-py_ |
|---|
| 26 | |
|---|
| 27 | # Test testsuite |
|---|
| 28 | TEST_SCRIPTS = |
|---|
| 29 | |
|---|
| 30 | include gar/category.mk |
|---|