Date: Mon, 8 Oct 2018 21:41:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201810082141.w98LfxIB095174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> -.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810082141.w98LfxIB095174>