svn commit: r306029 - head/devel/py-pytemplate
Ruslan Mahmatkhanov
rm at FreeBSD.org
Wed Oct 17 18:07:29 UTC 2012
Author: rm
Date: Wed Oct 17 18:07:28 2012
New Revision: 306029
URL: http://svn.freebsd.org/changeset/ports/306029
Log:
- 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
Modified:
head/devel/py-pytemplate/Makefile
head/devel/py-pytemplate/pkg-descr
Modified: head/devel/py-pytemplate/Makefile
==============================================================================
--- head/devel/py-pytemplate/Makefile Wed Oct 17 17:54:34 2012 (r306028)
+++ head/devel/py-pytemplate/Makefile Wed Oct 17 18:07:28 2012 (r306029)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: pytemplate
-# Date created: 2009-02-24
-# Whom: Benoit Calvez <benoit at litchis.org>
-#
+# Created by: Benoit Calvez <benoit at litchis.org>
# $FreeBSD$
PORTNAME= pytemplate
PORTVERSION= 1.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://www.bulot.org/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= benoit at litchis.org
COMMENT= Pytemplate gives python developers a starting framework
-BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LICENSE= GPLv3
-USE_PYTHON= 2.5+
+USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-pytemplate
Modified: head/devel/py-pytemplate/pkg-descr
==============================================================================
--- head/devel/py-pytemplate/pkg-descr Wed Oct 17 17:54:34 2012 (r306028)
+++ head/devel/py-pytemplate/pkg-descr Wed Oct 17 18:07:28 2012 (r306029)
@@ -2,5 +2,3 @@ Pytemplate is a small project intending
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
More information about the svn-ports-head
mailing list