From owner-svn-ports-head@freebsd.org Fri Feb 26 11:51:34 2016 Return-Path: Delivered-To: svn-ports-head@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 27791AB50A4; Fri, 26 Feb 2016 11:51:34 +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 D0FAB1287; Fri, 26 Feb 2016 11:51:33 +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 u1QBpWOX047412; Fri, 26 Feb 2016 11:51:32 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1QBpWaG047410; Fri, 26 Feb 2016 11:51:32 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201602261151.u1QBpWaG047410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 26 Feb 2016 11:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409599 - head/sysutils/py-shutilwhich X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 11:51:34 -0000 Author: koobs Date: Fri Feb 26 11:51:32 2016 New Revision: 409599 URL: https://svnweb.freebsd.org/changeset/ports/409599 Log: sysutils/py-shutilwhich: Update to 1.1.0 - Update PORTVERSION and distinfo checksum (1.1.0) - Switch to GITHUB for DISTFILES (includes tests) - Add TEST_DEPENDS and test target - Limit Python versions to -3.3. 3.4+ is a noop - Enable NO_ARCH (achitecture independent) Modified: head/sysutils/py-shutilwhich/Makefile head/sysutils/py-shutilwhich/distinfo Modified: head/sysutils/py-shutilwhich/Makefile ============================================================================== --- head/sysutils/py-shutilwhich/Makefile Fri Feb 26 11:27:30 2016 (r409598) +++ head/sysutils/py-shutilwhich/Makefile Fri Feb 26 11:51:32 2016 (r409599) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= shutilwhich -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= sysutils python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org @@ -12,7 +11,17 @@ COMMENT= shutil.which for those not usin LICENSE= PSFL -USES= python +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest + +USES= python:-3.3 +USE_GITHUB= yes USE_PYTHON= autoplist distutils +GH_ACCOUNT= mbr + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs + .include Modified: head/sysutils/py-shutilwhich/distinfo ============================================================================== --- head/sysutils/py-shutilwhich/distinfo Fri Feb 26 11:27:30 2016 (r409598) +++ head/sysutils/py-shutilwhich/distinfo Fri Feb 26 11:51:32 2016 (r409599) @@ -1,2 +1,2 @@ -SHA256 (shutilwhich-1.0.1.tar.gz) = 698b144c49d10730500ba6bd1446bb0c45c4bb01b005f24c6cc1c1e6567de037 -SIZE (shutilwhich-1.0.1.tar.gz) = 2099 +SHA256 (mbr-shutilwhich-1.1.0_GH0.tar.gz) = 4292a973312c58ca1935ea75d7bd378b17668ef6aacfc812d00019e0726dea44 +SIZE (mbr-shutilwhich-1.1.0_GH0.tar.gz) = 2144