From owner-svn-ports-all@freebsd.org Mon Oct 8 21:41:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCC3210CD083; Mon, 8 Oct 2018 21:41:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73AD1805EF; Mon, 8 Oct 2018 21:41:59 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E56858D; Mon, 8 Oct 2018 21:41:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w98LfxbJ095175; Mon, 8 Oct 2018 21:41:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w98LfxIB095174; Mon, 8 Oct 2018 21:41:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810082141.w98LfxIB095174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 8 Oct 2018 21:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481575 - in head/devel/py-testpath: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-testpath: . files X-SVN-Commit-Revision: 481575 X-SVN-Commit-Repository: ports 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.27 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: Mon, 08 Oct 2018 21:41:59 -0000 Author: sunpoet Date: Mon Oct 8 21:41:58 2018 New Revision: 481575 URL: https://svnweb.freebsd.org/changeset/ports/481575 Log: Update to 0.4.2 - Change MASTER_SITES to CHEESESHOP - Update LICENSE - Use setup.py from upstream Changes: https://github.com/jupyter/testpath/commits/master Deleted: head/devel/py-testpath/files/ Modified: head/devel/py-testpath/Makefile head/devel/py-testpath/distinfo Modified: head/devel/py-testpath/Makefile ============================================================================== --- head/devel/py-testpath/Makefile Mon Oct 8 21:41:49 2018 (r481574) +++ head/devel/py-testpath/Makefile Mon Oct 8 21:41:58 2018 (r481575) @@ -1,33 +1,29 @@ # $FreeBSD$ PORTNAME= testpath -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.2 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Test utilities for Python code working with files and commands -LICENSE= MIT +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= jupyter - USES= python USE_PYTHON= autoplist distutils + NO_ARCH= yes .include -.if ${PYTHON_REL} < 3400 +.if ${PYTHON_REL} < 3000 TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib@${PY_FLAVOR} .endif - -post-extract: - @${CP} ${FILESDIR}/setup.py ${WRKSRC} do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER}) Modified: head/devel/py-testpath/distinfo ============================================================================== --- head/devel/py-testpath/distinfo Mon Oct 8 21:41:49 2018 (r481574) +++ head/devel/py-testpath/distinfo Mon Oct 8 21:41:58 2018 (r481575) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495713469 -SHA256 (jupyter-testpath-0.3.1_GH0.tar.gz) = acd1e9ae3582e03b806ebcc40fbb2c660032d3f3ad991e5460e6856d69e6ba12 -SIZE (jupyter-testpath-0.3.1_GH0.tar.gz) = 91333 +TIMESTAMP = 1539030500 +SHA256 (testpath-0.4.2.tar.gz) = b694b3d9288dbd81685c5d2e7140b81365d46c29f5db4bc659de5aa6b98780f8 +SIZE (testpath-0.4.2.tar.gz) = 92850