| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Oct 2012 18:07:28
1.5.1_2
|
rm  |
- remove bogus setuptools dependency (the port is using distutils)
- trim Makefile header
- add license (GPLv3)
- limit python version to 2.x
- remove WWW, because it isn't working anymore
- bump PORTREVISION because of dependencies change
PR: 172329
Submitted by: rm (myself)
Approved by: maintainer timeout (2 weeks)
Feature safe: yes |
24 Jul 2012 21:27:14
1.5.1_1
|
cs  |
Fix typos in COMMENT |
21 Jan 2012 17:40:15
1.5.1_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
03 Jul 2011 14:59:23
1.5.1_1
|
ohauer  |
-remove MD5 |
25 Feb 2011 07:50:41
1.5.1_1
|
miwi  |
- Move from py24 over to py25 or above
- Drop md5 support |
27 Feb 2009 10:24:48
1.5.1
|
jadawin  |
Pytemplate is a small project intending to give python developpers a starting
framework. It permits to create properly scripts without struggling with
configuration files, logging properties development. They are already available
through a main class that the new script will inherit.
WWW: http://bulot.org/wiki/doku.php?id=projects:python:pytemplate
PR: ports/132121
Submitted by: Benoit Calvez <benoit at litchis.org> |