Mon Jul 3 20:43:29 2023 UTC ()
py-trytond-stock-package-shipping-dpd: don't override PYTHON_VERSIONS_INCOMPATIBLE


(wiz)
diff -r1.5 -r1.6 pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile 2022/01/04 20:54:22 1.5
+++ pkgsrc/misc/py-trytond-stock-package-shipping-dpd/Makefile 2023/07/03 20:43:29 1.6
@@ -1,26 +1,24 @@ @@ -1,26 +1,24 @@
1# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2023/07/03 20:43:29 wiz Exp $
2TRYTON_MODULE_NAME= trytond_stock_package_shipping_dpd 2TRYTON_MODULE_NAME= trytond_stock_package_shipping_dpd
3PKGREVISION= 1 3PKGREVISION= 1
4.include "../../devel/py-trytond/Makefile.common" 4.include "../../devel/py-trytond/Makefile.common"
5CATEGORIES= misc python 5CATEGORIES= misc python
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://www.tryton.org/ 8HOMEPAGE= https://www.tryton.org/
9COMMENT= Tryton's stock package shipping DPD module 9COMMENT= Tryton's stock package shipping DPD module
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12DEPENDS+= ${PYPKGPREFIX}-zeep>=0.12:../../net/py-zeep 12DEPENDS+= ${PYPKGPREFIX}-zeep>=0.12:../../net/py-zeep
13DEPENDS+= ${PYPKGPREFIX}-PDF2-[0-9]*:../../print/py-PDF2 13DEPENDS+= ${PYPKGPREFIX}-PDF2-[0-9]*:../../print/py-PDF2
14DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party 14DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
15DEPENDS+= ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-trytond-product 15DEPENDS+= ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-trytond-product
16DEPENDS+= ${PYPKGPREFIX}-trytond-stock>=${TRYTON_BASEVER}:../../misc/py-trytond-stock 16DEPENDS+= ${PYPKGPREFIX}-trytond-stock>=${TRYTON_BASEVER}:../../misc/py-trytond-stock
17DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package 17DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package
18DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package-shipping>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping 18DEPENDS+= ${PYPKGPREFIX}-trytond-stock-package-shipping>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping
19DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond 19DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
20 20
21USE_LANGUAGES= # none 21USE_LANGUAGES= # none
22 22
23PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-zeep 
24 
25.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
26.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"