use MODPY_SETUPTOOLS to pick up setuptools version metadata, needed

by some things that I'm working on; ok xsa@
This commit is contained in:
djm 2006-09-30 15:12:00 +00:00
parent b24e88642b
commit 1bc9b80128
2 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2006/09/20 10:06:57 xsa Exp $
# $OpenBSD: Makefile,v 1.6 2006/09/30 15:12:00 djm Exp $
COMMENT= "Python-powered template engine and code generator"
@ -16,7 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cheetahtemplate/}
MODULES= lang/python
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
MAKE_ENV+= CHEETAH_USE_SETUPTOOLS=1
NO_REGRESS= Yes

View File

@ -1,7 +1,12 @@
@comment $OpenBSD: PLIST,v 1.4 2006/09/20 10:06:57 xsa Exp $
@comment $OpenBSD: PLIST,v 1.5 2006/09/30 15:12:00 djm Exp $
bin/cheetah
bin/cheetah-compile
lib/python${MODPY_VERSION}/site-packages/Cheetah/
lib/python${MODPY_VERSION}/site-packages/Cheetah-2.0rc7-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/Cheetah-2.0rc7-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/Cheetah-2.0rc7-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/Cheetah-2.0rc7-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/Cheetah-2.0rc7-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/Cheetah/CacheRegion.py
lib/python${MODPY_VERSION}/site-packages/Cheetah/CacheRegion.pyc
lib/python${MODPY_VERSION}/site-packages/Cheetah/CacheStore.py