607525be07
Editorconfig python library. This library is used by editorconfig plugins written in python. Editorconfig reads .editorconfig files that define a coding style for a project. This allows the coding style to be set by the project instead of the developer. Then the developer does not have to change style between each project, the editor knows the coding style of a file that belongs to a certain project. Packaged in pkgsrc-wip by <nros> with some adjustments by <tnn> and myself.
17 lines
486 B
Makefile
17 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/04/14 12:18:31 leot Exp $
|
|
|
|
VERSION= 0.12.1
|
|
DISTNAME= EditorConfig-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-editorconfig-core-${VERSION}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=E/EditorConfig/}
|
|
|
|
MAINTAINER= nros@users.sourceforge.net
|
|
HOMEPAGE= http://editorconfig.org/
|
|
COMMENT= Editorconfig python library
|
|
LICENSE= python-software-foundation AND modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|