pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/py-music21
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 17 07:11:55 UTC 2020
Modified Files:
pkgsrc/audio/py-music21: Makefile PLIST
Log Message:
py-music21: set EGG_NAME to simplify PLIST
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/py-music21/Makefile \
pkgsrc/audio/py-music21/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-music21/Makefile
diff -u pkgsrc/audio/py-music21/Makefile:1.1 pkgsrc/audio/py-music21/Makefile:1.2
--- pkgsrc/audio/py-music21/Makefile:1.1 Fri Jan 17 05:41:44 2020
+++ pkgsrc/audio/py-music21/Makefile Fri Jan 17 07:11:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/17 05:41:44 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/17 07:11:55 wiz Exp $
VERSION= 5.7.2
DISTNAME= music21-noCorpus-${VERSION}
@@ -16,6 +16,8 @@ LICENSE= modified-bsd OR gnu-lgpl-v3
# 5.7.2 has partial support for Python 3.8.
PYTHON_VERSIONS_INCOMPATIBLE= 27
+EGG_NAME= music21-${VERSION}
+
DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
Index: pkgsrc/audio/py-music21/PLIST
diff -u pkgsrc/audio/py-music21/PLIST:1.1 pkgsrc/audio/py-music21/PLIST:1.2
--- pkgsrc/audio/py-music21/PLIST:1.1 Fri Jan 17 05:41:44 2020
+++ pkgsrc/audio/py-music21/PLIST Fri Jan 17 07:11:55 2020
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/01/17 05:41:44 gutteridge Exp $
-${PYSITELIB}/music21-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/music21-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/music21-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/music21-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2020/01/17 07:11:55 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/music21/.mypy_cache/${PYVERSSUFFIX}/__future__.data.json
${PYSITELIB}/music21/.mypy_cache/${PYVERSSUFFIX}/__future__.meta.json
${PYSITELIB}/music21/.mypy_cache/${PYVERSSUFFIX}/_compression.data.json
Home |
Main Index |
Thread Index |
Old Index