components/python/mysql/Makefile
changeset 1907 446472de62e9
parent 1673 f4a923835a61
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    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 # Syntax issues: not Python 3 ready.
       
    44 PYTHON_VERSIONS = 2.7 2.6
       
    45 
    43 include $(WS_TOP)/make-rules/prep.mk
    46 include $(WS_TOP)/make-rules/prep.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    47 include $(WS_TOP)/make-rules/setup.py.mk
    45 include $(WS_TOP)/make-rules/ips.mk
    48 include $(WS_TOP)/make-rules/ips.mk
    46 
    49 
    47 CFLAGS_32=	-L/usr/mysql/5.5/lib -R/usr/mysql/5.5/lib
    50 CFLAGS_32=	-L/usr/mysql/5.5/lib -R/usr/mysql/5.5/lib