import py-turbokid-1.0.1
This package provides a template engine plugin, allowing you to easily use Kid with TurboGears, Buffet or other systems that support python.templating.engines. Kid templates are assumed to have a "kid" extension. ok simon@
This commit is contained in:
parent
1f339e1e82
commit
f7dda04d7d
30
devel/py-turbokid/Makefile
Normal file
30
devel/py-turbokid/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/06/24 22:03:11 martynas Exp $
|
||||
|
||||
COMMENT= "template plugin that supports Kid templates"
|
||||
|
||||
V= 1.0.1
|
||||
DISTNAME= TurboKid-${V}
|
||||
PKGNAME= py-turbokid-${V}
|
||||
|
||||
CATEGORIES= devel lang/python
|
||||
|
||||
HOMEPAGE= http://www.turbogears.org/
|
||||
|
||||
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://cheeseshop.python.org/packages/source/T/TurboKid/
|
||||
|
||||
MODULES= lang/python
|
||||
RUN_DEPENDS= ::devel/py-kid
|
||||
REGRESS_DEPENDS= ::devel/py-kid \
|
||||
::devel/py-nose
|
||||
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/py-turbokid/distinfo
Normal file
5
devel/py-turbokid/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (TurboKid-1.0.1.tar.gz) = LHt6vSTjL+/zyWtjxF8aWw==
|
||||
RMD160 (TurboKid-1.0.1.tar.gz) = 4HriPRrjnQG8A921XZeZIhrLEZc=
|
||||
SHA1 (TurboKid-1.0.1.tar.gz) = fRF/NfLTK06UwKShUi92AP6wP6s=
|
||||
SHA256 (TurboKid-1.0.1.tar.gz) = 3QcwvHelEiWyrVv22xKrl4nxO59m3IF3OJcKqk39GV4=
|
||||
SIZE (TurboKid-1.0.1.tar.gz) = 3721
|
4
devel/py-turbokid/pkg/DESCR
Normal file
4
devel/py-turbokid/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This package provides a template engine plugin, allowing you to
|
||||
easily use Kid with TurboGears, Buffet or other systems that support
|
||||
python.templating.engines. Kid templates are assumed to have a
|
||||
"kid" extension.
|
14
devel/py-turbokid/pkg/PLIST
Normal file
14
devel/py-turbokid/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/06/24 22:03:11 martynas Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/TurboKid-1.0.1-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/TurboKid-1.0.1-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/TurboKid-1.0.1-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/TurboKid-1.0.1-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/TurboKid-1.0.1-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/TurboKid-1.0.1-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/TurboKid-1.0.1-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/TurboKid-1.0.1-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/turbokid/
|
||||
lib/python${MODPY_VERSION}/site-packages/turbokid/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/turbokid/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/turbokid/kidsupport.py
|
||||
lib/python${MODPY_VERSION}/site-packages/turbokid/kidsupport.pyc
|
Loading…
Reference in New Issue
Block a user