tryton 5.0: maintenance update
This commit is contained in:
parent
8a436d543a
commit
6d0e9cffa2
@ -1,8 +1,7 @@
|
|||||||
# $OpenBSD: Makefile,v 1.4 2019/04/28 20:51:48 sthen Exp $
|
# $OpenBSD: Makefile,v 1.5 2019/09/15 16:37:25 semarie Exp $
|
||||||
|
|
||||||
MODPY_EGG_VERSION = 5.0.2
|
MODPY_EGG_VERSION = 5.0.3
|
||||||
TRYTON_MODULE = carrier_weight
|
TRYTON_MODULE = carrier_weight
|
||||||
REVISION = 0
|
|
||||||
|
|
||||||
TRYTON_DEPENDS += carrier \
|
TRYTON_DEPENDS += carrier \
|
||||||
company \
|
company \
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (tryton/trytond_carrier_weight-5.0.2.tar.gz) = aea8LxcRugpWMCSrpFo3/kplaNrqvkemNDHHPP+tiNM=
|
SHA256 (tryton/trytond_carrier_weight-5.0.3.tar.gz) = 0HC4xsYa/hlazMva6/7qo4nh/HHVwu49QYZFhanbq9g=
|
||||||
SIZE (tryton/trytond_carrier_weight-5.0.2.tar.gz) = 27781
|
SIZE (tryton/trytond_carrier_weight-5.0.3.tar.gz) = 27858
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/12/19 08:15:47 semarie Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2019/09/15 16:37:26 semarie Exp $
|
||||||
@option is-branch
|
@option is-branch
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/__init__.py
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/__init__.py
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}/
|
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}/
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}carrier.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}carrier.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
@ -35,7 +35,7 @@ lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/sale.py
|
|||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/stock.py
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/stock.py
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/__init__.py
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/__init__.py
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}/
|
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}/
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}test_carrier_weight.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/${MODPY_PYCACHE}test_carrier_weight.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/scenario_carrier_weight.rst
|
lib/python${MODPY_VERSION}/site-packages/trytond/modules/carrier_weight/tests/scenario_carrier_weight.rst
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:50 sthen Exp $
|
# $OpenBSD: Makefile,v 1.6 2019/09/15 16:37:26 semarie Exp $
|
||||||
|
|
||||||
COMMENT = library to access Tryton models like a client
|
COMMENT = library to access Tryton models like a client
|
||||||
|
|
||||||
MODPY_EGG_VERSION = 5.0.3
|
MODPY_EGG_VERSION = 5.0.4
|
||||||
DISTNAME = proteus-${MODPY_EGG_VERSION}
|
DISTNAME = proteus-${MODPY_EGG_VERSION}
|
||||||
REVISION = 0
|
|
||||||
|
|
||||||
TRYTON_PY = Yes
|
TRYTON_PY = Yes
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (tryton/proteus-5.0.3.tar.gz) = vhdLVehiQxkPAoz491Ip8EC1uZBe8cazG6Uj0Gdljjo=
|
SHA256 (tryton/proteus-5.0.4.tar.gz) = 7IAGQHrRcinfh1y9An4gXdrR0M2hiDXfy1OExtGZlYA=
|
||||||
SIZE (tryton/proteus-5.0.3.tar.gz) = 39580
|
SIZE (tryton/proteus-5.0.4.tar.gz) = 39706
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/12/03 12:28:16 semarie Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2019/09/15 16:37:26 semarie Exp $
|
||||||
@option is-branch
|
@option is-branch
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/
|
lib/python${MODPY_VERSION}/site-packages/proteus/
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
lib/python${MODPY_VERSION}/site-packages/proteus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||||
@ -9,7 +9,7 @@ lib/python${MODPY_VERSION}/site-packages/proteus-${MODPY_EGG_VERSION}-py${MODPY_
|
|||||||
lib/python${MODPY_VERSION}/site-packages/proteus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
lib/python${MODPY_VERSION}/site-packages/proteus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
|
lib/python${MODPY_VERSION}/site-packages/proteus-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/__init__.py
|
lib/python${MODPY_VERSION}/site-packages/proteus/__init__.py
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/${MODPY_PYCACHE}/
|
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/proteus/${MODPY_PYCACHE}/
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/proteus/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/${MODPY_PYCACHE}config.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/proteus/${MODPY_PYCACHE}config.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/${MODPY_PYCACHE}pyson.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/proteus/${MODPY_PYCACHE}pyson.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
@ -17,7 +17,7 @@ lib/python${MODPY_VERSION}/site-packages/proteus/config.py
|
|||||||
lib/python${MODPY_VERSION}/site-packages/proteus/pyson.py
|
lib/python${MODPY_VERSION}/site-packages/proteus/pyson.py
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/tests/
|
lib/python${MODPY_VERSION}/site-packages/proteus/tests/
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/tests/__init__.py
|
lib/python${MODPY_VERSION}/site-packages/proteus/tests/__init__.py
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/tests/${MODPY_PYCACHE}/
|
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/proteus/tests/${MODPY_PYCACHE}/
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/proteus/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/tests/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/proteus/tests/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
lib/python${MODPY_VERSION}/site-packages/proteus/tests/${MODPY_PYCACHE}test_config.${MODPY_PYC_MAGIC_TAG}pyc
|
lib/python${MODPY_VERSION}/site-packages/proteus/tests/${MODPY_PYCACHE}test_config.${MODPY_PYC_MAGIC_TAG}pyc
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.14 2019/09/02 17:40:14 semarie Exp $
|
# $OpenBSD: Makefile,v 1.15 2019/09/15 16:37:26 semarie Exp $
|
||||||
|
|
||||||
COMMENT = tryton web client
|
COMMENT = tryton web client
|
||||||
|
|
||||||
VERSION = 5.0.13
|
VERSION = 5.0.14
|
||||||
DEPVERSION = 10
|
DEPVERSION = 10
|
||||||
DISTNAME = tryton-sao-${VERSION}
|
DISTNAME = tryton-sao-${VERSION}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
SHA256 (tryton/sao-dependencies-5.0-10.tar.gz) = seYrs6/HsXOKaV6KZOLPa38vDSm7KLRq8836aSC/vjQ=
|
SHA256 (tryton/sao-dependencies-5.0-10.tar.gz) = seYrs6/HsXOKaV6KZOLPa38vDSm7KLRq8836aSC/vjQ=
|
||||||
SHA256 (tryton/tryton-sao-5.0.13.tgz) = nHf5khRk/huYAdA72XDmMMmXVRtjrMDBtdHLJlmGclY=
|
SHA256 (tryton/tryton-sao-5.0.14.tgz) = ZoFHPdq3UKfpqD7ujL6UAScoGFWNuQvdGzKb95CYzQc=
|
||||||
SIZE (tryton/sao-dependencies-5.0-10.tar.gz) = 1617283
|
SIZE (tryton/sao-dependencies-5.0-10.tar.gz) = 1617283
|
||||||
SIZE (tryton/tryton-sao-5.0.13.tgz) = 455476
|
SIZE (tryton/tryton-sao-5.0.14.tgz) = 455586
|
||||||
|
@ -198,8 +198,8 @@ papaparse() {
|
|||||||
bootstrap '3.3.7' # ^3.3.7
|
bootstrap '3.3.7' # ^3.3.7
|
||||||
bootstrap_datetimepicker '4.17.47' # ^4.17
|
bootstrap_datetimepicker '4.17.47' # ^4.17
|
||||||
bootstrap_rtl_ondemand '3.3.4' # ^3.3.4-ondemand
|
bootstrap_rtl_ondemand '3.3.4' # ^3.3.4-ondemand
|
||||||
c3 '0.7.4' # ^0.6
|
c3 '0.7.7' # ^0.6
|
||||||
d3 '5.9.7' # ^5.0.0 (c3 dependency)
|
d3 '5.11.0' # ^5.0.0 (c3 dependency)
|
||||||
fullcalendar '3.10.0' # ^3.0
|
fullcalendar '3.10.0' # ^3.0
|
||||||
gettext_js '0.5.5' # ^0.5
|
gettext_js '0.5.5' # ^0.5
|
||||||
jquery '3.3.1' # ^3
|
jquery '3.3.1' # ^3
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.14 2019/09/02 17:40:14 semarie Exp $
|
# $OpenBSD: Makefile,v 1.15 2019/09/15 16:37:26 semarie Exp $
|
||||||
|
|
||||||
COMMENT = tryton desktop client
|
COMMENT = tryton desktop client
|
||||||
|
|
||||||
MODPY_EGG_VERSION = 5.0.14
|
MODPY_EGG_VERSION = 5.0.15
|
||||||
DISTNAME = tryton-${MODPY_EGG_VERSION}
|
DISTNAME = tryton-${MODPY_EGG_VERSION}
|
||||||
|
|
||||||
TRYTON_PY = Yes
|
TRYTON_PY = Yes
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (tryton/tryton-5.0.14.tar.gz) = CANrkFp5tkXxggI3XwmGHsbu/RdOIrD4JhOKtH3KMLg=
|
SHA256 (tryton/tryton-5.0.15.tar.gz) = EmmuWVqQBGDwerEMKnx3Qx1xRMuhFkqaReUrSjOoRMU=
|
||||||
SIZE (tryton/tryton-5.0.14.tar.gz) = 587852
|
SIZE (tryton/tryton-5.0.15.tar.gz) = 587958
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2019/08/17 17:24:32 semarie Exp $
|
# $OpenBSD: Makefile,v 1.18 2019/09/15 16:37:26 semarie Exp $
|
||||||
|
|
||||||
COMMENT = 3-tiers general purpose business application framework
|
COMMENT = 3-tiers general purpose business application framework
|
||||||
|
|
||||||
MODPY_EGG_VERSION = 5.0.12
|
MODPY_EGG_VERSION = 5.0.13
|
||||||
DISTNAME = trytond-${MODPY_EGG_VERSION}
|
DISTNAME = trytond-${MODPY_EGG_VERSION}
|
||||||
|
|
||||||
TRYTON_PY = Yes
|
TRYTON_PY = Yes
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (tryton/trytond-5.0.12.tar.gz) = 65zL8DfsaVWhmLK5FU25rs1iTVvuSs6IcLpgrKvxiMI=
|
SHA256 (tryton/trytond-5.0.13.tar.gz) = wRrdRQMSruuAm2bVRa3crdBJHpqYCJ8NMJr2wXBs/wg=
|
||||||
SIZE (tryton/trytond-5.0.12.tar.gz) = 648516
|
SIZE (tryton/trytond-5.0.13.tar.gz) = 648676
|
||||||
|
Loading…
Reference in New Issue
Block a user