ports/172329: devel/py-pytemplate: eliminate setuptools dependency

Ruslan Mahmatkhanov rm at FreeBSD.org
Thu Oct 4 17:20:10 UTC 2012


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



More information about the freebsd-ports-bugs mailing list