FreeBSD Bugzilla – Attachment 179256 Details for
Bug 216407
devel/py-flake8: update to 3.2.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
flake8.patch (text/plain), 3.04 KB, created by
Dmitry Marakasov
on 2017-01-23 15:28:27 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2017-01-23 15:28:27 UTC
Size:
3.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 431942) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= flake8 >-PORTVERSION= 2.5.4 >-PORTREVISION= 1 >+PORTVERSION= 3.2.1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,11 +12,13 @@ > > LICENSE= MIT > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mccabe>=0.2.1:devel/py-mccabe \ >- ${PYTHON_PKGNAMEPREFIX}pep8>=1.5.7:devel/pep8 \ >+BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner >+RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}mccabe>=0.5.0:devel/py-mccabe \ >+ ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.0.0:devel/py-pycodestyle \ > ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.8.1:devel/py-pyflakes > >-USES= python >+USES?= python > USE_PYTHON= autoplist distutils >+NO_ARCH= yes > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 431942) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1463831204 >-SHA256 (flake8-2.5.4.tar.gz) = cc1e58179f6cf10524c7bfdd378f5536d0a61497688517791639a5ecc867492f >-SIZE (flake8-2.5.4.tar.gz) = 81663 >+TIMESTAMP = 1484910118 >+SHA256 (flake8-3.2.1.tar.gz) = c7c460b5aff3a2063c798a77af18ec70af3941d35a22e2e76965e3c0e0b36055 >+SIZE (flake8-3.2.1.tar.gz) = 129458 >Index: files/patch-flake8.egg-info_requires.txt >=================================================================== >--- files/patch-flake8.egg-info_requires.txt (revision 431942) >+++ files/patch-flake8.egg-info_requires.txt (nonexistent) >@@ -1,7 +0,0 @@ >---- flake8.egg-info/requires.txt.orig 2016-02-11 17:54:19 UTC >-+++ flake8.egg-info/requires.txt >-@@ -1,3 +1,3 @@ >--pyflakes >= 0.8.1, < 1.1 >-+pyflakes >= 0.8.1 >- pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2 >- mccabe >= 0.2.1, < 0.5 > >Property changes on: files/patch-flake8.egg-info_requires.txt >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 431942) >+++ files/patch-setup.py (nonexistent) >@@ -1,11 +0,0 @@ >---- setup.py.orig 2016-02-10 22:07:13 UTC >-+++ setup.py >-@@ -49,7 +49,7 @@ setup( >- url="https://gitlab.com/pycqa/flake8", >- packages=["flake8", "flake8.tests"], >- install_requires=[ >-- "pyflakes >= 0.8.1, < 1.1", >-+ "pyflakes >= 0.8.1", >- "pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2", >- "mccabe >= 0.2.1, < 0.5", >- ], > >Property changes on: files/patch-setup.py >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-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 216407
: 179256