svn commit: r481575 - in head/devel/py-testpath: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 8 21:41:59 UTC 2018


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 at 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


More information about the svn-ports-all mailing list