pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-yamllint
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 9 12:27:28 UTC 2023
Modified Files:
pkgsrc/textproc/py-yamllint: Makefile PLIST distinfo
Log Message:
py-yamllint: updated to 1.33.0
1.33.0 (2023-11-09)
- Add support for Python 3.12, drop support for Python 3.7
- Rule ``document-end``: fix spurious "missing document end"
- Rule ``empty-values``: add ``forbid-in-block-sequences`` option
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-yamllint/Makefile \
pkgsrc/textproc/py-yamllint/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-yamllint/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-yamllint/Makefile
diff -u pkgsrc/textproc/py-yamllint/Makefile:1.7 pkgsrc/textproc/py-yamllint/Makefile:1.8
--- pkgsrc/textproc/py-yamllint/Makefile:1.7 Tue May 23 07:54:58 2023
+++ pkgsrc/textproc/py-yamllint/Makefile Thu Nov 9 12:27:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/05/23 07:54:58 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/11/09 12:27:28 adam Exp $
-DISTNAME= yamllint-1.32.0
+DISTNAME= yamllint-1.33.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yamllint/}
@@ -10,18 +10,18 @@ HOMEPAGE= https://github.com/adrienverge
COMMENT= Linter for YAML files
LICENSE= gnu-gpl-v3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.5.3:../../devel/py-pathspec
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
USE_LANGUAGES= # none
-USE_PKG_RESOURCES= yes
-
PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} yamllint yamllint-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-yamllint/distinfo
diff -u pkgsrc/textproc/py-yamllint/distinfo:1.7 pkgsrc/textproc/py-yamllint/distinfo:1.8
--- pkgsrc/textproc/py-yamllint/distinfo:1.7 Tue May 23 07:54:58 2023
+++ pkgsrc/textproc/py-yamllint/distinfo Thu Nov 9 12:27:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/05/23 07:54:58 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/11/09 12:27:28 adam Exp $
-BLAKE2s (yamllint-1.32.0.tar.gz) = 4ac9a74c0571ceb0487c0b386c52868aa6afba3153b593055bdc16722aeeaa26
-SHA512 (yamllint-1.32.0.tar.gz) = 8a7ecb22c5c6705fe85091923b0f1ef9c7df702ad35ffaeb5db94262c32a294c59c9d1a737d6ca280c16a054ad8d3f3210b31acdd69cc73d4fa259c9631cc322
-Size (yamllint-1.32.0.tar.gz) = 130041 bytes
+BLAKE2s (yamllint-1.33.0.tar.gz) = ed897d7c08333d5487e6fe1e540dd5d98da857f05f0cbd684d327dc6c0382158
+SHA512 (yamllint-1.33.0.tar.gz) = 99aa8f1a85da891d697c78f998af9bd656759fa218b7c058d6b990b01a6a939d78ecb2938ef5211700e5c5a1b0f884e77ba68510d9e790d7f77e3185e2f4fb52
+Size (yamllint-1.33.0.tar.gz) = 130357 bytes
Index: pkgsrc/textproc/py-yamllint/PLIST
diff -u pkgsrc/textproc/py-yamllint/PLIST:1.3 pkgsrc/textproc/py-yamllint/PLIST:1.4
--- pkgsrc/textproc/py-yamllint/PLIST:1.3 Wed Mar 29 07:41:38 2023
+++ pkgsrc/textproc/py-yamllint/PLIST Thu Nov 9 12:27:28 2023
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2023/03/29 07:41:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/11/09 12:27:28 adam Exp $
bin/yamllint-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/yamllint/__init__.py
${PYSITELIB}/yamllint/__init__.pyc
${PYSITELIB}/yamllint/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index