mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 03:50:38 +00:00
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b62ae60f86
commit
9d9a616a39
@@ -2,24 +2,15 @@ SUMMARY = "A Python enumeration package."
|
||||
DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \
|
||||
specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \
|
||||
features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. "
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/flufl.enum"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8"
|
||||
|
||||
SRCNAME = "flufl.enum"
|
||||
|
||||
SRC_URI = " \
|
||||
http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9"
|
||||
SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
PYPI_PACKAGE = "flufl.enum"
|
||||
inherit pypi setuptools
|
||||
|
||||
PACKAGES =+ "\
|
||||
${PN}-test \
|
||||
|
||||
Reference in New Issue
Block a user