pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc (misc/py-trytond-*) more regen for PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed741c7bf975
branches:  trunk
changeset: 771723:ed741c7bf975
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Dec 24 04:33:18 2021 +0000

description:
(misc/py-trytond-*) more regen for PLIST

diffstat:

 misc/py-trytond-project-invoice/PLIST            |  28 ++++++++++++++++-------
 misc/py-trytond-stock-package-shipping-dpd/PLIST |  20 ++++++++++++----
 misc/py-trytond-stock-package-shipping-ups/PLIST |  19 ++++++++++++----
 3 files changed, 48 insertions(+), 19 deletions(-)

diffs (167 lines):

diff -r 42fe17576f15 -r ed741c7bf975 misc/py-trytond-project-invoice/PLIST
--- a/misc/py-trytond-project-invoice/PLIST     Thu Dec 23 23:26:31 2021 +0000
+++ b/misc/py-trytond-project-invoice/PLIST     Fri Dec 24 04:33:18 2021 +0000
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:07 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/24 04:33:18 mef Exp $
 ${PYSITELIB}/trytond/modules/project_invoice/__init__.py
 ${PYSITELIB}/trytond/modules/project_invoice/__init__.pyc
 ${PYSITELIB}/trytond/modules/project_invoice/__init__.pyo
+${PYSITELIB}/trytond/modules/project_invoice/exceptions.py
+${PYSITELIB}/trytond/modules/project_invoice/exceptions.pyc
+${PYSITELIB}/trytond/modules/project_invoice/exceptions.pyo
 ${PYSITELIB}/trytond/modules/project_invoice/invoice.py
 ${PYSITELIB}/trytond/modules/project_invoice/invoice.pyc
 ${PYSITELIB}/trytond/modules/project_invoice/invoice.pyo
@@ -11,23 +14,33 @@
 ${PYSITELIB}/trytond/modules/project_invoice/locale/de.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/es.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/es_419.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/et.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/fa.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/fi.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/fr.po
-${PYSITELIB}/trytond/modules/project_invoice/locale/hu_HU.po
-${PYSITELIB}/trytond/modules/project_invoice/locale/it_IT.po
-${PYSITELIB}/trytond/modules/project_invoice/locale/ja_JP.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/hu.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/id.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/it.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/lo.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/lt.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/nl.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/pl.po
-${PYSITELIB}/trytond/modules/project_invoice/locale/pt_BR.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/pt.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/ro.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/ru.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/sl.po
+${PYSITELIB}/trytond/modules/project_invoice/locale/tr.po
 ${PYSITELIB}/trytond/modules/project_invoice/locale/zh_CN.po
+${PYSITELIB}/trytond/modules/project_invoice/message.xml
+${PYSITELIB}/trytond/modules/project_invoice/project.py
+${PYSITELIB}/trytond/modules/project_invoice/project.pyc
+${PYSITELIB}/trytond/modules/project_invoice/project.pyo
 ${PYSITELIB}/trytond/modules/project_invoice/project.xml
 ${PYSITELIB}/trytond/modules/project_invoice/tests/__init__.py
 ${PYSITELIB}/trytond/modules/project_invoice/tests/__init__.pyc
 ${PYSITELIB}/trytond/modules/project_invoice/tests/__init__.pyo
 ${PYSITELIB}/trytond/modules/project_invoice/tests/scenario_project_invoice_effort.rst
+${PYSITELIB}/trytond/modules/project_invoice/tests/scenario_project_invoice_multiple_party.rst
 ${PYSITELIB}/trytond/modules/project_invoice/tests/scenario_project_invoice_progress.rst
 ${PYSITELIB}/trytond/modules/project_invoice/tests/scenario_project_invoice_timesheet.rst
 ${PYSITELIB}/trytond/modules/project_invoice/tests/test_project_invoice.py
@@ -41,10 +54,7 @@
 ${PYSITELIB}/trytond/modules/project_invoice/view/work_form.xml
 ${PYSITELIB}/trytond/modules/project_invoice/view/work_invoiced_progress_form.xml
 ${PYSITELIB}/trytond/modules/project_invoice/view/work_invoiced_progress_list.xml
-${PYSITELIB}/trytond/modules/project_invoice/work.py
-${PYSITELIB}/trytond/modules/project_invoice/work.pyc
-${PYSITELIB}/trytond/modules/project_invoice/work.pyo
-${PYSITELIB}/trytond/modules/project_invoice/work.xml
+${PYSITELIB}/trytond/modules/project_invoice/view/work_list.xml
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff -r 42fe17576f15 -r ed741c7bf975 misc/py-trytond-stock-package-shipping-dpd/PLIST
--- a/misc/py-trytond-stock-package-shipping-dpd/PLIST  Thu Dec 23 23:26:31 2021 +0000
+++ b/misc/py-trytond-stock-package-shipping-dpd/PLIST  Fri Dec 24 04:33:18 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/24 04:33:18 mef Exp $
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/__init__.py
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/__init__.pyc
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/__init__.pyo
@@ -9,24 +9,33 @@
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/configuration.py
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/configuration.pyc
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/configuration.pyo
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/exceptions.py
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/exceptions.pyc
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/exceptions.pyo
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/bg.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/ca.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/cs.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/de.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/es.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/es_419.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/et.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/fa.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/fi.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/fr.po
-${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/hu_HU.po
-${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/it_IT.po
-${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/ja_JP.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/hu.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/id.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/it.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/lo.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/lt.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/nl.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/pl.po
-${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/pt_BR.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/pt.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/ro.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/ru.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/sl.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/tr.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/locale/zh_CN.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/message.xml
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/stock.py
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/stock.pyc
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/stock.pyo
@@ -39,6 +48,7 @@
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/tests/test_stock_package_shipping_dpd.pyc
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/tests/test_stock_package_shipping_dpd.pyo
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/tryton.cfg
+${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/view/carrier_form.xml
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/view/dpd_credential_form.xml
 ${PYSITELIB}/trytond/modules/stock_package_shipping_dpd/view/dpd_credential_list.xml
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
diff -r 42fe17576f15 -r ed741c7bf975 misc/py-trytond-stock-package-shipping-ups/PLIST
--- a/misc/py-trytond-stock-package-shipping-ups/PLIST  Thu Dec 23 23:26:31 2021 +0000
+++ b/misc/py-trytond-stock-package-shipping-ups/PLIST  Fri Dec 24 04:33:18 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/12/04 21:13:08 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/24 04:33:18 mef Exp $
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/__init__.py
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/__init__.pyc
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/__init__.pyo
@@ -6,24 +6,33 @@
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/carrier.pyc
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/carrier.pyo
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/carrier.xml
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/exceptions.py
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/exceptions.pyc
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/exceptions.pyo
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/bg.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/ca.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/cs.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/de.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/es.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/es_419.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/et.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/fa.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/fi.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/fr.po
-${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/hu_HU.po
-${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/it_IT.po
-${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/ja_JP.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/hu.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/id.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/it.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/lo.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/lt.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/nl.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/pl.po
-${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/pt_BR.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/pt.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/ro.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/ru.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/sl.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/tr.po
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/locale/zh_CN.po
+${PYSITELIB}/trytond/modules/stock_package_shipping_ups/message.xml
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/stock.py
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/stock.pyc
 ${PYSITELIB}/trytond/modules/stock_package_shipping_ups/stock.pyo



Home | Main Index | Thread Index | Old Index