pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-supervisor
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 14 07:33:50 UTC 2025
Modified Files:
pkgsrc/sysutils/py-supervisor: Makefile PLIST
Log Message:
py-supervisor: converted to wheel.mk
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/py-supervisor/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-supervisor/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-supervisor/Makefile
diff -u pkgsrc/sysutils/py-supervisor/Makefile:1.16 pkgsrc/sysutils/py-supervisor/Makefile:1.17
--- pkgsrc/sysutils/py-supervisor/Makefile:1.16 Wed Jul 19 12:48:21 2023
+++ pkgsrc/sysutils/py-supervisor/Makefile Mon Apr 14 07:33:49 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2023/07/19 12:48:21 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/14 07:33:49 adam Exp $
DISTNAME= supervisor-4.2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/supervisor/}
@@ -11,15 +11,11 @@ HOMEPAGE= http://supervisord.org/
COMMENT= System for controlling process state under UNIX
LICENSE= original-bsd
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
REPLACE_PYTHON+= supervisor/scripts/*.py
PYTHON_SELF_CONFLICT= yes
-USE_PKG_RESOURCES= yes
-
SUBST_CLASSES+= python
SUBST_STAGE.python= pre-build
SUBST_MESSAGE.python= Fixing Python path.
@@ -49,5 +45,5 @@ post-install:
${DESTDIR}${PREFIX}/share/examples/supervisor/supervisord.conf
.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/py-supervisor/PLIST
diff -u pkgsrc/sysutils/py-supervisor/PLIST:1.6 pkgsrc/sysutils/py-supervisor/PLIST:1.7
--- pkgsrc/sysutils/py-supervisor/PLIST:1.6 Wed Jul 19 12:48:21 2023
+++ pkgsrc/sysutils/py-supervisor/PLIST Mon Apr 14 07:33:49 2025
@@ -1,15 +1,14 @@
-@comment $NetBSD: PLIST,v 1.6 2023/07/19 12:48:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/04/14 07:33:49 adam Exp $
bin/echo_supervisord_conf-${PYVERSSUFFIX}
bin/pidproxy-${PYVERSSUFFIX}
bin/supervisorctl-${PYVERSSUFFIX}
bin/supervisord-${PYVERSSUFFIX}
-${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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSES.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/supervisor/__init__.py
${PYSITELIB}/supervisor/__init__.pyc
${PYSITELIB}/supervisor/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index