Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2017 19:13:28 +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: r445543 - in head/devel: py-pytest-runner py3-pytest-runner
Message-ID:  <201707111913.v6BJDSLC040669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jul 11 19:13:28 2017
New Revision: 445543
URL: https://svnweb.freebsd.org/changeset/ports/445543

Log:
  Update to 2.11.1
  
  - Sort USE_PYTHON
  - Update WWW
  
  Changes:	https://github.com/pytest-dev/pytest-runner/blob/master/CHANGES.rst
  PR:		220647
  Submitted by:	sunpoet (myself)
  Approved by:	wg (maintainer)

Modified:
  head/devel/py-pytest-runner/Makefile
  head/devel/py-pytest-runner/distinfo
  head/devel/py-pytest-runner/pkg-descr
  head/devel/py3-pytest-runner/Makefile

Modified: head/devel/py-pytest-runner/Makefile
==============================================================================
--- head/devel/py-pytest-runner/Makefile	Tue Jul 11 19:13:21 2017	(r445542)
+++ head/devel/py-pytest-runner/Makefile	Tue Jul 11 19:13:28 2017	(r445543)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest-runner
-PORTVERSION=	2.0
+PORTVERSION=	2.11.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,10 @@ COMMENT=	Test support for pytest runner in setup.py
 
 LICENSE=	MIT
 
-BUILD_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py-hgtools
+BUILD_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm
 
-USES?=		python zip
-USE_PYTHON=	distutils autoplist
+USES?=		python
+USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-pytest-runner/distinfo
==============================================================================
--- head/devel/py-pytest-runner/distinfo	Tue Jul 11 19:13:21 2017	(r445542)
+++ head/devel/py-pytest-runner/distinfo	Tue Jul 11 19:13:28 2017	(r445543)
@@ -1,2 +1,3 @@
-SHA256 (pytest-runner-2.0.zip) = 65178b9f8367c84b7af196722d1132d236cc5abbafce1910c0fa49db8bd31483
-SIZE (pytest-runner-2.0.zip) = 5034
+TIMESTAMP = 1492252528
+SHA256 (pytest-runner-2.11.1.tar.gz) = 983a31eab45e375240e250161a556163bc8d250edaba97960909338c273a89b3
+SIZE (pytest-runner-2.11.1.tar.gz) = 9661

Modified: head/devel/py-pytest-runner/pkg-descr
==============================================================================
--- head/devel/py-pytest-runner/pkg-descr	Tue Jul 11 19:13:21 2017	(r445542)
+++ head/devel/py-pytest-runner/pkg-descr	Tue Jul 11 19:13:28 2017	(r445543)
@@ -1,4 +1,4 @@
 Setup scripts can use pytest-runner to add setup.py test support
 for pytest runner.
 
-WWW: https://bitbucket.org/jaraco/pytest-runner
+WWW: https://github.com/pytest-dev/pytest-runner

Modified: head/devel/py3-pytest-runner/Makefile
==============================================================================
--- head/devel/py3-pytest-runner/Makefile	Tue Jul 11 19:13:21 2017	(r445542)
+++ head/devel/py3-pytest-runner/Makefile	Tue Jul 11 19:13:28 2017	(r445543)
@@ -3,8 +3,8 @@
 
 MASTERDIR=	${.CURDIR}/../py-pytest-runner
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py3-hgtools
+BUILD_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py3-setuptools_scm
 
-USES=		python:3 zip
+USES=		python:3
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707111913.v6BJDSLC040669>