pkgsrc-WIP-changes archive

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

py-delib: overrode lint recommendations for PLIST, added package dep



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sun Jul 24 20:27:52 2022 +0530
Changeset:	63752507c4d65269f85afafda51096845f7fc4d7

Modified Files:
	py-dlib/Makefile
	py-dlib/PLIST

Log Message:
py-delib: overrode lint recommendations for PLIST, added package dep

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

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

diffstat:
 py-dlib/Makefile |  2 ++
 py-dlib/PLIST    | 10 +++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-dlib/Makefile b/py-dlib/Makefile
index 65d981b56d..7ce1752b8d 100644
--- a/py-dlib/Makefile
+++ b/py-dlib/Makefile
@@ -15,6 +15,8 @@ USE_LANGUAGES+=	c c++
 CMAKE_ARGS+=	-B ${WRKSRC}/build
 BUILD_DIRS=	build
 
+DEPENDS+=	dlib-cpp>=19.24:../../wip/dlib-cpp
+
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../graphics/giflib/buildlink3.mk"
diff --git a/py-dlib/PLIST b/py-dlib/PLIST
index d3d138a685..c29518501a 100644
--- a/py-dlib/PLIST
+++ b/py-dlib/PLIST
@@ -1,10 +1,10 @@
 @comment $NetBSD$
 ${PYSITELIB}/_dlib_pybind11.so
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/dlib-${PKGVERSION}.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/dlib-${PKGVERSION}.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/dlib-${PKGVERSION}.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/dlib-${PKGVERSION}.0-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/dlib-${PKGVERSION}.0-py${PYVERSSUFFIX}.egg-info/top_level.txt
 ${PYSITELIB}/dlib/__init__.py
 ${PYSITELIB}/dlib/__init__.pyc
 ${PYSITELIB}/dlib/__init__.pyo


Home | Main Index | Thread Index | Old Index