pkgsrc-WIP-changes archive

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

py-octoprint-firmwarecheck: set the correct EGG_NAME



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sat Jan 16 01:16:53 2021 +0100
Changeset:	886fce29f3ba706e52cb6df9cee84bad467bf129

Modified Files:
	py-octoprint-firmwarecheck/Makefile
	py-octoprint-firmwarecheck/PLIST

Log Message:
py-octoprint-firmwarecheck: set the correct EGG_NAME

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=886fce29f3ba706e52cb6df9cee84bad467bf129

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

diffstat:
 py-octoprint-firmwarecheck/Makefile |  2 ++
 py-octoprint-firmwarecheck/PLIST    | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-octoprint-firmwarecheck/Makefile b/py-octoprint-firmwarecheck/Makefile
index c1b6009d6f..4e5cba254c 100644
--- a/py-octoprint-firmwarecheck/Makefile
+++ b/py-octoprint-firmwarecheck/Makefile
@@ -12,6 +12,8 @@ HOMEPAGE=	https://github.com/OctoPrint/OctoPrint-FirmwareCheck/
 COMMENT=	Checks for unsafe or broken printer firmwares
 LICENSE=	gnu-agpl-v3
 
+EGG_NAME=	OctoPrint_FirmwareCheck-2020.9.23
+
 PYTHON_VERSIONS_ACCEPTED=	37 36
 
 .include "../../lang/python/egg.mk"
diff --git a/py-octoprint-firmwarecheck/PLIST b/py-octoprint-firmwarecheck/PLIST
index 788a231420..e1e637058d 100644
--- a/py-octoprint-firmwarecheck/PLIST
+++ b/py-octoprint-firmwarecheck/PLIST
@@ -1,10 +1,10 @@
 @comment $NetBSD$
-${PYSITELIB}/OctoPrint_FirmwareCheck-2020.9.23-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/OctoPrint_FirmwareCheck-2020.9.23-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/OctoPrint_FirmwareCheck-2020.9.23-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/OctoPrint_FirmwareCheck-2020.9.23-py${PYVERSSUFFIX}.egg-info/entry_points.txt
-${PYSITELIB}/OctoPrint_FirmwareCheck-2020.9.23-py${PYVERSSUFFIX}.egg-info/not-zip-safe
-${PYSITELIB}/OctoPrint_FirmwareCheck-2020.9.23-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/octoprint_firmware_check/__init__.py
 ${PYSITELIB}/octoprint_firmware_check/__init__.pyc
 ${PYSITELIB}/octoprint_firmware_check/__init__.pyo


Home | Main Index | Thread Index | Old Index