Date: Wed, 17 Oct 2012 18:07:28 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306029 - head/devel/py-pytemplate Message-ID: <201210171807.q9HI7Sn8029944@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@litchis.org> -# +# Created by: Benoit Calvez <benoit@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210171807.q9HI7Sn8029944>