Bug 177238 - [NEW PORT] devel/py-pytest-runner
Summary: [NEW PORT] devel/py-pytest-runner
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 17:20 UTC by William Grzybowski
Modified: 2013-03-22 19:43 UTC (History)
0 users

See Also:


Attachments
py-pytest-runner.patch (1.54 KB, patch)
2013-03-22 17:20 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-22 17:20:00 UTC
	Py test runner, for setup.py
	It is required for devel/py-irc as build depend
	Redports: https://redports.org/buildarchive/20130322161201-10881/

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-22 17:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-22 18:11:48 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-22 19:35:31 UTC
Author: rm
Date: Fri Mar 22 19:35:13 2013
New Revision: 314953
URL: http://svnweb.freebsd.org/changeset/ports/314953

Log:
  Setup scripts can use pytest-runner to add setup.py test support
  for pytest runner.
  
  WWW: https://bitbucket.org/jaraco/pytest-runner
  
  PR:		177238
  Submitted by:	William Grzybowski <william88@gmail.com>

Added:
  head/devel/py-pytest-runner/
  head/devel/py-pytest-runner/Makefile   (contents, props changed)
  head/devel/py-pytest-runner/distinfo   (contents, props changed)
  head/devel/py-pytest-runner/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Mar 22 19:00:36 2013	(r314952)
+++ head/devel/Makefile	Fri Mar 22 19:35:13 2013	(r314953)
@@ -3595,6 +3595,7 @@
     SUBDIR += py-pyshapelib
     SUBDIR += py-pytemplate
     SUBDIR += py-pytest
+    SUBDIR += py-pytest-runner
     SUBDIR += py-pythonbrew
     SUBDIR += py-pytz
     SUBDIR += py-pyutil

Added: head/devel/py-pytest-runner/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-runner/Makefile	Fri Mar 22 19:35:13 2013	(r314953)
@@ -0,0 +1,21 @@
+# Created by: William Grzybowski <william88@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	pytest-runner
+PORTVERSION=	1.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	william88@gmail.com
+COMMENT=	Test support for pytest runner in setup.py
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hgtools>=0:${PORTSDIR}/devel/py-hgtools
+
+USE_ZIP=	yes
+USE_PYTHON=	-2.7
+USE_PYDISTUTILS=	easy_install
+
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-runner/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-runner/distinfo	Fri Mar 22 19:35:13 2013	(r314953)
@@ -0,0 +1,2 @@
+SHA256 (pytest-runner-1.2.zip) = 1a7ae452115f454a92f94f124c093eae65c8f3cc942d2e16a6b879b813396ead
+SIZE (pytest-runner-1.2.zip) = 5030

Added: head/devel/py-pytest-runner/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-runner/pkg-descr	Fri Mar 22 19:35:13 2013	(r314953)
@@ -0,0 +1,4 @@
+Setup scripts can use pytest-runner to add setup.py test support
+for pytest runner.
+
+WWW: https://bitbucket.org/jaraco/pytest-runner
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-22 19:43:26 UTC
State Changed
From-To: open->closed

Committed, thanks.