FreeBSD Bugzilla – Attachment 160692 Details for
Bug 202884
devel/py-pytest: py34-pytest-2.7.1 conflicts with py27-pytest-2.7.1 Problematic file: /usr/local/bin/py.test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
py-test.concurrent.diff (text/plain), 1.47 KB, created by
Jan Beich
on 2015-09-03 22:18:47 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-09-03 22:18:47 UTC
Size:
1.47 KB
patch
obsolete
>Index: devel/py-pytest/Makefile >=================================================================== >--- devel/py-pytest/Makefile (revision 396043) >+++ devel/py-pytest/Makefile (working copy) >@@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORT > ${PYTHON_PKGNAMEPREFIX}pexpect>0:${PORTSDIR}/misc/py-pexpect > > USES= python >-USE_PYTHON= autoplist distutils >+USE_PYTHON= autoplist concurrent distutils > > OPTIONS_DEFINE= TESTS > >Index: devel/py-pytest/files/patch-setup.py >=================================================================== >--- devel/py-pytest/files/patch-setup.py (revision 0) >+++ devel/py-pytest/files/patch-setup.py (working copy) >@@ -0,0 +1,14 @@ >+# Let USE_PYTHON=concurrent handle suffixing >+ >+--- setup.py.orig 2015-05-19 00:47:59 UTC >++++ setup.py >+@@ -89,8 +89,7 @@ def cmdline_entrypoints(versioninfo, pla >+ if basename.startswith('pypy'): >+ points = {'py.test-%s' % basename: target} >+ else: # cpython >+- points = {'py.test-%s.%s' % versioninfo[:2] : target} >+- points['py.test'] = target >++ points = {'py.test' : target} >+ return points >+ >+ > >Property changes on: devel/py-pytest/files/patch-setup.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ 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
Actions:
View
|
Diff
Attachments on
bug 202884
: 160692