mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-25 17:42:49 +02:00
Upgrade to release 0.7.1: - Updated accepted animation formats for Image.animation property - Added new FILTER_TYPES operators - Fixed Image.length_of_bytes() method by refactoring & applying c_magick_size_t type - [DOC] Fixed typos in documentation License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
17 lines
485 B
BlitzBasic
17 lines
485 B
BlitzBasic
SUMMARY = "Ctypes-based simple MagickWand API binding for Python"
|
|
HOMEPAGE = "https://docs.wand-py.org/"
|
|
LICENSE = "MIT"
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2a2b05e6331064556e971cfa0efca0bf"
|
|
|
|
SRC_URI[sha256sum] = "2325eae60fb21b88e293d5ec8dcdedf2644a0c00eb75024c9b47975e1e902e80"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "wand"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
FILES:${PN}-doc += "${datadir}/README.rst"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|