pkgsrc-WIP-changes archive

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

(math/py-extension-helpers) Adhoc fix EGG_INFODIR, correct me if wrong.



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Dec 19 09:49:27 2020 +0900
Changeset:	256be1652d5452ff55fb2d58c9722a342400a4b5

Modified Files:
	py-extension-helpers/Makefile

Log Message:
(math/py-extension-helpers) Adhoc fix EGG_INFODIR, correct me if wrong.

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

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

diffstat:
 py-extension-helpers/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diffs:
diff --git a/py-extension-helpers/Makefile b/py-extension-helpers/Makefile
index f3100c5b91..9da22f160d 100644
--- a/py-extension-helpers/Makefile
+++ b/py-extension-helpers/Makefile
@@ -15,5 +15,12 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27
 DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
+# adhoc fix to convert below
+# extension_helpers-0.1-py3.8.egg-info
+# extension_helpers-0.0.0-py3.8.egg-info
+
+EGG_INFODIR=	${DISTNAME:S/-/_/:S/0.1/0.0.0/}-py${PYVERSSUFFIX}.egg-info
+
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index