pkgsrc-WIP-changes archive

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

py-octoprint-filecheck: 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:20:29 2021 +0100
Changeset:	e10daeb8c514c0cdcdd4ebd59b3d49799489de7a

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

Log Message:
py-octoprint-filecheck: 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=e10daeb8c514c0cdcdd4ebd59b3d49799489de7a

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

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

diffs:
diff --git a/py-octoprint-filecheck/Makefile b/py-octoprint-filecheck/Makefile
index fae70dc65a..12a4402b98 100644
--- a/py-octoprint-filecheck/Makefile
+++ b/py-octoprint-filecheck/Makefile
@@ -12,6 +12,8 @@ HOMEPAGE=	https://github.com/OctoPrint/OctoPrint-FileCheck/
 COMMENT=	Checks for common issues in uploaded files
 LICENSE=	gnu-agpl-v3
 
+EGG_NAME=	OctoPrint_FileCheck-2020.8.7
+
 PYTHON_VERSIONS_ACCEPTED=	37 36
 
 .include "../../lang/python/egg.mk"
diff --git a/py-octoprint-filecheck/PLIST b/py-octoprint-filecheck/PLIST
index f2508c0b36..490bfbbe6a 100644
--- a/py-octoprint-filecheck/PLIST
+++ b/py-octoprint-filecheck/PLIST
@@ -1,10 +1,10 @@
 @comment $NetBSD$
-${PYSITELIB}/OctoPrint_FileCheck-2020.8.7-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/OctoPrint_FileCheck-2020.8.7-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/OctoPrint_FileCheck-2020.8.7-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/OctoPrint_FileCheck-2020.8.7-py${PYVERSSUFFIX}.egg-info/entry_points.txt
-${PYSITELIB}/OctoPrint_FileCheck-2020.8.7-py${PYVERSSUFFIX}.egg-info/not-zip-safe
-${PYSITELIB}/OctoPrint_FileCheck-2020.8.7-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_file_check/__init__.py
 ${PYSITELIB}/octoprint_file_check/__init__.pyc
 ${PYSITELIB}/octoprint_file_check/__init__.pyo


Home | Main Index | Thread Index | Old Index