From william88@gmail.com  Fri Mar 22 17:10:25 2013
Return-Path: <william88@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 3D337D6D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Mar 2013 17:10:25 +0000 (UTC)
	(envelope-from william88@gmail.com)
Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d])
	by mx1.freebsd.org (Postfix) with ESMTP id 099A0F03
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Mar 2013 17:10:24 +0000 (UTC)
Received: by mail-yh0-f45.google.com with SMTP id i21so128699yha.32
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Mar 2013 10:10:24 -0700 (PDT)
Received: from localhost ([177.132.16.178])
        by mx.google.com with ESMTPS id j53sm3777971yhh.1.2013.03.22.09.44.35
        (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Fri, 22 Mar 2013 09:44:37 -0700 (PDT)
Message-Id: <514c8a75.cd75ec0a.3a7b.0aee@mx.google.com>
Date: Fri, 22 Mar 2013 09:44:37 -0700 (PDT)
From: William Grzybowski <william88@gmail.com>
Reply-To: William Grzybowski <william88@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/py-pytest-runner
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         177238
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-pytest-runner
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 17:20:00 UTC 2013
>Closed-Date:    Fri Mar 22 19:43:27 UTC 2013
>Last-Modified:  Fri Mar 22 19:43:27 UTC 2013
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Py test runner, for setup.py
	It is required for devel/py-irc as build depend
	Redports: https://redports.org/buildarchive/20130322161201-10881/

>How-To-Repeat:
>Fix:

	See attached patch


--- py-pytest-runner.patch begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-pytest-runner/Makefile
#	py-pytest-runner/distinfo
#	py-pytest-runner/pkg-descr
#
echo x - py-pytest-runner/Makefile
sed 's/^X//' >py-pytest-runner/Makefile << '2f4e84438edea697d4109d4213326d1f'
X# Created by: William Grzybowski <william88@gmail.com>
X
XPORTNAME=	pytest-runner
XPORTVERSION=	1.2
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	william88@gmail.com
XCOMMENT=	Test support for pytest runner in setup.py
X
XBUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hgtools>=0:${PORTSDIR}/devel/py-hgtools
X
XUSE_ZIP=	yes
XUSE_PYTHON=	-2.7
XUSE_PYDISTUTILS=	easy_install
X
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
X
X.include <bsd.port.mk>
2f4e84438edea697d4109d4213326d1f
echo x - py-pytest-runner/distinfo
sed 's/^X//' >py-pytest-runner/distinfo << '6430160b9f39ce585233c40e7e07daf5'
XSHA256 (pytest-runner-1.2.zip) = 1a7ae452115f454a92f94f124c093eae65c8f3cc942d2e16a6b879b813396ead
XSIZE (pytest-runner-1.2.zip) = 5030
6430160b9f39ce585233c40e7e07daf5
echo x - py-pytest-runner/pkg-descr
sed 's/^X//' >py-pytest-runner/pkg-descr << 'ca808e0cf9d8560c2eddc4cf99abdf49'
XSetup scripts can use pytest-runner to add setup.py test support for pytest runner.
X
XWWW: https://bitbucket.org/jaraco/pytest-runner
ca808e0cf9d8560c2eddc4cf99abdf49
exit
--- py-pytest-runner.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Mar 22 17:20:08 UTC 2013 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177238 
Responsible-Changed-From-To: freebsd-python->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Mar 22 18:11:48 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177238 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177238: commit references a PR
Date: Fri, 22 Mar 2013 19:35:31 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Fri Mar 22 19:43:26 UTC 2013 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177238 
>Unformatted:
