components/python/pycups/Makefile
changeset 1907 446472de62e9
parent 1890 5a4ef66c42bf
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:74abd1d6b1a5b8a22d2ccf3730000848fcef0b63c6105b178f73ff76e72bc8fe
    34     sha256:74abd1d6b1a5b8a22d2ccf3730000848fcef0b63c6105b178f73ff76e72bc8fe
    35 COMPONENT_ARCHIVE_URL=	http://cyberelk.net/tim/data/pycups/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://cyberelk.net/tim/data/pycups/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	python-mod/pycups
    36 COMPONENT_BUGDB=	python-mod/pycups
    37 
    37 
       
    38 # Fails to compile: not Python 3 ready.
       
    39 PYTHON_VERSIONS = 2.7 2.6
       
    40 
    38 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    41 
    44 
    42 # pycups requires VERSION to be defined. Originally set in the package Makefile
    45 # pycups requires VERSION to be defined. Originally set in the package Makefile