pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-beets



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 22 20:32:13 UTC 2025

Modified Files:
        pkgsrc/audio/py-beets: Makefile PLIST

Log Message:
py-beets: fix PLIST for latest poetry-core and depend on it


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/py-beets/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/py-beets/PLIST

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

Modified files:

Index: pkgsrc/audio/py-beets/Makefile
diff -u pkgsrc/audio/py-beets/Makefile:1.40 pkgsrc/audio/py-beets/Makefile:1.41
--- pkgsrc/audio/py-beets/Makefile:1.40 Sun Sep 21 15:17:23 2025
+++ pkgsrc/audio/py-beets/Makefile      Mon Sep 22 20:32:13 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2025/09/21 15:17:23 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2025/09/22 20:32:13 wiz Exp $
 
 DISTNAME=      beets-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/beets/}
 
@@ -11,7 +12,7 @@ COMMENT=      Music geek's media organizer
 LICENSE=       mit
 
 # https://github.com/beetbox/beets/issues/5596
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.0.1:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-Unidecode>=1.3.6:../../textproc/py-Unidecode
 DEPENDS+=      ${PYPKGPREFIX}-confuse>=1.5.0:../../devel/py-confuse
 DEPENDS+=      ${PYPKGPREFIX}-jellyfish-[0-9]*:../../textproc/py-jellyfish

Index: pkgsrc/audio/py-beets/PLIST
diff -u pkgsrc/audio/py-beets/PLIST:1.23 pkgsrc/audio/py-beets/PLIST:1.24
--- pkgsrc/audio/py-beets/PLIST:1.23    Sun Sep 21 15:17:23 2025
+++ pkgsrc/audio/py-beets/PLIST Mon Sep 22 20:32:13 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.23 2025/09/21 15:17:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.24 2025/09/22 20:32:13 wiz Exp $
 bin/beet-${PYVERSSUFFIX}
-${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}/licenses/LICENSE
 ${PYSITELIB}/beets/__init__.py
 ${PYSITELIB}/beets/__init__.pyc
 ${PYSITELIB}/beets/__init__.pyo



Home | Main Index | Thread Index | Old Index