head 1.10; access; symbols pkgsrc-2023Q4:1.10.0.2 pkgsrc-2023Q4-base:1.10 pkgsrc-2023Q3:1.9.0.4 pkgsrc-2023Q3-base:1.9 pkgsrc-2023Q2:1.9.0.2 pkgsrc-2023Q2-base:1.9 pkgsrc-2023Q1:1.7.0.10 pkgsrc-2023Q1-base:1.7 pkgsrc-2022Q4:1.7.0.8 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.7.0.6 pkgsrc-2022Q3-base:1.7 pkgsrc-2022Q2:1.7.0.4 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.7.0.2 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.5.0.18 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.16 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.14 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.5.0.12 pkgsrc-2021Q1-base:1.5 pkgsrc-2020Q4:1.5.0.10 pkgsrc-2020Q4-base:1.5 pkgsrc-2020Q3:1.5.0.8 pkgsrc-2020Q3-base:1.5 pkgsrc-2020Q2:1.5.0.6 pkgsrc-2020Q2-base:1.5 pkgsrc-2020Q1:1.5.0.2 pkgsrc-2020Q1-base:1.5 pkgsrc-2019Q4:1.5.0.4 pkgsrc-2019Q4-base:1.5 pkgsrc-2019Q3:1.4.0.6 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.4 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.2 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.3.0.4 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.2 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.10 date 2023.10.28.19.57.06; author wiz; state Exp; branches; next 1.9; commitid jP8MYROLWZ3yJqKE; 1.9 date 2023.05.22.07.19.32; author adam; state Exp; branches; next 1.8; commitid OkMkll9MUAs4FVpE; 1.8 date 2023.05.19.20.40.04; author adam; state Exp; branches; next 1.7; commitid mYQ9NyCc7mJMbCpE; 1.7 date 2022.02.07.21.02.44; author adam; state Exp; branches; next 1.6; commitid VjMLqyQodCzfiJrD; 1.6 date 2022.01.04.20.53.23; author wiz; state Exp; branches; next 1.5; commitid CYyhdK9qtoffkmnD; 1.5 date 2019.10.15.17.24.01; author adam; state Exp; branches; next 1.4; commitid L3Qp0OqiPWodhZGB; 1.4 date 2019.02.28.09.23.36; author adam; state Exp; branches; next 1.3; commitid P5YZSDaI5YwLYvdB; 1.3 date 2018.07.19.09.10.31; author adam; state Exp; branches; next 1.2; commitid 8NIVKKxQrA6I6JKA; 1.2 date 2018.07.13.07.54.02; author adam; state Exp; branches; next 1.1; commitid uEqm2vyN6pcpSWJA; 1.1 date 2017.12.21.10.15.03; author adam; state Exp; branches; next ; commitid 99QGj8dq0wMidKjA; desc @@ 1.10 log @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. @ text @# $NetBSD: Makefile,v 1.9 2023/05/22 07:19:32 adam Exp $ DISTNAME= pylint_plugin_utils-0.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-plugin-utils/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/landscapeio/pylint-plugin-utils COMMENT= Utilities and helpers for writing Pylint plugins LICENSE= gnu-gpl-v2 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core DEPENDS+= ${PYPKGPREFIX}-pylint>=1.7:../../devel/py-pylint USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @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. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2023/05/19 20:40:04 adam Exp $ d5 1 @ 1.8 log @py-pylint-plugin-utils: updated to 0.8.1 0.8 Updating CI config with poetry packaging @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/02/07 21:02:44 adam Exp $ d3 1 a3 1 DISTNAME= pylint_plugin_utils-0.8.1 @ 1.7 log @py-pylint-plugin-utils: updated to 0.7 0.7 Removed small formatting error @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/01/04 20:53:23 wiz Exp $ d3 2 a4 2 DISTNAME= pylint-plugin-utils-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} d13 1 d20 1 a20 1 .include "../../lang/python/egg.mk" @ 1.6 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2019/10/15 17:24:01 adam Exp $ d3 1 a3 1 DISTNAME= pylint-plugin-utils-0.6 a4 1 PKGREVISION= 1 d13 1 a13 1 DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint @ 1.5 log @py-pylint-plugin-utils: updated to 0.6 0.6: Bug fixes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/02/28 09:23:36 adam Exp $ d5 1 @ 1.4 log @py-pylint-plugin-utils: updated to 0.5 0.5: Unknown changes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/07/19 09:10:31 adam Exp $ d3 1 a3 1 DISTNAME= pylint-plugin-utils-0.5 @ 1.3 log @py-pylint-plugin-utils: updated to 0.4 0.4: Bug fixes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/07/13 07:54:02 adam Exp $ d3 1 a3 1 DISTNAME= pylint-plugin-utils-0.4 @ 1.2 log @py-pylint-plugin-utils: updated to 0.3 0.3: Ditching Py2 due to pylint having done the same @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/12/21 10:15:03 adam Exp $ d3 1 a3 1 DISTNAME= pylint-plugin-utils-0.3 a12 1 DEPENDS+= ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid @ 1.1 log @py-pylint-plugin-utils: added version 0.2.6 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. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= pylint-plugin-utils-0.2.6 d18 2 @