components/python/coverage/Makefile
changeset 1948 2d1537e7942d
parent 1907 446472de62e9
child 3497 091183b2cc24
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:b181d5ec72baf7478942fd600503d9f32bb525cfca413b1c73ebfa7ff1b95ae9
    34     sha256:b181d5ec72baf7478942fd600503d9f32bb525cfca413b1c73ebfa7ff1b95ae9
    35 COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/c/coverage/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/c/coverage/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	python-mod/coverage
    36 COMPONENT_BUGDB=	python-mod/coverage
    37 
    37 
       
    38 TPNO=			10021
       
    39 
    38 # Not Python 3 ready: weird build issues (tries to download & install
    40 # Not Python 3 ready: weird build issues (tries to download & install
    39 # "distribute").  But coverage version 3.7.1 has fixed these issues; it
    41 # "distribute").  But coverage version 3.7.1 has fixed these issues; it
    40 # builds and publishes fine with Python 3.
    42 # builds and publishes fine with Python 3.
    41 PYTHON_VERSIONS = 2.7 2.6
    43 PYTHON_VERSIONS = 2.7 2.6
    42 
    44