pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Fri Dec 24 16:07:13 UTC 2021
Modified Files:
pkgsrc/devel/py-trytond: Makefile.common
pkgsrc/doc: CHANGES-2021
pkgsrc/meta-pkgs/py-tryton-platform: Makefile
pkgsrc/time: Makefile
Removed Files:
pkgsrc/time/py-trytond-calendar-classification: DESCR Makefile PLIST
distinfo
Log Message:
py-trytond-calendar-classification: remove
This module does not exist for the latest trytond release.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-trytond/Makefile.common
cvs rdiff -u -r1.6380 -r1.6381 pkgsrc/doc/CHANGES-2021
cvs rdiff -u -r1.15 -r1.16 pkgsrc/meta-pkgs/py-tryton-platform/Makefile
cvs rdiff -u -r1.226 -r1.227 pkgsrc/time/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/time/py-trytond-calendar-classification/DESCR \
pkgsrc/time/py-trytond-calendar-classification/PLIST
cvs rdiff -u -r1.5 -r0 \
pkgsrc/time/py-trytond-calendar-classification/Makefile
cvs rdiff -u -r1.3 -r0 \
pkgsrc/time/py-trytond-calendar-classification/distinfo
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/Makefile.common
diff -u pkgsrc/devel/py-trytond/Makefile.common:1.23 pkgsrc/devel/py-trytond/Makefile.common:1.24
--- pkgsrc/devel/py-trytond/Makefile.common:1.23 Fri Dec 24 15:57:23 2021
+++ pkgsrc/devel/py-trytond/Makefile.common Fri Dec 24 16:07:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2021/12/24 15:57:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.24 2021/12/24 16:07:12 wiz Exp $
# used by databases/py-trytond-ldap-authentication
# used by devel/py-proteus/Makefile
@@ -101,7 +101,6 @@
# used by misc/py-trytond-stock-split/Makefile
# used by misc/py-trytond-stock/Makefile
# used by security/py-trytond-authentication-sms/Makefile
-# used by time/py-trytond-calendar-classification/Makefile
# used by time/py-trytond-calendar/Makefile
# used by time/py-trytond-company-work-time/Makefile
# used by time/py-trytond-timesheet-cost/Makefile
@@ -164,7 +163,6 @@ MODULE_REVISION.trytond_analytic_sale=
MODULE_REVISION.trytond_authentication_sms= 0
MODULE_REVISION.trytond_bank= 0
MODULE_REVISION.trytond_calendar= 1
-MODULE_REVISION.trytond_calendar_classification= 0
MODULE_REVISION.trytond_carrier= 0
MODULE_REVISION.trytond_carrier_percentage= 0
MODULE_REVISION.trytond_carrier_weight= 0
Index: pkgsrc/doc/CHANGES-2021
diff -u pkgsrc/doc/CHANGES-2021:1.6380 pkgsrc/doc/CHANGES-2021:1.6381
--- pkgsrc/doc/CHANGES-2021:1.6380 Fri Dec 24 15:57:23 2021
+++ pkgsrc/doc/CHANGES-2021 Fri Dec 24 16:07:12 2021
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.6380 2021/12/24 15:57:23 wiz Exp $
+$NetBSD: CHANGES-2021,v 1.6381 2021/12/24 16:07:12 wiz Exp $
Changes to the packages collection and infrastructure in 2021:
@@ -9541,3 +9541,4 @@ Changes to the packages collection and i
Removed misc/py-trytond-party-vcarddav [wiz 2021-12-24]
Removed time/py-trytond-calendar-todo [wiz 2021-12-24]
Removed time/py-trytond-calendar-scheduling [wiz 2021-12-24]
+ Removed time/py-trytond-calendar-classification [wiz 2021-12-24]
Index: pkgsrc/meta-pkgs/py-tryton-platform/Makefile
diff -u pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.15 pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.16
--- pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.15 Fri Dec 24 15:57:23 2021
+++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile Fri Dec 24 16:07:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/12/24 15:57:23 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/12/24 16:07:12 wiz Exp $
#
DISTNAME= # empty
PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -117,7 +117,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-stock-p
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
DEPENDS+= ${PYPKGPREFIX}-trytond-authentication-sms>=${TRYTON_BASEVER}:../../security/py-trytond-authentication-sms
-DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-classification>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-classification
DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar
DEPENDS+= ${PYPKGPREFIX}-trytond-company-work-time>=${TRYTON_BASEVER}:../../time/py-trytond-company-work-time
DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet-cost>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet-cost
Index: pkgsrc/time/Makefile
diff -u pkgsrc/time/Makefile:1.226 pkgsrc/time/Makefile:1.227
--- pkgsrc/time/Makefile:1.226 Fri Dec 24 15:57:23 2021
+++ pkgsrc/time/Makefile Fri Dec 24 16:07:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.226 2021/12/24 15:57:23 wiz Exp $
+# $NetBSD: Makefile,v 1.227 2021/12/24 16:07:12 wiz Exp $
#
COMMENT= Clocks, calendars, daily planners and other time related applications
@@ -168,7 +168,6 @@ SUBDIR+= py-snaptime
SUBDIR+= py-tempora
SUBDIR+= py-trading-calendars
SUBDIR+= py-trytond-calendar
-SUBDIR+= py-trytond-calendar-classification
SUBDIR+= py-trytond-company-work-time
SUBDIR+= py-trytond-timesheet
SUBDIR+= py-trytond-timesheet-cost
Home |
Main Index |
Thread Index |
Old Index