FreeBSD Bugzilla – Attachment 167268 Details for
Bug 207036
[NEW PORT] devel/py3-nose: variant of devel/py-nose for Python 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to create devel/py3-nose (using devel/py-nose as MASTERDIR)
py3-nose.diff (text/plain), 1.66 KB, created by
Ben Woods
on 2016-02-21 19:06:19 UTC
(
hide
)
Description:
Patch to create devel/py3-nose (using devel/py-nose as MASTERDIR)
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2016-02-21 19:06:19 UTC
Size:
1.66 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 409266) >+++ devel/Makefile (working copy) >@@ -4544,6 +4544,7 @@ > SUBDIR += py3-gobject3 > SUBDIR += py3-jsonschema > SUBDIR += py3-libpeas >+ SUBDIR += py3-nose > SUBDIR += py3-pytz > SUBDIR += py3-python-magic > SUBDIR += py3-vcversioner >Index: devel/py-nose/Makefile >=================================================================== >--- devel/py-nose/Makefile (revision 409266) >+++ devel/py-nose/Makefile (working copy) >@@ -13,7 +13,7 @@ > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/lgpl.txt > >-USES= python >+USES?= python > USE_PYTHON= autoplist concurrent distutils > > .include <bsd.port.pre.mk> >@@ -23,6 +23,6 @@ > .if ${PYTHON_REL} >= 3000 > @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_tests > .endif >- @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+ @cd ${WRKSRC} && ${PYTHON_CMD} selftest.py > > .include <bsd.port.post.mk> >Index: devel/py3-nose/Makefile >=================================================================== >--- devel/py3-nose/Makefile (nonexistent) >+++ devel/py3-nose/Makefile (working copy) >@@ -0,0 +1,8 @@ >+# Created by: Ben Woods <woodsb02@gmail.com> >+# $FreeBSD$ >+ >+MASTERDIR= ${.CURDIR}/../py-nose >+ >+USES= python:3.1-3.4 >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: devel/py3-nose/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
woodsb02
:
maintainer-approval?
(
koobs
)
Actions:
View
|
Diff
Attachments on
bug 207036
:
166769
|
166770
|
167243
|
167244
| 167268 |
167269