pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-lieer: Convert egg to wheel
Module Name: pkgsrc-wip
Committed By: Malte Dehling <mdehling%gmail.com@localhost>
Pushed By: mdehling
Date: Fri Mar 1 14:20:00 2024 -0800
Changeset: 587f79a94885940da9cedee4b85fd8c9e0720020
Modified Files:
py-lieer/Makefile
py-lieer/PLIST
Log Message:
py-lieer: Convert egg to wheel
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=587f79a94885940da9cedee4b85fd8c9e0720020
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-lieer/Makefile | 4 ++--
py-lieer/PLIST | 11 ++++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs:
diff --git a/py-lieer/Makefile b/py-lieer/Makefile
index 39b47f101d..90f2157aaf 100644
--- a/py-lieer/Makefile
+++ b/py-lieer/Makefile
@@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/gauteh/lieer
COMMENT= Email synchronization between notmuch and GMail
LICENSE= gnu-gpl-v3
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-notmuch2-[0-9]*:../../wip/py-notmuch2
DEPENDS+= ${PYPKGPREFIX}-google-api-python-client-[0-9]*:../../www/py-google-api-python-client
DEPENDS+= ${PYPKGPREFIX}-google-auth-oauthlib-[0-9]*:../../security/py-google-auth-oauthlib
@@ -23,5 +23,5 @@ post-install:
cd ${DESTDIR}${PREFIX} && \
${MV} bin/gmi bin/gmi-${PYVERSSUFFIX}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-lieer/PLIST b/py-lieer/PLIST
index edc1737ea2..79d6a59e92 100644
--- a/py-lieer/PLIST
+++ b/py-lieer/PLIST
@@ -1,10 +1,11 @@
@comment $NetBSD$
bin/gmi-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING.GPL-3.0+
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/lieer/__init__.py
${PYSITELIB}/lieer/__init__.pyc
${PYSITELIB}/lieer/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index