pkgsrc-WIP-changes archive

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

activate REPLACE_PYTHON in py-reprotest/Makefile



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 4 10:45:21 2022 +0000
Changeset:	caf6af29122c42f0f15607cba8aff4f8d12f3b50

Modified Files:
	py-reprotest/Makefile

Log Message:
activate REPLACE_PYTHON in py-reprotest/Makefile

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

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

diffstat:
 py-reprotest/Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

diffs:
diff --git a/py-reprotest/Makefile b/py-reprotest/Makefile
index 5182689436..ad1977b80c 100644
--- a/py-reprotest/Makefile
+++ b/py-reprotest/Makefile
@@ -14,9 +14,18 @@ DEPENDS+=	${PYPKGPREFIX}-diffoscope>=134:../../sysutils/py-diffoscope
 DEPENDS+=	${PYPKGPREFIX}-distro>=0:../../devel/py-distro
 DEPENDS+=	${PYPKGPREFIX}-rstr>=0:../../wip/py-rstr
 
+REPLACE_PYTHON+=	reprotest/virt/autopkgtest-virt-chroot \
+			reprotest/virt/autopkgtest-virt-lxc    \
+			reprotest/virt/autopkgtest-virt-lxd    \
+			reprotest/virt/autopkgtest-virt-null   \
+			reprotest/virt/autopkgtest-virt-qemu   \
+			reprotest/virt/autopkgtest-virt-schroot \
+			reprotest/virt/autopkgtest-virt-ssh
+
 post-install:
 	cd ${DESTDIR}${PREFIX}/bin && \
 		${MV} reprotest reprotest-${PYVERSSUFFIX} || ${TRUE}
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index