pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/py-music21 py-music21: set EGG_NAME to simplify ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb1e0f4d4d8a
branches: trunk
changeset: 409350:eb1e0f4d4d8a
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 17 07:11:55 2020 +0000
description:
py-music21: set EGG_NAME to simplify PLIST
diffstat:
audio/py-music21/Makefile | 4 +++-
audio/py-music21/PLIST | 10 +++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 678335de60da -r eb1e0f4d4d8a audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Fri Jan 17 07:10:56 2020 +0000
+++ b/audio/py-music21/Makefile Fri Jan 17 07:11:55 2020 +0000
@@ -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 @@
# 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
diff -r 678335de60da -r eb1e0f4d4d8a audio/py-music21/PLIST
--- a/audio/py-music21/PLIST Fri Jan 17 07:10:56 2020 +0000
+++ b/audio/py-music21/PLIST Fri Jan 17 07:11:55 2020 +0000
@@ -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