mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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
This commit is contained in:
parent
8ce98bea6d
commit
4af50cd1e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306029
@ -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
|
||||
|
@ -2,5 +2,3 @@ Pytemplate is a small project intending to give python developpers a starting
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user