pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc py-trytond-calendar: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/a47c7192dd62
branches: trunk
changeset: 771734:a47c7192dd62
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 24 16:08:52 2021 +0000
description:
py-trytond-calendar: remove
This module does not exist for the latest trytond release.
diffstat:
devel/py-trytond/Makefile.common | 4 +-
doc/CHANGES-2021 | 3 +-
meta-pkgs/py-tryton-platform/Makefile | 3 +-
time/Makefile | 3 +-
time/py-trytond-calendar/DESCR | 1 -
time/py-trytond-calendar/Makefile | 26 ------------
time/py-trytond-calendar/PLIST | 71 -----------------------------------
time/py-trytond-calendar/distinfo | 5 --
8 files changed, 5 insertions(+), 111 deletions(-)
diffs (192 lines):
diff -r 11f38cda3ae1 -r a47c7192dd62 devel/py-trytond/Makefile.common
--- a/devel/py-trytond/Makefile.common Fri Dec 24 16:07:12 2021 +0000
+++ b/devel/py-trytond/Makefile.common Fri Dec 24 16:08:52 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2021/12/24 16:07:12 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2021/12/24 16:08:52 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/Makefile
# used by time/py-trytond-company-work-time/Makefile
# used by time/py-trytond-timesheet-cost/Makefile
# used by time/py-trytond-timesheet/Makefile
@@ -162,7 +161,6 @@
MODULE_REVISION.trytond_analytic_sale= 0
MODULE_REVISION.trytond_authentication_sms= 0
MODULE_REVISION.trytond_bank= 0
-MODULE_REVISION.trytond_calendar= 1
MODULE_REVISION.trytond_carrier= 0
MODULE_REVISION.trytond_carrier_percentage= 0
MODULE_REVISION.trytond_carrier_weight= 0
diff -r 11f38cda3ae1 -r a47c7192dd62 doc/CHANGES-2021
--- a/doc/CHANGES-2021 Fri Dec 24 16:07:12 2021 +0000
+++ b/doc/CHANGES-2021 Fri Dec 24 16:08:52 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.6381 2021/12/24 16:07:12 wiz Exp $
+$NetBSD: CHANGES-2021,v 1.6382 2021/12/24 16:08:52 wiz Exp $
Changes to the packages collection and infrastructure in 2021:
@@ -9542,3 +9542,4 @@
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]
+ Removed time/py-trytond-calendar [wiz 2021-12-24]
diff -r 11f38cda3ae1 -r a47c7192dd62 meta-pkgs/py-tryton-platform/Makefile
--- a/meta-pkgs/py-tryton-platform/Makefile Fri Dec 24 16:07:12 2021 +0000
+++ b/meta-pkgs/py-tryton-platform/Makefile Fri Dec 24 16:08:52 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/12/24 16:07:12 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2021/12/24 16:08:52 wiz Exp $
#
DISTNAME= # empty
PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -117,7 +117,6 @@
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>=${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
DEPENDS+= ${PYPKGPREFIX}-trytond-timesheet>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet
diff -r 11f38cda3ae1 -r a47c7192dd62 time/Makefile
--- a/time/Makefile Fri Dec 24 16:07:12 2021 +0000
+++ b/time/Makefile Fri Dec 24 16:08:52 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.227 2021/12/24 16:07:12 wiz Exp $
+# $NetBSD: Makefile,v 1.228 2021/12/24 16:08:52 wiz Exp $
#
COMMENT= Clocks, calendars, daily planners and other time related applications
@@ -167,7 +167,6 @@
SUBDIR+= py-snaptime
SUBDIR+= py-tempora
SUBDIR+= py-trading-calendars
-SUBDIR+= py-trytond-calendar
SUBDIR+= py-trytond-company-work-time
SUBDIR+= py-trytond-timesheet
SUBDIR+= py-trytond-timesheet-cost
diff -r 11f38cda3ae1 -r a47c7192dd62 time/py-trytond-calendar/DESCR
--- a/time/py-trytond-calendar/DESCR Fri Dec 24 16:07:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-The calendar module of the Tryton application platform.
diff -r 11f38cda3ae1 -r a47c7192dd62 time/py-trytond-calendar/Makefile
--- a/time/py-trytond-calendar/Makefile Fri Dec 24 16:07:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2021/12/22 22:54:55 mef Exp $
-TRYTON_MODULE_NAME= trytond_calendar
-.include "../../devel/py-trytond/Makefile.common"
-CATEGORIES= python time
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.tryton.org/
-COMMENT= Calendar module of the Tryton application platform
-LICENSE= gnu-gpl-v3
-
-DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql
-DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-#EPENDS+= ${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav
-DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
-DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
-
-USE_LANGUAGES= # none
-
-REPLACE_PYTHON+= tests/scenario_calendar.py tests/test_calendar.py
-
-#YTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 11f38cda3ae1 -r a47c7192dd62 time/py-trytond-calendar/PLIST
--- a/time/py-trytond-calendar/PLIST Fri Dec 24 16:07:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,71 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2016/12/04 21:13:08 rodent Exp $
-${PYSITELIB}/trytond/modules/calendar/__init__.py
-${PYSITELIB}/trytond/modules/calendar/__init__.pyc
-${PYSITELIB}/trytond/modules/calendar/__init__.pyo
-${PYSITELIB}/trytond/modules/calendar/caldav.py
-${PYSITELIB}/trytond/modules/calendar/caldav.pyc
-${PYSITELIB}/trytond/modules/calendar/caldav.pyo
-${PYSITELIB}/trytond/modules/calendar/calendar.xml
-${PYSITELIB}/trytond/modules/calendar/calendar_.py
-${PYSITELIB}/trytond/modules/calendar/calendar_.pyc
-${PYSITELIB}/trytond/modules/calendar/calendar_.pyo
-${PYSITELIB}/trytond/modules/calendar/locale/bg.po
-${PYSITELIB}/trytond/modules/calendar/locale/ca.po
-${PYSITELIB}/trytond/modules/calendar/locale/cs.po
-${PYSITELIB}/trytond/modules/calendar/locale/de.po
-${PYSITELIB}/trytond/modules/calendar/locale/es.po
-${PYSITELIB}/trytond/modules/calendar/locale/es_419.po
-${PYSITELIB}/trytond/modules/calendar/locale/fr.po
-${PYSITELIB}/trytond/modules/calendar/locale/hu_HU.po
-${PYSITELIB}/trytond/modules/calendar/locale/it_IT.po
-${PYSITELIB}/trytond/modules/calendar/locale/ja_JP.po
-${PYSITELIB}/trytond/modules/calendar/locale/lo.po
-${PYSITELIB}/trytond/modules/calendar/locale/lt.po
-${PYSITELIB}/trytond/modules/calendar/locale/nl.po
-${PYSITELIB}/trytond/modules/calendar/locale/pl.po
-${PYSITELIB}/trytond/modules/calendar/locale/pt_BR.po
-${PYSITELIB}/trytond/modules/calendar/locale/ru.po
-${PYSITELIB}/trytond/modules/calendar/locale/sl.po
-${PYSITELIB}/trytond/modules/calendar/locale/zh_CN.po
-${PYSITELIB}/trytond/modules/calendar/res.py
-${PYSITELIB}/trytond/modules/calendar/res.pyc
-${PYSITELIB}/trytond/modules/calendar/res.pyo
-${PYSITELIB}/trytond/modules/calendar/tests/__init__.py
-${PYSITELIB}/trytond/modules/calendar/tests/__init__.pyc
-${PYSITELIB}/trytond/modules/calendar/tests/__init__.pyo
-${PYSITELIB}/trytond/modules/calendar/tests/scenario_calendar.py
-${PYSITELIB}/trytond/modules/calendar/tests/scenario_calendar.pyc
-${PYSITELIB}/trytond/modules/calendar/tests/scenario_calendar.pyo
-${PYSITELIB}/trytond/modules/calendar/tests/test_calendar.py
-${PYSITELIB}/trytond/modules/calendar/tests/test_calendar.pyc
-${PYSITELIB}/trytond/modules/calendar/tests/test_calendar.pyo
-${PYSITELIB}/trytond/modules/calendar/tryton.cfg
-${PYSITELIB}/trytond/modules/calendar/view/attendee_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/attendee_tree.xml
-${PYSITELIB}/trytond/modules/calendar/view/calendar_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/calendar_tree.xml
-${PYSITELIB}/trytond/modules/calendar/view/category_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/category_tree.xml
-${PYSITELIB}/trytond/modules/calendar/view/event_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/event_tree.xml
-${PYSITELIB}/trytond/modules/calendar/view/event_tree_occurence.xml
-${PYSITELIB}/trytond/modules/calendar/view/exdate_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/exdate_tree.xml
-${PYSITELIB}/trytond/modules/calendar/view/exrule_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/exrule_tree.xml
-${PYSITELIB}/trytond/modules/calendar/view/location_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/location_tree.xml
-${PYSITELIB}/trytond/modules/calendar/view/rdate_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/rdate_tree.xml
-${PYSITELIB}/trytond/modules/calendar/view/rrule_form.xml
-${PYSITELIB}/trytond/modules/calendar/view/rrule_tree.xml
-${PYSITELIB}/trytond/modules/calendar/webdav.py
-${PYSITELIB}/trytond/modules/calendar/webdav.pyc
-${PYSITELIB}/trytond/modules/calendar/webdav.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r 11f38cda3ae1 -r a47c7192dd62 time/py-trytond-calendar/distinfo
--- a/time/py-trytond-calendar/distinfo Fri Dec 24 16:07:12 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:24:35 nia Exp $
-
-BLAKE2s (tryton-4.2/trytond_calendar-4.2.0.tar.gz) = 7fd20b6c5a3390ba104f590e30de48cd7c8c1f9b8c5bafe59e2fc5a6b70e8fcf
-SHA512 (tryton-4.2/trytond_calendar-4.2.0.tar.gz) = e6e1de51c206d4dffac684f7c3279623d407b331bc101398d92c33616a105d4f0672072711eff546bc5d33bd88b5f07c30514b1f12e12084b27e64c34e77ba84
-Size (tryton-4.2/trytond_calendar-4.2.0.tar.gz) = 66409 bytes
Home |
Main Index |
Thread Index |
Old Index