From owner-cvs-all@FreeBSD.ORG Sat Jan 14 17:31:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F341016A41F; Sat, 14 Jan 2006 17:31:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFEB43D45; Sat, 14 Jan 2006 17:31:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0EHVtYb093137; Sat, 14 Jan 2006 17:31:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0EHVtJU093136; Sat, 14 Jan 2006 17:31:55 GMT (envelope-from pav) Message-Id: <200601141731.k0EHVtJU093136@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 14 Jan 2006 17:31:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-testgears Makefile distinfo pkg-descr pkg-plist ports/devel/py-testgears/files pkg-deinstall.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 17:31:56 -0000 pav 2006-01-14 17:31:55 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-testgears Makefile distinfo pkg-descr pkg-plist devel/py-testgears/files pkg-deinstall.in Log: 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. PR: ports/91689 Submitted by: Nicola Vitale Revision Changes Path 1.2097 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/py-testgears/Makefile (new) 1.1 +3 -0 ports/devel/py-testgears/distinfo (new) 1.1 +17 -0 ports/devel/py-testgears/files/pkg-deinstall.in (new) 1.1 +8 -0 ports/devel/py-testgears/pkg-descr (new) 1.1 +2 -0 ports/devel/py-testgears/pkg-plist (new)