FreeBSD Bugzilla – Attachment 204992 Details for
Bug 238503
devel/py-flake8: Add missing dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
devel/py-flake8: Add missing dependencies under older python
patch-devel_py-flake8-3.7.7_2.txt (text/plain), 931 bytes, created by
John W. O'Brien
on 2019-06-11 19:25:55 UTC
(
hide
)
Description:
devel/py-flake8: Add missing dependencies under older python
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2019-06-11 19:25:55 UTC
Size:
931 bytes
patch
obsolete
>Index: devel/py-flake8/Makefile >=================================================================== >--- devel/py-flake8/Makefile (revision 503957) >+++ devel/py-flake8/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= flake8 > PORTVERSION= 3.7.7 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -23,12 +23,18 @@ > > USES= python > USE_PYTHON= autoplist concurrent distutils >+ > NO_ARCH= yes > > .include <bsd.port.pre.mk> > > .if ${PYTHON_REL} < 3200 >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}functools32>0:devel/py-functools32@${PY_FLAVOR} > .endif > >+.if ${PYTHON_REL} < 3400 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>0:devel/py-typing@${PY_FLAVOR} >+.endif >+ > .include <bsd.port.post.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 Raw
Actions:
View
Attachments on
bug 238503
: 204992