rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | inherit setuptools |
2 | require python-cython.inc | ||||
3 | |||||
4 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/" | ||||
5 | UPSTREAM_CHECK_REGEX = "/Cython/(?P<pver>(\d+[\.\-_]*)+)" | ||||
6 | |||||
7 | RDEPENDS_${PN} += "\ | ||||
8 | ${PYTHON_PN}-distribute \ | ||||
9 | ${PYTHON_PN}-subprocess \ | ||||
10 | " |