pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/py-trytond-currency Import py27-trytond-curren...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61405918a2af
branches:  trunk
changeset: 629978:61405918a2af
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Feb 01 18:55:15 2014 +0000

description:
Import py27-trytond-currency-3.0.0 as finance/py-trytond-currency.

The currency module of the Tryton application platform.

diffstat:

 finance/py-trytond-currency/DESCR    |   1 +
 finance/py-trytond-currency/Makefile |  22 ++++++++++++++++++++
 finance/py-trytond-currency/PLIST    |  39 ++++++++++++++++++++++++++++++++++++
 finance/py-trytond-currency/distinfo |   5 ++++
 4 files changed, 67 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r b7528367f91d -r 61405918a2af finance/py-trytond-currency/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-trytond-currency/DESCR Sat Feb 01 18:55:15 2014 +0000
@@ -0,0 +1,1 @@
+The currency module of the Tryton application platform.
diff -r b7528367f91d -r 61405918a2af finance/py-trytond-currency/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-trytond-currency/Makefile      Sat Feb 01 18:55:15 2014 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2014/02/01 18:55:15 rodent Exp $
+
+DISTNAME=      trytond_currency-3.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
+CATEGORIES=    finance python
+MASTER_SITES=  http://downloads.tryton.org/3.0/
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      http://www.tryton.org/
+COMMENT=       Currency module of the Tryton application platform
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON+=       tests/test_currency.py
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # XXX according to setup.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b7528367f91d -r 61405918a2af finance/py-trytond-currency/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-trytond-currency/PLIST Sat Feb 01 18:55:15 2014 +0000
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/01 18:55:15 rodent Exp $
+${PYSITELIB}/trytond/modules/currency/__init__.py
+${PYSITELIB}/trytond/modules/currency/__init__.pyc
+${PYSITELIB}/trytond/modules/currency/__init__.pyo
+${PYSITELIB}/trytond/modules/currency/currency.py
+${PYSITELIB}/trytond/modules/currency/currency.pyc
+${PYSITELIB}/trytond/modules/currency/currency.pyo
+${PYSITELIB}/trytond/modules/currency/currency.xml
+${PYSITELIB}/trytond/modules/currency/icons/tryton-currency.svg
+${PYSITELIB}/trytond/modules/currency/locale/bg_BG.po
+${PYSITELIB}/trytond/modules/currency/locale/ca_ES.po
+${PYSITELIB}/trytond/modules/currency/locale/cs_CZ.po
+${PYSITELIB}/trytond/modules/currency/locale/de_DE.po
+${PYSITELIB}/trytond/modules/currency/locale/es_AR.po
+${PYSITELIB}/trytond/modules/currency/locale/es_CO.po
+${PYSITELIB}/trytond/modules/currency/locale/es_ES.po
+${PYSITELIB}/trytond/modules/currency/locale/fr_FR.po
+${PYSITELIB}/trytond/modules/currency/locale/nl_NL.po
+${PYSITELIB}/trytond/modules/currency/locale/ru_RU.po
+${PYSITELIB}/trytond/modules/currency/locale/sl_SI.po
+${PYSITELIB}/trytond/modules/currency/tests/__init__.py
+${PYSITELIB}/trytond/modules/currency/tests/__init__.pyc
+${PYSITELIB}/trytond/modules/currency/tests/__init__.pyo
+${PYSITELIB}/trytond/modules/currency/tests/test_currency.py
+${PYSITELIB}/trytond/modules/currency/tests/test_currency.pyc
+${PYSITELIB}/trytond/modules/currency/tests/test_currency.pyo
+${PYSITELIB}/trytond/modules/currency/tryton.cfg
+${PYSITELIB}/trytond/modules/currency/view/currency_form.xml
+${PYSITELIB}/trytond/modules/currency/view/currency_rate_form.xml
+${PYSITELIB}/trytond/modules/currency/view/currency_rate_graph.xml
+${PYSITELIB}/trytond/modules/currency/view/currency_rate_list.xml
+${PYSITELIB}/trytond/modules/currency/view/currency_tree.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
diff -r b7528367f91d -r 61405918a2af finance/py-trytond-currency/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/py-trytond-currency/distinfo      Sat Feb 01 18:55:15 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/01 18:55:15 rodent Exp $
+
+SHA1 (trytond_currency-3.0.0.tar.gz) = 4007f17dc1844c92eaf68c644decc9b097aa91e7
+RMD160 (trytond_currency-3.0.0.tar.gz) = 9eb766496c2b9550f59561794cefa89b41f3fb89
+Size (trytond_currency-3.0.0.tar.gz) = 56758 bytes



Home | Main Index | Thread Index | Old Index