Skip to content

Commit 781da72

Browse files
rossburtonrpurdie
authored andcommitted
Add python3-editables (from meta-python)
This is a dependency of the Hatch build system, to be added as python3-hatchling. Signed-off-by: Ross Burton <[email protected]> Signed-off-by: Luca Ceresoli <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent b1d1807 commit 781da72

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

meta/conf/distro/include/maintainers.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ RECIPE_MAINTAINER:pn-python3-dbusmock = "Oleksandr Kravchuk <open.source@oleksan
604604
RECIPE_MAINTAINER:pn-python3-docutils = "Oleksandr Kravchuk <[email protected]>"
605605
RECIPE_MAINTAINER:pn-python3-dtschema = "Bruce Ashfield <[email protected]>"
606606
RECIPE_MAINTAINER:pn-python3-dtschema-wrapper = "Bruce Ashfield <[email protected]>"
607+
RECIPE_MAINTAINER:pn-python3-editables = "Ross Burton <[email protected]>"
607608
RECIPE_MAINTAINER:pn-python3-pycryptodome = "Joshua Watt <[email protected]>"
608609
RECIPE_MAINTAINER:pn-python3-pycryptodomex = "Joshua Watt <[email protected]>"
609610
RECIPE_MAINTAINER:pn-python3-pyrsistent = "Bruce Ashfield <[email protected]>"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SUMMARY = "A Python library for creating editable wheels"
2+
HOMEPAGE = "https://github.com/pfmoore/editables"
3+
SECTION = "devel/python"
4+
LICENSE = "MIT"
5+
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41bc1be47b7bb8240db3ef928c7cb0bf"
6+
7+
SRC_URI[sha256sum] = "167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a"
8+
9+
inherit pypi python_setuptools_build_meta
10+
11+
BBCLASSEXTEND = "native nativesdk"

0 commit comments

Comments
 (0)