From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 4 17:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A81D106566C for ; Thu, 4 Oct 2012 17:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 622858FC18 for ; Thu, 4 Oct 2012 17:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q94HKAwV091480 for ; Thu, 4 Oct 2012 17:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q94HKAig091479; Thu, 4 Oct 2012 17:20:10 GMT (envelope-from gnats) Resent-Date: Thu, 4 Oct 2012 17:20:10 GMT Resent-Message-Id: <201210041720.q94HKAig091479@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8D881065672 for ; Thu, 4 Oct 2012 17:18:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 940AD8FC0C for ; Thu, 4 Oct 2012 17:18:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q94HIIsN065256 for ; Thu, 4 Oct 2012 17:18:18 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q94HIIiN065255; Thu, 4 Oct 2012 17:18:18 GMT (envelope-from nobody) Message-Id: <201210041718.q94HIIiN065255@red.freebsd.org> Date: Thu, 4 Oct 2012 17:18:18 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/172329: devel/py-pytemplate: eliminate setuptools dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 17:20:10 -0000 >Number: 172329 >Category: ports >Synopsis: devel/py-pytemplate: eliminate setuptools dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 17:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT amd64 >Description: - 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 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 305269) +++ Makefile (working copy) @@ -1,12 +1,9 @@ -# New ports collection makefile for: pytemplate -# Date created: 2009-02-24 -# Whom: Benoit Calvez -# +# Created by: Benoit Calvez # $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 @@ 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 Index: pkg-descr =================================================================== --- pkg-descr (revision 305269) +++ pkg-descr (working copy) @@ -2,5 +2,3 @@ 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 >Release-Note: >Audit-Trail: >Unformatted: