pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pre-commit: Update to 2.13.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat May 22 17:04:35 2021 +0900
Changeset:	cba161f7d71f441cd91308dd2a4154b997d5716f

Modified Files:
	pre-commit/Makefile
	pre-commit/PLIST
	pre-commit/distinfo

Log Message:
pre-commit: Update to 2.13.0

Features

* Setting SKIP=... skips installation as well.
* Attempt to mount from host with docker-in-docker.
* Enable repo: local for r hooks.
* Upgrade ruby-build and rbenv.

Fixes

* Better detect r packages.
* Avoid warnings with mismatched renv versions.
* Reproducibly produce ruby tar resources.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cba161f7d71f441cd91308dd2a4154b997d5716f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pre-commit/Makefile | 4 ++--
 pre-commit/PLIST    | 4 +++-
 pre-commit/distinfo | 8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index cb0aa5fd53..e03bae121f 100644
--- a/pre-commit/Makefile
+++ b/pre-commit/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pre_commit-2.12.1
+DISTNAME=	pre_commit-2.13.0
 PKGNAME=	${DISTNAME:S/_/-/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pre_commit/}
@@ -18,7 +18,7 @@ DEPENDS+=	${PYPKGPREFIX}-identify>=1.0.0:../../wip/py-identify
 DEPENDS+=	${PYPKGPREFIX}-nodeenv>=0.11.1:../../wip/py-nodeenv
 DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=	${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
-DEPENDS+=	${PYPKGPREFIX}-yaml>5.1:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-virtualenv>=20.0.8:../../wip/py-virtualenv20
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
diff --git a/pre-commit/PLIST b/pre-commit/PLIST
index e6c3a0f852..205f51f245 100644
--- a/pre-commit/PLIST
+++ b/pre-commit/PLIST
@@ -169,13 +169,15 @@ ${PYSITELIB}/pre_commit/resources/__init__.pyc
 ${PYSITELIB}/pre_commit/resources/__init__.pyo
 ${PYSITELIB}/pre_commit/resources/empty_template_.npmignore
 ${PYSITELIB}/pre_commit/resources/empty_template_Cargo.toml
+${PYSITELIB}/pre_commit/resources/empty_template_LICENSE.renv
 ${PYSITELIB}/pre_commit/resources/empty_template_Makefile.PL
+${PYSITELIB}/pre_commit/resources/empty_template_activate.R
 ${PYSITELIB}/pre_commit/resources/empty_template_environment.yml
 ${PYSITELIB}/pre_commit/resources/empty_template_go.mod
 ${PYSITELIB}/pre_commit/resources/empty_template_main.go
 ${PYSITELIB}/pre_commit/resources/empty_template_main.rs
 ${PYSITELIB}/pre_commit/resources/empty_template_package.json
-${PYSITELIB}/pre_commit/resources/empty_template_pre_commit_dummy_package.gemspec
+${PYSITELIB}/pre_commit/resources/empty_template_pre_commit_placeholder_package.gemspec
 ${PYSITELIB}/pre_commit/resources/empty_template_renv.lock
 ${PYSITELIB}/pre_commit/resources/empty_template_setup.py
 ${PYSITELIB}/pre_commit/resources/empty_template_setup.pyc
diff --git a/pre-commit/distinfo b/pre-commit/distinfo
index f6f447c3de..3004f4c1b9 100644
--- a/pre-commit/distinfo
+++ b/pre-commit/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pre_commit-2.12.1.tar.gz) = 67172db461ad2eabe3d2d23be681e8006b5bfb8b
-RMD160 (pre_commit-2.12.1.tar.gz) = b4ba5466613a2800483b546b6386e1c03fcb69ba
-SHA512 (pre_commit-2.12.1.tar.gz) = f6b8c43330ff994ecae5cf27416f91dcd8858962774964ede1525d7614500749b8244d767d80ab0a36752dc4d830689cd5de0ccf11fb2fb21a834ac85725d525
-Size (pre_commit-2.12.1.tar.gz) = 165409 bytes
+SHA1 (pre_commit-2.13.0.tar.gz) = c553b4be884cd92c51359101cc8014be34c39f8a
+RMD160 (pre_commit-2.13.0.tar.gz) = b4710fb06d10680c1f98f4fc466699105ce449de
+SHA512 (pre_commit-2.13.0.tar.gz) = fe7dc0d628b9f27cd24d3756fda57263c512d5df7b341ba11cd9c332d6529bb6e86b57321ed1e608cda98de5992eb90219253777e0518f8a82f8d0e8f1411aca
+Size (pre_commit-2.13.0.tar.gz) = 166001 bytes


Home | Main Index | Thread Index | Old Index