# $Id$ PNAME="numpy" PVER="1.15.4" PBUILD="r1" DESCRIPTION="NumPy: array processing for numbers, strings, records, and objects." SDEPEND=">= dev-python/python2-setuptools-20 >= dev-python/python3-setuptools-20 >= dev-python/python2-cython-0.29 >= dev-python/python3-cython-0.29" SRCFILE="v${PVER}.tar.gz" SRC_URI=( https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) sminclude pypi # generate a fake SPLIT_PACKAGE for transition SPLIT_PACKAGES+=" ${PNAME}" split_info_numpy() { PVER="9999" PKGTYPE="virtual" DESCRIPTION="Transitional package for python2-${PNAME}." HOMEPAGE="http://www.magellan-linux.de/" DEPEND=">= dev-python/python-${PNAME}-1" }