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 Jun 29 06:28:10 UTC 2026
Modified Files:
pkgsrc/audio/py-beets: Makefile PLIST
Log Message:
py-beets: fix PLIST for update
While here, clean up and simplify Makefile.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/py-beets/Makefile
cvs rdiff -u -r1.32 -r1.33 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.57 pkgsrc/audio/py-beets/Makefile:1.58
--- pkgsrc/audio/py-beets/Makefile:1.57 Sun Jun 28 15:41:08 2026
+++ pkgsrc/audio/py-beets/Makefile Mon Jun 29 06:28:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2026/06/28 15:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2026/06/29 06:28:10 wiz Exp $
DISTNAME= beets-2.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -44,6 +44,7 @@ USE_TOOLS+= git
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
PYTHON_VERSIONS_INCOMPATIBLE= 310 311
+PY_RENAME_BINARIES= beet
SUBST_CLASSES+= ffprobe
SUBST_FILES.ffprobe+= beets/util/extension.py
@@ -56,16 +57,9 @@ SUBST_MESSAGE.ffprobe= Fixing ffprobe fi
ALLOW_NETWORK_ACCESS= yes
.endif
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 311
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
-.endif
-
-# https://github.com/beetbox/beets/issues/5596
post-install:
${INSTALL_DATA} ${WRKSRC}/man/beet.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/beet-${PYVERSSUFFIX}.1
${INSTALL_DATA} ${WRKSRC}/man/beetsconfig.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/beetsconfig-${PYVERSSUFFIX}.5
- cd ${DESTDIR}${PREFIX}/bin && ${MV} beet beet-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/wheel.mk"
Index: pkgsrc/audio/py-beets/PLIST
diff -u pkgsrc/audio/py-beets/PLIST:1.32 pkgsrc/audio/py-beets/PLIST:1.33
--- pkgsrc/audio/py-beets/PLIST:1.32 Sun May 10 12:21:47 2026
+++ pkgsrc/audio/py-beets/PLIST Mon Jun 29 06:28:10 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2026/05/10 12:21:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.33 2026/06/29 06:28:10 wiz Exp $
bin/beet-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -42,12 +42,21 @@ ${PYSITELIB}/beets/dbcore/query.pyo
${PYSITELIB}/beets/dbcore/queryparse.py
${PYSITELIB}/beets/dbcore/queryparse.pyc
${PYSITELIB}/beets/dbcore/queryparse.pyo
+${PYSITELIB}/beets/dbcore/sort.py
+${PYSITELIB}/beets/dbcore/sort.pyc
+${PYSITELIB}/beets/dbcore/sort.pyo
${PYSITELIB}/beets/dbcore/types.py
${PYSITELIB}/beets/dbcore/types.pyc
${PYSITELIB}/beets/dbcore/types.pyo
+${PYSITELIB}/beets/exceptions.py
+${PYSITELIB}/beets/exceptions.pyc
+${PYSITELIB}/beets/exceptions.pyo
${PYSITELIB}/beets/importer/__init__.py
${PYSITELIB}/beets/importer/__init__.pyc
${PYSITELIB}/beets/importer/__init__.pyo
+${PYSITELIB}/beets/importer/actions.py
+${PYSITELIB}/beets/importer/actions.pyc
+${PYSITELIB}/beets/importer/actions.pyo
${PYSITELIB}/beets/importer/session.py
${PYSITELIB}/beets/importer/session.pyc
${PYSITELIB}/beets/importer/session.pyo
@@ -200,6 +209,9 @@ ${PYSITELIB}/beets/util/lyrics.pyo
${PYSITELIB}/beets/util/m3u.py
${PYSITELIB}/beets/util/m3u.pyc
${PYSITELIB}/beets/util/m3u.pyo
+${PYSITELIB}/beets/util/pathformats.py
+${PYSITELIB}/beets/util/pathformats.pyc
+${PYSITELIB}/beets/util/pathformats.pyo
${PYSITELIB}/beets/util/pipeline.py
${PYSITELIB}/beets/util/pipeline.pyc
${PYSITELIB}/beets/util/pipeline.pyo
@@ -430,6 +442,7 @@ ${PYSITELIB}/beetsplug/playlist.pyo
${PYSITELIB}/beetsplug/plexupdate.py
${PYSITELIB}/beetsplug/plexupdate.pyc
${PYSITELIB}/beetsplug/plexupdate.pyo
+${PYSITELIB}/beetsplug/py.typed
${PYSITELIB}/beetsplug/random.py
${PYSITELIB}/beetsplug/random.pyc
${PYSITELIB}/beetsplug/random.pyo
Home |
Main Index |
Thread Index |
Old Index