Upgrade py-noseofyeti to version 1.8.
* Python3 Compatibility with the plugins * Nose2 support! * NoseOfYeti now understands and respects the async keyword. Only really useful if you use something like https://asynctest.readthedocs.io/en/latest/ * Changed the license to MIT from GPL Add LICENSE. Pet portlint. Sponsored by: Farsight Security, Inc.
This commit is contained in:
parent
654d6ceba9
commit
aeeb3c5db0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485004
@ -1,13 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= noseofyeti
|
||||
PORTVERSION= 1.5.1
|
||||
PORTVERSION= 1.8
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= truckman@FreeBSD.org
|
||||
COMMENT= Nose plugin providing BDD dsl for Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge@${PY_FLAVOR} \
|
||||
@ -21,13 +25,14 @@ DOCS_BUILD_DEPENDS= \
|
||||
${PYTHON_PKGNAMEPREFIX}pinocchio>0:devel/py-pinocchio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}should_dsl>0:devel/py-should_dsl@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= delfick
|
||||
GH_PROJECT= nose-of-yeti
|
||||
GH_TAGNAME= e8f3110
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
SHEBANG_FILES= test.sh
|
||||
PYTHON_OLD_CMD= "/usr/bin/env python"
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (delfick-nose-of-yeti-1.5.1-e8f3110_GH0.tar.gz) = 7a3d41d9f2508abde424cb03aac26e8b697c63a6c973f601dfd16fc410d8fb4c
|
||||
SIZE (delfick-nose-of-yeti-1.5.1-e8f3110_GH0.tar.gz) = 46966
|
||||
TIMESTAMP = 1542262143
|
||||
SHA256 (delfick-nose-of-yeti-v1.8_GH0.tar.gz) = 1f9bacc6110758308e6813b8e7db56b7d8313f9533e5923a8ba8b8b56bd4d41b
|
||||
SIZE (delfick-nose-of-yeti-v1.8_GH0.tar.gz) = 49683
|
||||
|
Loading…
Reference in New Issue
Block a user