FreeBSD Bugzilla – Attachment 205941 Details for
Bug 237775
sysutils/py-ranger: Respect hier(7) and make concurrent safe
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-ranger-respect-hierarchy-and-make-concurrent-safe-v2.patch
py-ranger-respect-hierarchy-and-make-concurrent-safe-v2.patch (text/plain), 1.53 KB, created by
Kai Knoblich
on 2019-07-20 16:21:12 UTC
(
hide
)
Description:
py-ranger-respect-hierarchy-and-make-concurrent-safe-v2.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2019-07-20 16:21:12 UTC
Size:
1.53 KB
patch
obsolete
>Index: sysutils/py-ranger/Makefile >=================================================================== >--- sysutils/py-ranger/Makefile (revision 506981) >+++ sysutils/py-ranger/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= ranger > PORTVERSION= 1.9.2 >+PORTREVISION= 1 > CATEGORIES= sysutils python > MASTER_SITES= https://ranger.github.io/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,15 +12,29 @@ > COMMENT= Ranger is a file manager with VI key bindings > > LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= python shebangfix >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} >+ >+USES= desktop-file-utils python shebangfix >+USE_PYTHON= autoplist concurrent distutils >+ > SHEBANG_FILES= doc/tools/*.py >-python_OLD_CMD= /bin/python >-USE_PYTHON= autoplist distutils >+ > NO_ARCH= yes > >+post-extract: >+ @${MV} ${WRKSRC}/doc/ranger.desktop ${WRKSRC}/doc/${PYTHON_PKGNAMEPREFIX}ranger.desktop >+ > post-patch: >- @${REINPLACE_CMD} -e 's|setuptools|distutils.core|; s|share/man/man|man/man|;s|share/doc|doc|' ${WRKSRC}/${PYSETUP} >+ @${REINPLACE_CMD} -e 's|setuptools|distutils.core|; \ >+ s|share/man/man|man/man|; \ >+ s|share/doc/ranger|${DOCSDIR}|; \ >+ s|ranger.desktop|${PYTHON_PKGNAMEPREFIX}ranger.desktop|' ${WRKSRC}/${PYSETUP} >+ @${REINPLACE_CMD} -Ee 's|Exec=(ranger)|Exec=\1-${PYTHON_VER}|' ${WRKSRC}/doc/${PYTHON_PKGNAMEPREFIX}ranger.desktop > @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/ranger/ext/img_display.py > >+do-test: >+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v >+ > .include <bsd.port.mk>
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:
kai
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 237775
:
205934
| 205941