components/python/alembic/Makefile
changeset 1948 2d1537e7942d
parent 1909 0f03fb0ff75c
child 3817 30b42c38bbc4
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    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 TPNO=			14503
       
    38 
    37 # Depends on sqlalchemy which is not Python 3 ready.
    39 # Depends on sqlalchemy which is not Python 3 ready.
    38 PYTHON_VERSIONS=	2.7 2.6
    40 PYTHON_VERSIONS=	2.7 2.6
    39 
    41 
    40 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk