py-trytond-calendar-scheduling: remove
This module does not exist for the latest trytond release.
This commit is contained in:
parent
001a828c0f
commit
3364306bcc
8 changed files with 5 additions and 88 deletions
|
@ -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_sms= 0
|
|||
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
|
||||
|
|
|
@ -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 infrastructure in 2021:
|
|||
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]
|
||||
|
|
|
@ -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-product-location>=${TRYTON_BASEVER}:../..
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
The calendar_scheduling module of the Tryton application platform.
|
|
@ -1,23 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.6 2021/12/22 22:54:56 mef Exp $
|
||||
TRYTON_MODULE_NAME= trytond_calendar_scheduling
|
||||
.include "../../devel/py-trytond/Makefile.common"
|
||||
CATEGORIES= python time
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://www.tryton.org/
|
||||
COMMENT= Calendar scheduling module of Tryton's application platform
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
|
||||
#EPENDS+= ${PYPKGPREFIX}-pywebdav>=0.9.8:../../www/py-pywebdav
|
||||
DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar
|
||||
#EPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav
|
||||
DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
#YTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,51 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/__init__.py
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/__init__.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/__init__.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/caldav.py
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/caldav.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/caldav.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/calendar_.py
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/calendar_.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/calendar_.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/bg.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/ca.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/cs.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/de.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/es.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/es_419.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/fr.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/hu_HU.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/it_IT.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/ja_JP.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/lo.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/lt.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/nl.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/pl.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/pt_BR.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/ru.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/sl.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/locale/zh_CN.po
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/res.py
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/res.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/res.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/res.xml
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/__init__.py
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/__init__.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/__init__.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/scenario_calendar_scheduling.py
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/scenario_calendar_scheduling.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/scenario_calendar_scheduling.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/test_calendar_scheduling.py
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/test_calendar_scheduling.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tests/test_calendar_scheduling.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/tryton.cfg
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/view/user_form.xml
|
||||
${PYSITELIB}/trytond/modules/calendar_scheduling/view/user_form_preferences.xml
|
||||
${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
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.3 2021/10/26 11:24:35 nia Exp $
|
||||
|
||||
BLAKE2s (tryton-4.2/trytond_calendar_scheduling-4.2.0.tar.gz) = ca42dff0005f8d67a990c4e95bedb8a6008ea55252d6794f7dd9dfb19fbb30b1
|
||||
SHA512 (tryton-4.2/trytond_calendar_scheduling-4.2.0.tar.gz) = 87ee74dc21ceff1c24078d39e533e773a4d8671f81cb18122e9b8c7e52b7c52420ce42d0452b65464c5220275705087b40115d61ac3f19cb0008e8a034893f9a
|
||||
Size (tryton-4.2/trytond_calendar_scheduling-4.2.0.tar.gz) = 29743 bytes
|
Loading…
Reference in a new issue