components/python/mysql/Makefile
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 3497 091183b2cc24
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    38 COMPONENT_ARCHIVE_HASH= \
    38 COMPONENT_ARCHIVE_HASH= \
    39     sha256:f4133b81e65c7b94a5921ff6a0e7bdbfb622f2a70473673103cb17d5a5be807a
    39     sha256:f4133b81e65c7b94a5921ff6a0e7bdbfb622f2a70473673103cb17d5a5be807a
    40 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/mysql-python/$(COMPONENT_ARCHIVE)
    40 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/mysql-python/$(COMPONENT_ARCHIVE)
    41 COMPONENT_BUGDB=	python-mod/mysql
    41 COMPONENT_BUGDB=	python-mod/mysql
    42 
    42 
       
    43 TPNO=			9533
       
    44 
    43 # Syntax issues: not Python 3 ready.
    45 # Syntax issues: not Python 3 ready.
    44 PYTHON_VERSIONS = 2.7 2.6
    46 PYTHON_VERSIONS=	2.7 2.6
    45 
    47 
    46 include $(WS_TOP)/make-rules/prep.mk
    48 include $(WS_TOP)/make-rules/prep.mk
    47 include $(WS_TOP)/make-rules/setup.py.mk
    49 include $(WS_TOP)/make-rules/setup.py.mk
    48 include $(WS_TOP)/make-rules/ips.mk
    50 include $(WS_TOP)/make-rules/ips.mk
    49 
    51