FreeBSD Bugzilla – Attachment 205748 Details for
Bug 239184
[NEW PORT] devel/py-pylama: Code audit tool for Python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
tmp.1q7HHr7G (text/plain), 1.84 KB, created by
Alexander Sieg
on 2019-07-13 10:40:53 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Alexander Sieg
Created:
2019-07-13 10:40:53 UTC
Size:
1.84 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (nonexistent) >+++ Makefile (working copy) >@@ -0,0 +1,23 @@ >+# $FreeBSD$ >+ >+PORTNAME= pylama >+PORTVERSION= 7.7.1 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= alex@xanderio.de >+COMMENT= Pylama -- code audit tool for python >+ >+LICENSE= LGPL3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mccabe>=0.5.2:devel/py-mccabe@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.3.1:devel/py-pycodestyle@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pydocstyle>=2.0.0:devel/py-pydocstyle@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pyflakes>=1.5.0:devel/py-pyflakes@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (nonexistent) >+++ distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1563013350 >+SHA256 (pylama-7.7.1.tar.gz) = 9bae53ef9c1a431371d6a8dca406816a60d547147b60a4934721898f553b7d8f >+SIZE (pylama-7.7.1.tar.gz) = 33278 >Index: pkg-descr >=================================================================== >--- pkg-descr (nonexistent) >+++ pkg-descr (working copy) >@@ -0,0 +1,14 @@ >+Code audit tool for Python and JavaScript. Pylama wraps these tools: >+ >+- pycodestyle (formerly pep8) (c) 2012-2013, Florent Xicluna; >+- pydocstyle (formerly pep257 by Vladimir Keleshev) (c) 2014, Amir Rachum; >+- PyFlakes (c) 2005-2013, Kevin Watters; >+- Mccabe (c) Ned Batchelder; >+- Pylint (c) 2013, Logilab (should be installed 'pylama_pylint' module); >+- Radon (c) Michele Lacchia >+- gjslint (c) The Closure Linter Authors (should be installed 'pylama_gjslint' >+ module); >+- eradicate (c) Steven Myint; >+- Mypy (c) Jukka Lehtosalo and contributors; >+ >+WWW: https://github.com/klen/pylama
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 239184
: 205748