pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/py-trytond-stock-lot Import py27-trytond-stock-lo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45be731c24ad
branches:  trunk
changeset: 630006:45be731c24ad
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Feb 01 22:51:36 2014 +0000

description:
Import py27-trytond-stock-lot-3.0.0 as misc/py-trytond-stock-lot.

The stock_lot module of the Tryton application platform.

diffstat:

 misc/py-trytond-stock-lot/DESCR    |   1 +
 misc/py-trytond-stock-lot/Makefile |  24 +++++++++++++++++++
 misc/py-trytond-stock-lot/PLIST    |  47 ++++++++++++++++++++++++++++++++++++++
 misc/py-trytond-stock-lot/distinfo |   5 ++++
 4 files changed, 77 insertions(+), 0 deletions(-)

diffs (93 lines):

diff -r 1cd71ffa8844 -r 45be731c24ad misc/py-trytond-stock-lot/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-trytond-stock-lot/DESCR   Sat Feb 01 22:51:36 2014 +0000
@@ -0,0 +1,1 @@
+The stock_lot module of the Tryton application platform.
diff -r 1cd71ffa8844 -r 45be731c24ad misc/py-trytond-stock-lot/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-trytond-stock-lot/Makefile        Sat Feb 01 22:51:36 2014 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2014/02/01 22:51:36 rodent Exp $
+
+DISTNAME=      trytond_stock_lot-3.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES=    misc python
+MASTER_SITES=  http://downloads.tryton.org/3.0/
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      http://www.tryton.org/
+COMMENT=       Stock lot module of the Tryton application platform
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      ${PYPKGPREFIX}-trytond-stock-[0-9]*:../../misc/py-trytond-stock
+DEPENDS+=      ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product
+DEPENDS+=      ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON+=       tests/test_stock_lot.py
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # XXX according to setup.py (v3.0.0)
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1cd71ffa8844 -r 45be731c24ad misc/py-trytond-stock-lot/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-trytond-stock-lot/PLIST   Sat Feb 01 22:51:36 2014 +0000
@@ -0,0 +1,47 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/01 22:51:36 rodent Exp $
+${PYSITELIB}/trytond/modules/stock_lot/__init__.py
+${PYSITELIB}/trytond/modules/stock_lot/__init__.pyc
+${PYSITELIB}/trytond/modules/stock_lot/__init__.pyo
+${PYSITELIB}/trytond/modules/stock_lot/locale/bg_BG.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/ca_ES.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/cs_CZ.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/de_DE.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/es_AR.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/es_CO.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/es_ES.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/fr_FR.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/nl_NL.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/ru_RU.po
+${PYSITELIB}/trytond/modules/stock_lot/locale/sl_SI.po
+${PYSITELIB}/trytond/modules/stock_lot/product.py
+${PYSITELIB}/trytond/modules/stock_lot/product.pyc
+${PYSITELIB}/trytond/modules/stock_lot/product.pyo
+${PYSITELIB}/trytond/modules/stock_lot/product.xml
+${PYSITELIB}/trytond/modules/stock_lot/stock.py
+${PYSITELIB}/trytond/modules/stock_lot/stock.pyc
+${PYSITELIB}/trytond/modules/stock_lot/stock.pyo
+${PYSITELIB}/trytond/modules/stock_lot/stock.xml
+${PYSITELIB}/trytond/modules/stock_lot/tests/__init__.py
+${PYSITELIB}/trytond/modules/stock_lot/tests/__init__.pyc
+${PYSITELIB}/trytond/modules/stock_lot/tests/__init__.pyo
+${PYSITELIB}/trytond/modules/stock_lot/tests/scenario_stock_lot_shipment_out.rst
+${PYSITELIB}/trytond/modules/stock_lot/tests/test_stock_lot.py
+${PYSITELIB}/trytond/modules/stock_lot/tests/test_stock_lot.pyc
+${PYSITELIB}/trytond/modules/stock_lot/tests/test_stock_lot.pyo
+${PYSITELIB}/trytond/modules/stock_lot/tryton.cfg
+${PYSITELIB}/trytond/modules/stock_lot/view/inventory_line_form.xml
+${PYSITELIB}/trytond/modules/stock_lot/view/inventory_line_tree.xml
+${PYSITELIB}/trytond/modules/stock_lot/view/lot_form.xml
+${PYSITELIB}/trytond/modules/stock_lot/view/lot_tree.xml
+${PYSITELIB}/trytond/modules/stock_lot/view/move_form.xml
+${PYSITELIB}/trytond/modules/stock_lot/view/move_tree.xml
+${PYSITELIB}/trytond/modules/stock_lot/view/period_cache_lot_form.xml
+${PYSITELIB}/trytond/modules/stock_lot/view/period_cache_lot_list.xml
+${PYSITELIB}/trytond/modules/stock_lot/view/template_form.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 1cd71ffa8844 -r 45be731c24ad misc/py-trytond-stock-lot/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-trytond-stock-lot/distinfo        Sat Feb 01 22:51:36 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/01 22:51:36 rodent Exp $
+
+SHA1 (trytond_stock_lot-3.0.0.tar.gz) = b8d69d80c60e75e8c696a2e6f81ea688e6a41d9f
+RMD160 (trytond_stock_lot-3.0.0.tar.gz) = 3f2595a1a90633f2ab9367ceb40ad9cf3c986004
+Size (trytond_stock_lot-3.0.0.tar.gz) = 29580 bytes



Home | Main Index | Thread Index | Old Index