aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-patch_1.16.bb
blob: 6627a2bad5f62a85c4e72a2cc7a41c543b488353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Library to parse and apply unified diffs"
HOMEPAGE = "https://github.com/techtonik/python-patch/"

LICENSE = "MIT"
# does not provide a license file
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

PYPI_PACKAGE = "patch"
PYPI_PACKAGE_EXT = "zip"

SRC_URI[sha256sum] = "c62073f356cff054c8ac24496f1a3d7cfa137835c31e9af39a9f5292fd75bd9f"

inherit pypi

SRC_URI = "${PYPI_SRC_URI};subdir=${PYPI_PACKAGE}-${PV}"

inherit setuptools3

BBCLASSEXTEND = "native"