pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/py-tryton-platform



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  8 10:56:13 UTC 2020

Modified Files:
        pkgsrc/meta-pkgs/py-tryton-platform: Makefile

Log Message:
py-tryton-platform: Remove *-shipping-dpd depend.

That package is marked PYTHON_VERSIONS_INCOMPATIBLE=27, whereas this package is
specifically only for PYTHON_VERSIONS_ACCEPTED=27.

I don't understand how that is supposed to work, but this at least stops bulk
builds from being broken.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/meta-pkgs/py-tryton-platform/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/py-tryton-platform/Makefile
diff -u pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.10 pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.11
--- pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.10   Fri Mar 13 20:20:49 2020
+++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile        Tue Dec  8 10:56:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/03/13 20:20:49 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/08 10:56:13 jperkin Exp $
 #
 DISTNAME=      # empty
 PKGNAME=       ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -113,7 +113,7 @@ DEPENDS+=   ${PYPKGPREFIX}-trytond-stock-l
 DEPENDS+=      ${PYPKGPREFIX}-trytond-stock-lot-sled>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-lot-sled
 DEPENDS+=      ${PYPKGPREFIX}-trytond-stock-package>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package
 DEPENDS+=      ${PYPKGPREFIX}-trytond-stock-package-shipping>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping
-DEPENDS+=      ${PYPKGPREFIX}-trytond-stock-package-shipping-dpd>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping-dpd
+#DEPENDS+=     ${PYPKGPREFIX}-trytond-stock-package-shipping-dpd>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping-dpd
 DEPENDS+=      ${PYPKGPREFIX}-trytond-stock-package-shipping-ups>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-package-shipping-ups
 DEPENDS+=      ${PYPKGPREFIX}-trytond-stock-product-location>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-product-location
 DEPENDS+=      ${PYPKGPREFIX}-trytond-stock-split>=${TRYTON_BASEVER}:../../misc/py-trytond-stock-split



Home | Main Index | Thread Index | Old Index