From owner-svn-ports-all@freebsd.org Sat Jun 3 14:32:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77468BF2E43; Sat, 3 Jun 2017 14:32:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4108671E8B; Sat, 3 Jun 2017 14:32:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53EWhse062584; Sat, 3 Jun 2017 14:32:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53EWhef062583; Sat, 3 Jun 2017 14:32:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031432.v53EWhef062583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 14:32:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442497 - head/devel/py-testtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:32:44 -0000 Author: tcberner Date: Sat Jun 3 14:32:42 2017 New Revision: 442497 URL: https://svnweb.freebsd.org/changeset/ports/442497 Log: Update to 2.3.0 and give maintainership - update to 2.3.0 - actually allow build on python 3.x - give maintainership to xmj PR: 219335 Submitted by: xmj Deleted: head/devel/py-testtools/pkg-plist Modified: head/devel/py-testtools/Makefile head/devel/py-testtools/distinfo Modified: head/devel/py-testtools/Makefile ============================================================================== --- head/devel/py-testtools/Makefile Sat Jun 3 14:25:48 2017 (r442496) +++ head/devel/py-testtools/Makefile Sat Jun 3 14:32:42 2017 (r442497) @@ -2,21 +2,29 @@ # $FreeBSD$ PORTNAME= testtools -PORTVERSION= 0.9.35 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel python -MASTER_SITES= http://launchpadlibrarian.net/164010578/ \ - http://www.c-s.li/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johannes@perceivon.net COMMENT= Extensions to the Python library's unit testing framework LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:devel/py-extras USES= python -USE_PYTHON= distutils +USE_PYTHON= distutils autoplist concurrent + +OPTIONS_DEFINE= DOCS + +PORTDOCS= api.rst for-framework-folk.rst for-test-authors.rst hacking.rst \ + index.rst overview.rst twisted-support.rst + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${CP} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/py-testtools/distinfo ============================================================================== --- head/devel/py-testtools/distinfo Sat Jun 3 14:25:48 2017 (r442496) +++ head/devel/py-testtools/distinfo Sat Jun 3 14:32:42 2017 (r442497) @@ -1,2 +1,3 @@ -SHA256 (testtools-0.9.35.tar.gz) = 9a9ad71aa9b439a389a70568c2947a4350c64bbbb5e3249bf6c0b844a6f93854 -SIZE (testtools-0.9.35.tar.gz) = 195677 +TIMESTAMP = 1494946238 +SHA256 (testtools-2.3.0.tar.gz) = 5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559 +SIZE (testtools-2.3.0.tar.gz) = 231559