From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 11 21:40:09 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3049616A41F for ; Wed, 11 Jan 2006 21:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF1243D45 for ; Wed, 11 Jan 2006 21:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0BLe73d044094 for ; Wed, 11 Jan 2006 21:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0BLe7r9044093; Wed, 11 Jan 2006 21:40:07 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jan 2006 21:40:07 GMT Resent-Message-Id: <200601112140.k0BLe7r9044093@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, nivit@email.it (Nicola Vitale) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A31F16A423 for ; Wed, 11 Jan 2006 21:35:03 +0000 (GMT) (envelope-from nivit@email.it) Received: from vsmtp21.tin.it (vsmtp21.tin.it [212.216.176.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD9B43D48 for ; Wed, 11 Jan 2006 21:35:02 +0000 (GMT) (envelope-from nivit@email.it) Received: from stellina (82.52.80.156) by vsmtp21.tin.it (7.2.060.1) id 43C3E8BF00100D8C for FreeBSD-gnats-submit@freebsd.org; Wed, 11 Jan 2006 22:35:02 +0100 Received: (qmail 2904 invoked by uid 0); 11 Jan 2006 20:31:20 -0000 Message-Id: <20060111203120.2903.qmail@stellina> Date: 11 Jan 2006 20:31:20 -0000 From: nivit@email.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91689: [NEW PORT] devel/py-TestGears: Python module to run tests written as simple functions 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: Wed, 11 Jan 2006 21:40:09 -0000 >Number: 91689 >Category: ports >Synopsis: [NEW PORT] devel/py-TestGears: Python module to run tests written as simple functions >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: Wed Jan 11 21:40:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 5.4-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD stellina.domo.sva 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #4: Mon Nov 28 10:22:09 CET 2005 >Description: TestGears provides automatic discovery of unittest.TestCases and the ability to run tests that are written as simple functions. It generates a standard unittest.TestSuite for use with any of the standard frontends, and provides a distutils command to run tests with zero configuration. Author: Kevin Dangoor WWW: http://www.turbogears.com/testgears/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- py24-TestGears-0.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-TestGears # py-TestGears/pkg-descr # py-TestGears/Makefile # py-TestGears/pkg-plist # py-TestGears/distinfo # py-TestGears/files # py-TestGears/files/pkg-deinstall.in # echo c - py-TestGears mkdir -p py-TestGears > /dev/null 2>&1 echo x - py-TestGears/pkg-descr sed 's/^X//' >py-TestGears/pkg-descr << 'END-of-py-TestGears/pkg-descr' XTestGears provides automatic discovery of unittest.TestCases and Xthe ability to run tests that are written as simple functions. XIt generates a standard unittest.TestSuite for use with any of Xthe standard frontends, and provides a distutils command to run Xtests with zero configuration. X XAuthor: Kevin Dangoor XWWW: http://www.turbogears.com/testgears/ END-of-py-TestGears/pkg-descr echo x - py-TestGears/Makefile sed 's/^X//' >py-TestGears/Makefile << 'END-of-py-TestGears/Makefile' X# New ports collection makefile for: py-TestGears X# Date created: 2006-01-11 X# Whom: Nicola Vitale X# X# $FreeBSD$ X# X XPORTNAME= TestGears XPORTVERSION= 0.2 XCATEGORIES= devel python XMASTER_SITES= http://www.turbogears.org/download/eggs/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= nivit@email.it XCOMMENT= Python module to run tests written as simple functions X XBUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools X# need to remove the egg XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XSUB_FILES= pkg-deinstall XSUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} XSUB_LIST+= EGG="${PORTNAME}==${PORTVERSION}" X X.include END-of-py-TestGears/Makefile echo x - py-TestGears/pkg-plist sed 's/^X//' >py-TestGears/pkg-plist << 'END-of-py-TestGears/pkg-plist' X@comment $FreeBSD$ X%%PYTHON_SITELIBDIR%%/TestGears-0.2-py2.4.egg END-of-py-TestGears/pkg-plist echo x - py-TestGears/distinfo sed 's/^X//' >py-TestGears/distinfo << 'END-of-py-TestGears/distinfo' XMD5 (TestGears-0.2.tar.gz) = 1911b1555cf8869e14d1f71da590bc0e XSHA256 (TestGears-0.2.tar.gz) = 13b61e0e86446b34ac9cddb86ca3c9416f53dcfff6845d0156fd717cc45cda29 XSIZE (TestGears-0.2.tar.gz) = 11302 END-of-py-TestGears/distinfo echo c - py-TestGears/files mkdir -p py-TestGears/files > /dev/null 2>&1 echo x - py-TestGears/files/pkg-deinstall.in sed 's/^X//' >py-TestGears/files/pkg-deinstall.in << 'END-of-py-TestGears/files/pkg-deinstall.in' X#!/bin/sh X# $FreeBSD$ XPKGNAME=$1 X# Xcase $2 in X DEINSTALL) X easy_install -m -x -D -S %%PYTHON_SITELIBDIR%% %%EGG%% X ;; X POST-DEINSTALL) X exit 0 X ;; X *) X echo "Unexpected Argument $2!!!" X exit 1 X ;; Xesac Xexit 0 END-of-py-TestGears/files/pkg-deinstall.in exit --- py24-TestGears-0.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: