Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 17:18:18 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172329: devel/py-pytemplate: eliminate setuptools dependency
Message-ID:  <201210041718.q94HIIiN065255@red.freebsd.org>
Resent-Message-ID: <201210041720.q94HKAig091479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <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 @@
 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210041718.q94HIIiN065255>