pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-trytond-calendar Import py27-trytond-calendar-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/823ecacb3256
branches:  trunk
changeset: 630000:823ecacb3256
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Feb 01 20:12:32 2014 +0000

description:
Import py27-trytond-calendar-3.0.2 as time/py-trytond-calendar.

The calendar module of the Tryton application platform.

diffstat:

 time/py-trytond-calendar/DESCR    |   1 +
 time/py-trytond-calendar/Makefile |  29 +++++++++++++++++
 time/py-trytond-calendar/PLIST    |  64 +++++++++++++++++++++++++++++++++++++++
 time/py-trytond-calendar/distinfo |   5 +++
 4 files changed, 99 insertions(+), 0 deletions(-)

diffs (115 lines):

diff -r 7765e48f9916 -r 823ecacb3256 time/py-trytond-calendar/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-trytond-calendar/DESCR    Sat Feb 01 20:12:32 2014 +0000
@@ -0,0 +1,1 @@
+The calendar module of the Tryton application platform.
diff -r 7765e48f9916 -r 823ecacb3256 time/py-trytond-calendar/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-trytond-calendar/Makefile Sat Feb 01 20:12:32 2014 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2014/02/01 20:12:32 rodent Exp $
+
+DISTNAME=      trytond_calendar-3.0.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
+CATEGORIES=    python time
+MASTER_SITES=  http://downloads.tryton.org/3.0/
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      http://www.tryton.org/
+COMMENT=       Calendar module of the Tryton application platform
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql
+DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-pywebdav-[0-9]*:../../www/py-pywebdav
+DEPENDS+=      ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
+DEPENDS+=      ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # XXX according to setup.py (v3.0.2)
+PYTHON_VERSIONED_DEPENDENCIES= dateutil
+
+REPLACE_PYTHON+=       tests/scenario_calendar.py tests/test_calendar.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7765e48f9916 -r 823ecacb3256 time/py-trytond-calendar/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-trytond-calendar/PLIST    Sat Feb 01 20:12:32 2014 +0000
@@ -0,0 +1,64 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/01 20:12:32 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_BG.po
+${PYSITELIB}/trytond/modules/calendar/locale/ca_ES.po
+${PYSITELIB}/trytond/modules/calendar/locale/cs_CZ.po
+${PYSITELIB}/trytond/modules/calendar/locale/de_DE.po
+${PYSITELIB}/trytond/modules/calendar/locale/es_AR.po
+${PYSITELIB}/trytond/modules/calendar/locale/es_CO.po
+${PYSITELIB}/trytond/modules/calendar/locale/es_ES.po
+${PYSITELIB}/trytond/modules/calendar/locale/fr_FR.po
+${PYSITELIB}/trytond/modules/calendar/locale/nl_NL.po
+${PYSITELIB}/trytond/modules/calendar/locale/ru_RU.po
+${PYSITELIB}/trytond/modules/calendar/locale/sl_SI.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 7765e48f9916 -r 823ecacb3256 time/py-trytond-calendar/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-trytond-calendar/distinfo Sat Feb 01 20:12:32 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/01 20:12:32 rodent Exp $
+
+SHA1 (trytond_calendar-3.0.2.tar.gz) = f902df42b96e5e2a9f72070efb252f13bffa6f82
+RMD160 (trytond_calendar-3.0.2.tar.gz) = 30006fcbcb355afc975474a72f3b25c0df489b6f
+Size (trytond_calendar-3.0.2.tar.gz) = 59105 bytes



Home | Main Index | Thread Index | Old Index