pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-trytond-stock-package-shipping-dpd
Module Name: pkgsrc
Committed By: adam
Date: Mon Dec 7 15:41:08 UTC 2020
Modified Files:
pkgsrc/misc/py-trytond-stock-package-shipping-dpd: Makefile
Log Message:
py-trytond-stock-package-shipping-dpd: not compatible with Python 2.7 any more
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile
diff -u pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile:1.3 pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile:1.4
--- pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile:1.3 Sat Jan 18 23:33:08 2020
+++ pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile Mon Dec 7 15:41:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:08 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/07 15:41:07 adam Exp $
TRYTON_MODULE_NAME= trytond_stock_package_shipping_dpd
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= misc python
@@ -19,6 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYT
USE_LANGUAGES= # none
-.include "../../lang/python/application.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-zeep
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index