./devel/py-pylint-plugin-utils, Utilities and helpers for writing Pylint plugins

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.2nb1, Package name: py311-pylint-plugin-utils-0.8.2nb1, Maintainer: pkgsrc-users

Utilities and helpers for writing Pylint plugins. This is not a direct Pylint
plugin, but rather a set of tools and functions used by other plugins such as
pylint-django and pylint-celery.


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

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 10.424 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-05-22 09:19:32 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pylint-plugin-utils: updated to 0.8.2

0.8.2

Removing the LICENSE and README files from the project include section, as this
had unintended consequences of installing them into the site-packages directory
instead of along side the package code. This is related to
python-poetry/poetry-2015 . Since the LICENSE is available in the dist-info
directory along side the package, then this is sufficient.

Additionally, the python version classifiers will be automatically added by
poetry from the version range specification in the tool.poetry.dependencies
section, so no need to explicitly define them.
   2023-05-19 22:40:04 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-pylint-plugin-utils: updated to 0.8.1

0.8
Updating CI config with poetry packaging
   2022-02-07 22:02:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pylint-plugin-utils: updated to 0.7

0.7
Removed small formatting error
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2019-10-15 19:24:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pylint-plugin-utils: updated to 0.6

0.6:
Bug fixes.