| SUMMARY = "Download, build, install, upgrade, and uninstall Python packages" |
| HOMEPAGE = "https://pypi.python.org/pypi/setuptools" |
| SECTION = "devel/python" |
| LICENSE = "MIT" |
| |
| LIC_FILES_CHKSUM = "file://setup.py;beginline=146;endline=146;md5=3e8df024d6c1442d18e84acf8fbbc475" |
| |
| SRCNAME = "setuptools" |
| |
| SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| |
| SRC_URI[md5sum] = "8b67868c3430e978833ebd0d1b766694" |
| SRC_URI[sha256sum] = "8303fb24306385f09bf8b0e5a385c1548e42e8efc08558d64049bc0d55ea012d" |
| |
| UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" |
| |
| S = "${WORKDIR}/${SRCNAME}-${PV}" |
| |
| do_install_prepend() { |
| install -d ${D}${PYTHON_SITEPACKAGES_DIR} |
| } |