NOTICE: This package has been removed from pkgsrc

./wip/py-editorconfig-core, Editorconfig python library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.12.0, Package name: py27-editorconfig-core-0.12.0, Maintainer: nros

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.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 3793b690c609103e8242e1149fef73a00e36f884
RMD160: 3abb2e877eff32e411b84d802afa3f10b93ead68
Filesize: 24.22 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-19 21:12:30 by Niclas Rosenvik | Files touched by this commit (3)
Log message:
Update to version 0.12.0.
   2014-04-23 21:50:38 by Niclas Rosenvik | Files touched by this commit (5)
Log message:
Updated to version 0.11.4, changelog not found.
Added setuptools build dependecy since it uses setup tools for install.
Made so that no files are installed in bin. The console app is installed by
the editorconfig-core package. This solves package conflicts.
   2013-11-22 23:09:03 by nros | Files touched by this commit (2)
Log message:
added trailing slash to homepage

   2013-11-22 22:22:49 by nros | Files touched by this commit (1)
Log message:

Added buildlink3.mk
   2013-11-12 00:40:53 by nros | Files touched by this commit (1)
Log message:
Forgot buildlink3.mk

   2013-11-11 23:01:13 by nros | Files touched by this commit (5)
Log message:

Initial commit of py-editorconfig-core.
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 code style of a \ 
file that belongs to a certain project.