From owner-svn-ports-all@freebsd.org Sun Feb 21 10:51:09 2016 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 83EBBAB0E39; Sun, 21 Feb 2016 10:51:09 +0000 (UTC) (envelope-from koobs@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 3F2D6182B; Sun, 21 Feb 2016 10:51:09 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LAp8QJ097126; Sun, 21 Feb 2016 10:51:08 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1LAp8co097123; Sun, 21 Feb 2016 10:51:08 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602211051.u1LAp8co097123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 21 Feb 2016 10:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409282 - head/devel/py-d2to1 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.20 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: Sun, 21 Feb 2016 10:51:09 -0000 Author: koobs Date: Sun Feb 21 10:51:07 2016 New Revision: 409282 URL: https://svnweb.freebsd.org/changeset/ports/409282 Log: devel/py-d2to1: Update to 0.2.12.post1 - Update DISTVERSION and distinfo checksum (0.2.12.post1) - Add setuptools as an explicit RUN_DEPENDS (PEP20) - Add TEST_DEPENDS and test target - Switch to GITHUB because test package isnt in the source distribution Modified: head/devel/py-d2to1/Makefile head/devel/py-d2to1/distinfo Modified: head/devel/py-d2to1/Makefile ============================================================================== --- head/devel/py-d2to1/Makefile Sun Feb 21 10:41:59 2016 (r409281) +++ head/devel/py-d2to1/Makefile Sun Feb 21 10:51:07 2016 (r409282) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= d2to1 -PORTVERSION= 0.2.11 +DISTVERSION= 0.2.12.post1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org @@ -12,7 +11,16 @@ COMMENT= Distutils2-like setup.cfg files LICENSE= BSD3CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose + USES= python +USE_GITHUB= yes USE_PYTHON= distutils autoplist +GH_ACCOUNT= embray + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + .include Modified: head/devel/py-d2to1/distinfo ============================================================================== --- head/devel/py-d2to1/distinfo Sun Feb 21 10:41:59 2016 (r409281) +++ head/devel/py-d2to1/distinfo Sun Feb 21 10:51:07 2016 (r409282) @@ -1,2 +1,2 @@ -SHA256 (d2to1-0.2.11.tar.gz) = 64097a1b9270458898a0047034e9ba422a6456f51771105f33edb6b38e19bfa8 -SIZE (d2to1-0.2.11.tar.gz) = 25237 +SHA256 (embray-d2to1-0.2.12.post1_GH0.tar.gz) = 80e026ccc604850d8171fd8599b3130d234c0d443e1dc4e2039be0b204cea9b4 +SIZE (embray-d2to1-0.2.12.post1_GH0.tar.gz) = 41671