pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-trytond



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 22 22:55:48 UTC 2021

Modified Files:
        pkgsrc/devel/py-trytond: ALTERNATIVES Makefile PLIST

Log Message:
py-trytond: make parallel-installable again, update ALTERNATIVES

ride update


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-trytond/ALTERNATIVES
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-trytond/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-trytond/PLIST

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

Modified files:

Index: pkgsrc/devel/py-trytond/ALTERNATIVES
diff -u pkgsrc/devel/py-trytond/ALTERNATIVES:1.2 pkgsrc/devel/py-trytond/ALTERNATIVES:1.3
--- pkgsrc/devel/py-trytond/ALTERNATIVES:1.2    Sun Dec  4 21:12:59 2016
+++ pkgsrc/devel/py-trytond/ALTERNATIVES        Wed Dec 22 22:55:48 2021
@@ -1,3 +1,6 @@
+bin/trytond @PREFIX@/bin/trytond@PYVERSSUFFIX@
 bin/trytond-admin @PREFIX@/bin/trytond-admin@PYVERSSUFFIX@
+bin/trytond-console @PREFIX@/bin/trytond-console@PYVERSSUFFIX@
 bin/trytond-cron @PREFIX@/bin/trytond-cron@PYVERSSUFFIX@
-bin/trytond @PREFIX@/bin/trytond@PYVERSSUFFIX@
+bin/trytond-stat @PREFIX@/bin/trytond-stat@PYVERSSUFFIX@
+bin/trytond-worker @PREFIX@/bin/trytond-worker@PYVERSSUFFIX@

Index: pkgsrc/devel/py-trytond/Makefile
diff -u pkgsrc/devel/py-trytond/Makefile:1.23 pkgsrc/devel/py-trytond/Makefile:1.24
--- pkgsrc/devel/py-trytond/Makefile:1.23       Wed Dec 22 22:50:22 2021
+++ pkgsrc/devel/py-trytond/Makefile    Wed Dec 22 22:55:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2021/12/22 22:50:22 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2021/12/22 22:55:48 wiz Exp $
 TRYTON_MODULE_NAME=    trytond
 .include "../../devel/py-trytond/Makefile.common"
 CATEGORIES=     devel python
@@ -24,6 +24,12 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-Pillow-[0-
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         # none
 
+post-install:
+.for f in trytond trytond-admin trytond-console trytond-cron trytond-stat trytond-worker
+       ${MV} ${DESTDIR}${PREFIX}/bin/${f} \
+               ${DESTDIR}${PREFIX}/bin/${f}${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-trytond/PLIST
diff -u pkgsrc/devel/py-trytond/PLIST:1.8 pkgsrc/devel/py-trytond/PLIST:1.9
--- pkgsrc/devel/py-trytond/PLIST:1.8   Wed Dec 22 22:33:30 2021
+++ pkgsrc/devel/py-trytond/PLIST       Wed Dec 22 22:55:48 2021
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.8 2021/12/22 22:33:30 mef Exp $
-bin/trytond
-bin/trytond-admin
-bin/trytond-console
-bin/trytond-cron
-bin/trytond-stat
-bin/trytond-worker
+@comment $NetBSD: PLIST,v 1.9 2021/12/22 22:55:48 wiz Exp $
+bin/trytond${PYVERSSUFFIX}
+bin/trytond-admin${PYVERSSUFFIX}
+bin/trytond-console${PYVERSSUFFIX}
+bin/trytond-cron${PYVERSSUFFIX}
+bin/trytond-stat${PYVERSSUFFIX}
+bin/trytond-worker${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt



Home | Main Index | Thread Index | Old Index