pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ruff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 22 13:33:16 UTC 2024

Modified Files:
        pkgsrc/devel/py-ruff: Makefile PLIST

Log Message:
py-ruff: adapt for py-maturin change

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-ruff/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ruff/PLIST

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

Modified files:

Index: pkgsrc/devel/py-ruff/Makefile
diff -u pkgsrc/devel/py-ruff/Makefile:1.33 pkgsrc/devel/py-ruff/Makefile:1.34
--- pkgsrc/devel/py-ruff/Makefile:1.33  Mon Aug 19 21:57:37 2024
+++ pkgsrc/devel/py-ruff/Makefile       Thu Aug 22 13:33:16 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2024/08/19 21:57:37 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/08/22 13:33:16 wiz Exp $
 
 DISTNAME=      ruff-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/ruff/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/astral-sh/r
 COMMENT=       Extremely fast Python linter, written in Rust
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-maturin>=1.0:../../devel/py-maturin
+TOOL_DEPENDS+= ${PYPKGPREFIX}-maturin>=1.7.1:../../devel/py-maturin
 
 USE_LANGUAGES= c c++
 

Index: pkgsrc/devel/py-ruff/PLIST
diff -u pkgsrc/devel/py-ruff/PLIST:1.1 pkgsrc/devel/py-ruff/PLIST:1.2
--- pkgsrc/devel/py-ruff/PLIST:1.1      Sun Oct 29 22:03:03 2023
+++ pkgsrc/devel/py-ruff/PLIST  Thu Aug 22 13:33:16 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2023/10/29 22:03:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/08/22 13:33:16 wiz Exp $
 bin/ruff-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/ruff/__init__.py
 ${PYSITELIB}/ruff/__init__.pyc
 ${PYSITELIB}/ruff/__init__.pyo



Home | Main Index | Thread Index | Old Index