pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-syslog-ng
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 13 10:19:02 UTC 2024
Modified Files:
pkgsrc/sysutils/py-syslog-ng: Makefile PLIST
Log Message:
py-syslog-ng: try fixing installation with older and newer Pythons
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-syslog-ng/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-syslog-ng/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-syslog-ng/Makefile
diff -u pkgsrc/sysutils/py-syslog-ng/Makefile:1.4 pkgsrc/sysutils/py-syslog-ng/Makefile:1.5
--- pkgsrc/sysutils/py-syslog-ng/Makefile:1.4 Wed Dec 8 16:06:35 2021
+++ pkgsrc/sysutils/py-syslog-ng/Makefile Sun Oct 13 10:19:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/12/08 16:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/13 10:19:02 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
@@ -7,6 +7,8 @@ SYSLOG_MOD_TARGET= mod-python
COMMENT= Syslog-ng Python module
GITHUB_PROJECT= syslog-ng
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
.include "../../sysutils/syslog-ng/module.mk"
CONFIGURE_ARGS+= --with-python=${PYVERSSUFFIX}
Index: pkgsrc/sysutils/py-syslog-ng/PLIST
diff -u pkgsrc/sysutils/py-syslog-ng/PLIST:1.3 pkgsrc/sysutils/py-syslog-ng/PLIST:1.4
--- pkgsrc/sysutils/py-syslog-ng/PLIST:1.3 Sun Apr 3 09:07:50 2022
+++ pkgsrc/sysutils/py-syslog-ng/PLIST Sun Oct 13 10:19:02 2024
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2022/04/03 09:07:50 wiz Exp $
-${PYSITELIB}/syslogng-1.0-py${PYVERSSUFFIX}.egg-info
+@comment $NetBSD: PLIST,v 1.4 2024/10/13 10:19:02 wiz Exp $
+${PYSITELIB}/syslogng-1.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/syslogng-1.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/syslogng-1.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/syslogng-1.0-py${PYVERSSUFFIX}.egg-info/top_level.txt
${PYSITELIB}/syslogng/__init__.py
${PYSITELIB}/syslogng/__init__.pyc
${PYSITELIB}/syslogng/debuggercli/__init__.py
Home |
Main Index |
Thread Index |
Old Index