Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160365859
D5232.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D5232.diff
View Options
Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/devel/Makefile
@@ -4166,6 +4166,7 @@
SUBDIR += py-ncurses
SUBDIR += py-nose
SUBDIR += py-nose-cov
+ SUBDIR += py-noseofyeti
SUBDIR += py-notifier
SUBDIR += py-notify
SUBDIR += py-ocempgui
Index: head/devel/py-noseofyeti/Makefile
===================================================================
--- head/devel/py-noseofyeti/Makefile
+++ head/devel/py-noseofyeti/Makefile
@@ -0,0 +1,47 @@
+# $FreeBSD$
+
+PORTNAME= noseofyeti
+PORTVERSION= 1.5.1
+CATEGORIES= devel python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= truckman@FreeBSD.org
+COMMENT= Nose plugin providing BDD dsl for Python
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \
+ ${PYTHON_PKGNAMEPREFIX}fudge>0:${PORTSDIR}/devel/py-fudge \
+ ${PYTHON_PKGNAMEPREFIX}should_dsl>0:${PORTSDIR}/devel/py-should_dsl
+
+OPTIONS_DEFINE= DOCS
+DOCS_BUILD_DEPENDS= \
+ ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \
+ ${PYTHON_PKGNAMEPREFIX}fudge>0:${PORTSDIR}/devel/py-fudge \
+ ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx \
+ ${PYTHON_PKGNAMEPREFIX}pinocchio>0:${PORTSDIR}/devel/py-pinocchio \
+ ${PYTHON_PKGNAMEPREFIX}should_dsl>0:${PORTSDIR}/devel/py-should_dsl
+
+NO_ARCH= yes
+USES= python shebangfix
+USE_GITHUB= yes
+GH_ACCOUNT= delfick
+GH_PROJECT= nose-of-yeti
+GH_TAGNAME= e8f3110
+USE_PYTHON= distutils autoplist
+SHEBANG_FILES= test.sh
+PYTHON_OLD_CMD= "/usr/bin/env python"
+
+PORTDOCS= *
+
+do-test:
+ cd ${WRKSRC} && ${PYTHON_CMD} test.sh
+
+post-build-DOCS-on:
+ (cd ${WRKSRC}/docs ; PYTHONPATH=${WRKSRC} ${MAKE_CMD} html)
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC}/docs/_build/html ; \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "-not -name .buildinfo")
+
+.include <bsd.port.mk>
Index: head/devel/py-noseofyeti/distinfo
===================================================================
--- head/devel/py-noseofyeti/distinfo
+++ head/devel/py-noseofyeti/distinfo
@@ -0,0 +1,2 @@
+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
Index: head/devel/py-noseofyeti/pkg-descr
===================================================================
--- head/devel/py-noseofyeti/pkg-descr
+++ head/devel/py-noseofyeti/pkg-descr
@@ -0,0 +1,7 @@
+Nose plugin providing BDD dsl for python
+
+Plugin for nose, inspired by http://github.com/fmeyer/yeti, which
+uses a codec style to provide an RSpec style BDD dsl for python
+tests
+
+WWW: https://github.com/delfick/nose-of-yeti
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 6:10 PM (15 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34274932
Default Alt Text
D5232.diff (2 KB)
Attached To
Mode
D5232: New port devel/py-noseofyeti
Attached
Detach File
Event Timeline
Log In to Comment