freebsd-ports/devel/py-pytemplate/pkg-descr
Ruslan Makhmatkhanov 4af50cd1e1 - 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
2012-10-17 18:07:28 +00:00

4 lines
286 B
Text

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.