components/python/sqlalchemy-migrate/Makefile
changeset 7687 1093e2a9adbd
parent 6835 5ff2743143e2
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		sqlalchemy-migrate
    28 COMPONENT_NAME=		sqlalchemy-migrate
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003
    33     sha256:f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	https://github.com/stackforge/sqlalchemy-migrate
    35 COMPONENT_PROJECT_URL=	https://github.com/stackforge/sqlalchemy-migrate
    36 COMPONENT_BUGDB=	python-mod/sqlalchemy-mig
    36 COMPONENT_BUGDB=	python-mod/sqlalchemy-mig
       
    37 COMPONENT_ANITYA_ID=	3923
    37 
    38 
    38 TPNO=			29239
    39 TPNO=			29239
    39 
    40 
    40 # Syntax issues: not Python 3 ready.
    41 # Syntax issues: not Python 3 ready.
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    42 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)