py-trytond-calendar-classification: remove
This module does not exist for the latest trytond release.
This commit is contained in:
parent
3364306bcc
commit
f52afb07bc
8 changed files with 5 additions and 68 deletions
|
@ -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= 0
|
|||
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
|
||||
|
|
|
@ -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 infrastructure in 2021:
|
|||
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]
|
||||
|
|
|
@ -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-package-shipping-ups>=${TRYTON_BASEVER}:.
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
The calendar_classification module of the Tryton application platform.
|
|
@ -1,21 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2021/12/22 22:54:55 mef Exp $
|
||||
TRYTON_MODULE_NAME= trytond_calendar_classification
|
||||
.include "../../devel/py-trytond/Makefile.common"
|
||||
CATEGORIES= python time
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://www.tryton.org/
|
||||
COMMENT= Calendar classification module of Tryton's application platform
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.0:../../textproc/py-vobject
|
||||
DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar
|
||||
DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
#YTHON_VERSIONS_ACCEPTED= 27 # py-pywebdav via py-trytond-calendar
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,33 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/__init__.py
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/__init__.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/__init__.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/calendar_.py
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/calendar_.pyc
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/calendar_.pyo
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/bg.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/ca.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/cs.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/de.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/es.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/es_419.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/fr.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/hu_HU.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/it_IT.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/ja_JP.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/lo.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/lt.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/nl.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/pl.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/pt_BR.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/ru.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/sl.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/locale/zh_CN.po
|
||||
${PYSITELIB}/trytond/modules/calendar_classification/tryton.cfg
|
||||
${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_classification-4.2.0.tar.gz) = 1ec6b041a1030668e85b65aced9cd571515fafeeef6221b387359ce71e67bf56
|
||||
SHA512 (tryton-4.2/trytond_calendar_classification-4.2.0.tar.gz) = bf5bfd7f0ee0376238a85ba9245cbf90568469cd1a4c940956ea1f01718b358b4df44ed5a7023f6bb9c60e0e8aaf1d8fb40ff4d6347314fe4044a80c8eb4287a
|
||||
Size (tryton-4.2/trytond_calendar_classification-4.2.0.tar.gz) = 19109 bytes
|
Loading…
Reference in a new issue