components/python/alembic/Makefile
changeset 1909 0f03fb0ff75c
parent 1890 5a4ef66c42bf
child 1948 2d1537e7942d
equal deleted inserted replaced
1908:702ae3973fcc 1909:0f03fb0ff75c
    32     sha256:ad28e2e4f8bb712d1e67abc709b0735525541e0ebc509dbf00bcd383b5c602ca
    32     sha256:ad28e2e4f8bb712d1e67abc709b0735525541e0ebc509dbf00bcd383b5c602ca
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    33 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/alembic/
    34 COMPONENT_PROJECT_URL=	https://pypi.python.org/pypi/alembic/
    35 COMPONENT_BUGDB=	python-mod/alembic
    35 COMPONENT_BUGDB=	python-mod/alembic
    36 
    36 
       
    37 # Depends on sqlalchemy which is not Python 3 ready.
       
    38 PYTHON_VERSIONS=	2.7 2.6
       
    39 
    37 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    40 
    43 
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)