[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-trytond

Annotation of pkgsrc/devel/py-trytond/Makefile.common, Revision 1.8

1.8     ! richard     1: # $NetBSD: Makefile.common,v 1.7 2015/09/17 14:28:01 richard Exp $
1.1       richard     2:
1.3       rodent      3: # used by meta-pkgs/py-tryton-platform/Makefile
                      4: # used by devel/py-proteus/Makefile
1.1       richard     5: # used by devel/py-tryton/Makefile
                      6: # used by devel/py-trytond/Makefile
                      7: # used by finance/py-trytond-account-asset/Makefile
                      8: # used by finance/py-trytond-account-fr/Makefile
1.3       rodent      9: # used by finance/py-trytond-account-invoice-history/Makefile
                     10: # used by finance/py-trytond-account-invoice-line-standalone/Makefile
                     11: # used by finance/py-trytond-account-invoice-stock/Makefile
1.1       richard    12: # used by finance/py-trytond-account-invoice/Makefile
1.3       rodent     13: # used by finance/py-trytond-account-payment-clearing/Makefile
1.1       richard    14: # used by finance/py-trytond-account-payment-sepa/Makefile
                     15: # used by finance/py-trytond-account-payment/Makefile
                     16: # used by finance/py-trytond-account-product/Makefile
                     17: # used by finance/py-trytond-account-statement/Makefile
1.3       rodent     18: # used by finance/py-trytond-account-stock-continental/Makefile
1.1       richard    19: # used by finance/py-trytond-account/Makefile
1.2       richard    20: # used by finance/py-trytond-analytic-account/Makefile
1.3       rodent     21: # used by finance/py-trytond-analytic-invoice/Makefile
                     22: # used by finance/py-trytond-analytic-purchase/Makefile
                     23: # used by finance/py-trytond-analytic-sale/Makefile
1.1       richard    24: # used by finance/py-trytond-bank/Makefile
                     25: # used by finance/py-trytond-currency/Makefile
1.3       rodent     26: # used by finance/py-trytond-product-cost-fifo/Makefile
                     27: # used by finance/py-trytond-product-cost-history/Makefile
                     28: # used by finance/py-trytond-product-price-list/Makefile
                     29: # used by finance/py-trytond-purchase-invoice-line-standalone/Makefile
                     30: # used by finance/py-trytond-purchase/Makefile
                     31: # used by finance/py-trytond-sale/Makefile
                     32: # used by finance/py-trytond-stock-supply/Makefile
1.1       richard    33: # used by geography/py-trytond-country/Makefile
                     34: # used by misc/py-trytond-company/Makefile
1.3       rodent     35: # used by misc/py-trytond-party-relationship/Makefile
1.1       richard    36: # used by misc/py-trytond-party-siret/Makefile
                     37: # used by misc/py-trytond-party/Makefile
1.3       rodent     38: # used by misc/py-trytond-product-attribute/Makefile
1.1       richard    39: # used by misc/py-trytond-product/Makefile
1.3       rodent     40: # used by misc/py-trytond-production/Makefile
                     41: # used by misc/py-trytond-stock-inventory-location/Makefile
1.1       richard    42: # used by misc/py-trytond-stock-lot/Makefile
1.3       rodent     43: # used by misc/py-trytond-stock-product-location/Makefile
1.1       richard    44: # used by misc/py-trytond-stock/Makefile
                     45: # used by time/py-trytond-calendar/Makefile
1.3       rodent     46: # used by time/py-trytond-company-work-time/Makefile
1.1       richard    47:
1.8     ! richard    48: TRYTON_BASEVER=                3.8
1.1       richard    49:
1.3       rodent     50: #specific module revisions:
1.8     ! richard    51: #MODULE_REVISION.proteus=                                      1
        !            52: MODULE_REVISION.tryton=                                                2
        !            53: #MODULE_REVISION.trytond=                                      3
        !            54: #MODULE_REVISION.trytond_account=                              1
        !            55: #MODULE_REVISION.trytond_account_asset=                                1
1.6       richard    56: #MODULE_REVISION.trytond_account_fr=                           0
1.8     ! richard    57: #MODULE_REVISION.trytond_account_invoice=                      1
1.6       richard    58: #MODULE_REVISION.trytond_account_invoice_history=              1
                     59: #MODULE_REVISION.trytond_account_invoice_line_standalone=      1
                     60: #MODULE_REVISION.trytond_account_invoice_stock=                        1
                     61: #MODULE_REVISION.trytond_account_payment=                      1
                     62: #MODULE_REVISION.trytond_account_payment_clearing=             1
                     63: #MODULE_REVISION.trytond_account_payment_sepa=                 1
                     64: #MODULE_REVISION.trytond_account_product=                      1
                     65: #MODULE_REVISION.trytond_account_statement=                    1
                     66: #MODULE_REVISION.trytond_account_stock_continental=            1
                     67: #MODULE_REVISION.trytond_analytic_account=                     1
                     68: #MODULE_REVISION.trytond_analytic_invoice=                     1
                     69: #MODULE_REVISION.trytond_analytic_purchase=                    1
                     70: #MODULE_REVISION.trytond_analytic_sale=                                1
                     71: #MODULE_REVISION.trytond_bank=                                 1
1.8     ! richard    72: #MODULE_REVISION.trytond_calendar=                             1
1.6       richard    73: #MODULE_REVISION.trytond_carrier=                              1
                     74: #MODULE_REVISION.trytond_carrier_percentage=                   1
                     75: #MODULE_REVISION.trytond_carrier_weight=                               1
                     76: #MODULE_REVISION.trytond_company=                              1
                     77: #MODULE_REVISION.trytond_company_work_time=                    1
                     78: #MODULE_REVISION.trytond_country=                              1
                     79: #MODULE_REVISION.trytond_currency=                             1
                     80: #MODULE_REVISION.trytond_dashboard=                            1
                     81: #MODULE_REVISION.trytond_google_maps=                          1
                     82: #MODULE_REVISION.trytond_ldap_authentication=                  1
1.8     ! richard    83: #MODULE_REVISION.trytond_party=                                        1
1.6       richard    84: #MODULE_REVISION.trytond_party_relationship=                   1
                     85: #MODULE_REVISION.trytond_party_siret=                          1
                     86: #MODULE_REVISION.trytond_party_vcarddav=                               1
1.8     ! richard    87: #MODULE_REVISION.trytond_product=                              1
1.6       richard    88: #MODULE_REVISION.trytond_product_attribute=                    1
                     89: #MODULE_REVISION.trytond_product_cost_fifo=                    1
                     90: #MODULE_REVISION.trytond_product_cost_history=                 1
                     91: #MODULE_REVISION.trytond_product_measurements=                 1
                     92: #MODULE_REVISION.trytond_product_price_list=                   1
                     93: #MODULE_REVISION.trytond_production=                           1
                     94: #MODULE_REVISION.trytond_project=                              1
1.8     ! richard    95: #MODULE_REVISION.trytond_project_invoice=                      1
        !            96: #MODULE_REVISION.trytond_project_plan=                         1
1.6       richard    97: #MODULE_REVISION.trytond_project_revenue=                      1
                     98: #MODULE_REVISION.trytond_purchase=                             1
                     99: #MODULE_REVISION.trytond_purchase_invoice_line_standalone=     1
                    100: #MODULE_REVISION.trytond_purchase_shipment_cost=                       1
                    101: #MODULE_REVISION.trytond_sale=                                 1
                    102: #MODULE_REVISION.trytond_sale_credit_limit=                    1
                    103: #MODULE_REVISION.trytond_sale_invoice_grouping=                        1
                    104: #MODULE_REVISION.trytond_sale_opportunity=                     2
                    105: #MODULE_REVISION.trytond_sale_price_list=                      1
                    106: #MODULE_REVISION.trytond_sale_shipment_cost=                   1
                    107: #MODULE_REVISION.trytond_sale_shipment_grouping=                       1
                    108: #MODULE_REVISION.trytond_sale_supply=                          1
                    109: #MODULE_REVISION.trytond_sale_supply_drop_shipment=            1
                    110: #MODULE_REVISION.trytond_stock=                                        1
                    111: #MODULE_REVISION.trytond_stock_forecast=                               1
                    112: #MODULE_REVISION.trytond_stock_inventory_location=             1
                    113: #MODULE_REVISION.trytond_stock_location_sequence=              1
                    114: #MODULE_REVISION.trytond_stock_lot=                            1
                    115: #MODULE_REVISION.trytond_stock_package=                                1
                    116: #MODULE_REVISION.trytond_stock_product_location=                       1
                    117: #MODULE_REVISION.trytond_stock_split=                          1
                    118: #MODULE_REVISION.trytond_stock_supply=                         1
                    119: #MODULE_REVISION.trytond_stock_supply_day=                     1
                    120: #MODULE_REVISION.trytond_stock_supply_production=              1
                    121: #MODULE_REVISION.trytond_timesheet=                            1
                    122: #MODULE_REVISION.trytond_timesheet_cost=                               1
                    123: #
                    124: # default to 0 if not defined above
                    125: MODULE_REVISION.${TRYTON_MODULE_NAME}?=                                0
1.1       richard   126:
1.3       rodent    127: TRYTON_VERSION=        ${TRYTON_BASEVER}.${MODULE_REVISION.${TRYTON_MODULE_NAME}}
1.1       richard   128:
1.3       rodent    129: DISTNAME?=       ${TRYTON_MODULE_NAME}-${TRYTON_VERSION}
                    130: PKGNAME?=        ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
1.1       richard   131:
                    132: TRYTON_SITES=   http://downloads.tryton.org/${TRYTON_BASEVER}/
1.3       rodent    133: MASTER_SITES=   ${TRYTON_SITES}
                    134:
                    135: DIST_SUBDIR=   tryton-${TRYTON_BASEVER}
1.1       richard   136:
1.5       wiz       137: PYTHON_VERSIONS_INCOMPATIBLE=   33 34 # py-gtk2 via py-pycha via py-relatorio

CVSweb <webmaster@jp.NetBSD.org>