FreeBSD Bugzilla – Attachment 94062 Details for
Bug 132121
New port: devel/py-pytemplate Small project intending to give python developpers a starting framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pytemplate.shar
pytemplate.shar (text/plain), 2.48 KB, created by
Benoit C.
on 2009-02-26 10:50:00 UTC
(
hide
)
Description:
pytemplate.shar
Filename:
MIME Type:
Creator:
Benoit C.
Created:
2009-02-26 10:50:00 UTC
Size:
2.48 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># . ># ./pkg-plist ># ./Makefile ># ./distinfo ># ./pkg-descr ># >echo c - . >mkdir -p . > /dev/null 2>&1 >echo x - ./pkg-plist >sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6' >X%%PYTHON_SITELIBDIR%%/pytemplate.py >X%%PYTHON_SITELIBDIR%%/pytemplate.pyc >X%%PYTHON_SITELIBDIR%%/pytemplate.pyo >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/daemonexample.py >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.py >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threadexample.py >X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% >ef3e7f63841ae908ba397c2bef1fbad6 >echo x - ./Makefile >sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' >X# New ports collection makefile for: pytemplate >X# Date created: 2009-02-24 >X# Whom: Benoit Calvez <benoit@litchis.org> >X# >X# $FreeBSD$ >X >XPORTNAME= pytemplate >XPORTVERSION= 1.5.1 >XCATEGORIES= devel python >XMASTER_SITES= http://www.bulot.org/downloads/ >XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >X >XMAINTAINER= benoit@litchis.org >XCOMMENT= Pytemplate gives python developpers a starting framework >X >XBUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools >XRUN_DEPENDS= ${BUILD_DEPENDS} >X >XUSE_PYTHON= 2.4+ >XUSE_PYDISTUTILS= yes >X >XEXAMPLESDIR= ${PREFIX}/share/examples/py-pytemplate >X >XEXAMPLES= daemonexample.py example.py threadexample.py >X >Xpost-install: >X.if !defined(NOPORTEXAMPLES) >X @${MKDIR} ${EXAMPLESDIR} >X.for f in ${EXAMPLES} >X @${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR} >X.endfor >X.endif >X >X.include <bsd.port.mk> >464ef7c6571951809b23e262cbe26e19 >echo x - ./distinfo >sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' >XMD5 (pytemplate-1.5.1.tar.gz) = 61190e02d87e95f78a3d115ea191e6ae >XSHA256 (pytemplate-1.5.1.tar.gz) = fc43424db195b667a85bae132bf66e67c416f327c1a6c2c0aa66f9a9345a9bc5 >XSIZE (pytemplate-1.5.1.tar.gz) = 17926 >aec8793adfd5b7c3f00e62ae41a09ac2 >echo x - ./pkg-descr >sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' >XPytemplate is a small project intending to give python developpers a starting >Xframework. It permits to create properly scripts without struggling with >Xconfiguration files, logging properties development. They are already available >Xthrough a main class that the new script will inherit. >X >XWWW: http://bulot.org/wiki/doku.php?id=projects:python:pytemplate >0e313719ff012ceaf97a028d51caa8f5 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 132121
: 94062
Working