1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

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>
This commit is contained in:
Ruslan Makhmatkhanov 2013-03-22 19:35:13 +00:00
parent 4407cdb5a2
commit 0dad495456
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314953
4 changed files with 28 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,2 @@
SHA256 (pytest-runner-1.2.zip) = 1a7ae452115f454a92f94f124c093eae65c8f3cc942d2e16a6b879b813396ead
SIZE (pytest-runner-1.2.zip) = 5030

View File

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