Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2013 18:10:52 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337206 - head/devel/py-pytest
Message-ID:  <201312221810.rBMIAqES066681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Dec 22 18:10:52 2013
New Revision: 337206
URL: http://svnweb.freebsd.org/changeset/ports/337206

Log:
  - update to 2.5.1
  - general clean-up

Deleted:
  head/devel/py-pytest/pkg-plist
Modified:
  head/devel/py-pytest/Makefile
  head/devel/py-pytest/distinfo

Modified: head/devel/py-pytest/Makefile
==============================================================================
--- head/devel/py-pytest/Makefile	Sun Dec 22 18:10:14 2013	(r337205)
+++ head/devel/py-pytest/Makefile	Sun Dec 22 18:10:52 2013	(r337206)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest
-PORTVERSION=	2.3.5
+PORTVERSION=	2.5.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,24 +11,15 @@ COMMENT=	Cross-project testing tool for 
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylib>=1.4.13:${PORTSDIR}/devel/py-pylib
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylib>=1.4.19:${PORTSDIR}/devel/py-pylib
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_SUB+=	PYTHON_VER=${PYTHON_VER}
-
-TEST_DEPENDS:=	${RUN_DEPENDS}
+TEST_DEPENDS:=		${RUN_DEPENDS}
 
 regression-test: build
 	@cd ${WRKSRC} && PYTHONPATH=${WRKSRC} ${PYTHON_CMD} pytest.py --ignore=doc/ja
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-post-install:
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/py-pytest/distinfo
==============================================================================
--- head/devel/py-pytest/distinfo	Sun Dec 22 18:10:14 2013	(r337205)
+++ head/devel/py-pytest/distinfo	Sun Dec 22 18:10:52 2013	(r337206)
@@ -1,2 +1,2 @@
-SHA256 (pytest-2.3.5.tar.gz) = 804c28bef415fc6a54de7934f05b2d67a9cc8a230de98685fca274d9fcbe8b1c
-SIZE (pytest-2.3.5.tar.gz) = 426328
+SHA256 (pytest-2.5.1.tar.gz) = 112d8ede00d9ad3546d49ffeb4af1a0dfc734be29d28cfc59bd4cfd7b8a89b09
+SIZE (pytest-2.5.1.tar.gz) = 577597



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