pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/distcc-pump distcc-pump: use setuptools, fix PLI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/999ca6d2f04e
branches: trunk
changeset: 375910:999ca6d2f04e
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 29 18:16:25 2022 +0000
description:
distcc-pump: use setuptools, fix PLIST, bump PKGREVISION.
diffstat:
devel/distcc-pump/Makefile | 7 +++++--
devel/distcc-pump/PLIST | 6 +++++-
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 934132ce6e6e -r 999ca6d2f04e devel/distcc-pump/Makefile
--- a/devel/distcc-pump/Makefile Tue Mar 29 18:07:01 2022 +0000
+++ b/devel/distcc-pump/Makefile Tue Mar 29 18:16:25 2022 +0000
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.15 2020/12/04 20:45:08 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/03/29 18:16:25 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-pump-/:S/rc1//}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= Accelerated remote compilation with distcc
.include "../../devel/distcc/Makefile.common"
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
PY_PATCHPLIST= yes
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PYTHON_VERSIONS_INCOMPATIBLE= 27
# check patch-ae for build and install targets
diff -r 934132ce6e6e -r 999ca6d2f04e devel/distcc-pump/PLIST
--- a/devel/distcc-pump/PLIST Tue Mar 29 18:07:01 2022 +0000
+++ b/devel/distcc-pump/PLIST Tue Mar 29 18:16:25 2022 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2018/07/11 07:30:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/03/29 18:16:25 wiz Exp $
bin/pump
+${PYSITELIB}/include_server-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/include_server-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/include_server-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/include_server-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
${PYSITELIB}/include_server/basics.py
${PYSITELIB}/include_server/basics.pyc
${PYSITELIB}/include_server/basics_test.py
Home |
Main Index |
Thread Index |
Old Index