pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-coala: import py36-coala-0.11.0



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 8 01:33:32 2017 +0200
Changeset:	eb12a0a2405a54f2fbd0e32cb31b6339bf6480f1

Added Files:
	py-coala/DESCR
	py-coala/Makefile
	py-coala/PLIST
	py-coala/distinfo

Log Message:
wip/py-coala: import py36-coala-0.11.0

coala provides a unified interface for linting and fixing code with a single
configuration file, regardless of the programming languages used. You can use
coala from within your favorite editor, integrate it with your CI, get the
results as JSON, or customize it to your needs with its flexible configuration
syntax.

coala supports popular programming languages including Python, C/C++, Java,
JavaScript, CSS, and several others out of the box.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eb12a0a2405a54f2fbd0e32cb31b6339bf6480f1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-coala/DESCR    |  8 ++++++++
 py-coala/Makefile | 20 ++++++++++++++++++++
 py-coala/PLIST    |  1 +
 py-coala/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/py-coala/DESCR b/py-coala/DESCR
new file mode 100644
index 0000000000..47a896002d
--- /dev/null
+++ b/py-coala/DESCR
@@ -0,0 +1,8 @@
+coala provides a unified interface for linting and fixing code with a single
+configuration file, regardless of the programming languages used. You can use
+coala from within your favorite editor, integrate it with your CI, get the
+results as JSON, or customize it to your needs with its flexible configuration
+syntax.
+
+coala supports popular programming languages including Python, C/C++, Java,
+JavaScript, CSS, and several others out of the box.
diff --git a/py-coala/Makefile b/py-coala/Makefile
new file mode 100644
index 0000000000..6de5dc8d38
--- /dev/null
+++ b/py-coala/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	coala
+DISTNAME=	coala-0.11.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=coala/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://coala.io/
+COMMENT=	Unified command-line interface for linting and fixing all your code
+LICENSE=	gnu-agpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE=   27
+
+DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-coala/PLIST b/py-coala/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/py-coala/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-coala/distinfo b/py-coala/distinfo
new file mode 100644
index 0000000000..e8b8634aba
--- /dev/null
+++ b/py-coala/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (coala-0.11.0.tar.gz) = 388725ebd6ecca6494200c2b23f3d8cd5d92b193
+RMD160 (coala-0.11.0.tar.gz) = e2939df65034d302ec768f150b931b2c5d2cdc70
+SHA512 (coala-0.11.0.tar.gz) = 06252bdb1dc1436b9c6a81a7def5c88bf62c11ba75767f4e5e7db41300e4d107bca7a2c8c67e8c757bae2caf9bc591a944122255fb8c9137839afd9f145924a7
+Size (coala-0.11.0.tar.gz) = 687049 bytes


Home | Main Index | Thread Index | Old Index