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 15:57:23 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-scheduling: DESCR Makefile PLIST
distinfo
Log Message:
py-trytond-calendar-scheduling: remove
This module does not exist for the latest trytond release.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-trytond/Makefile.common
cvs rdiff -u -r1.6379 -r1.6380 pkgsrc/doc/CHANGES-2021
cvs rdiff -u -r1.14 -r1.15 pkgsrc/meta-pkgs/py-tryton-platform/Makefile
cvs rdiff -u -r1.225 -r1.226 pkgsrc/time/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/time/py-trytond-calendar-scheduling/DESCR \
pkgsrc/time/py-trytond-calendar-scheduling/PLIST
cvs rdiff -u -r1.6 -r0 pkgsrc/time/py-trytond-calendar-scheduling/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/time/py-trytond-calendar-scheduling/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.22 pkgsrc/devel/py-trytond/Makefile.common:1.23
--- pkgsrc/devel/py-trytond/Makefile.common:1.22 Fri Dec 24 15:55:03 2021
+++ pkgsrc/devel/py-trytond/Makefile.common Fri Dec 24 15:57:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2021/12/24 15:55:03 wiz Exp $
+# $NetBSD: Makefile.common,v 1.23 2021/12/24 15:57:23 wiz Exp $
# used by databases/py-trytond-ldap-authentication
# used by devel/py-proteus/Makefile
@@ -102,7 +102,6 @@
# 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-scheduling/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
@@ -166,7 +165,6 @@ MODULE_REVISION.trytond_authentication_s
MODULE_REVISION.trytond_bank= 0
MODULE_REVISION.trytond_calendar= 1
MODULE_REVISION.trytond_calendar_classification= 0
-MODULE_REVISION.trytond_calendar_scheduling= 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.6379 pkgsrc/doc/CHANGES-2021:1.6380
--- pkgsrc/doc/CHANGES-2021:1.6379 Fri Dec 24 15:55:03 2021
+++ pkgsrc/doc/CHANGES-2021 Fri Dec 24 15:57:23 2021
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.6379 2021/12/24 15:55:03 wiz Exp $
+$NetBSD: CHANGES-2021,v 1.6380 2021/12/24 15:57:23 wiz Exp $
Changes to the packages collection and infrastructure in 2021:
@@ -9540,3 +9540,4 @@ Changes to the packages collection and i
Updated devel/gmp to 6.2.1nb2 [maya 2021-12-23]
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]
Index: pkgsrc/meta-pkgs/py-tryton-platform/Makefile
diff -u pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.14 pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.15
--- pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.14 Fri Dec 24 15:55:04 2021
+++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile Fri Dec 24 15:57:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/12/24 15:55:04 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2021/12/24 15:57:23 wiz Exp $
#
DISTNAME= # empty
PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -118,7 +118,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-stock-p
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-scheduling>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-scheduling
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.225 pkgsrc/time/Makefile:1.226
--- pkgsrc/time/Makefile:1.225 Fri Dec 24 15:55:04 2021
+++ pkgsrc/time/Makefile Fri Dec 24 15:57:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.225 2021/12/24 15:55:04 wiz Exp $
+# $NetBSD: Makefile,v 1.226 2021/12/24 15:57:23 wiz Exp $
#
COMMENT= Clocks, calendars, daily planners and other time related applications
@@ -169,7 +169,6 @@ SUBDIR+= py-tempora
SUBDIR+= py-trading-calendars
SUBDIR+= py-trytond-calendar
SUBDIR+= py-trytond-calendar-classification
-SUBDIR+= py-trytond-calendar-scheduling
SUBDIR+= py-trytond-company-work-time
SUBDIR+= py-trytond-timesheet
SUBDIR+= py-trytond-timesheet-cost
Home |
Main Index |
Thread Index |
Old Index