Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unbreak python3-exceptiongroup #48

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ inherit pypi python_flit_core

PYPI_PACKAGE = "exceptiongroup"

DEPENDS += "python3-flit-scm-native"

BBCLASSEXTEND = "native nativesdk"

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SUMMARY = "A PEP 518 build backend."
DESCRIPTION = "A PEP 518 build backend to generate a version file from VCS."
AUTHOR = "Will Da Silva <will@willdasilva.xyz>"
HOMEPAGE = "https://gitlab.com/WillDaSilva/flit_scm"
BUGTRACKER = "https://gitlab.com/WillDaSilva/flit_scm/-/issues"
SECTION = "development"
LICENSE = "MIT"

CVE_PRODUCT = ""

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require ${PN}.inc

LIC_FILES_CHKSUM = "file://LICENSE;md5=80f451d0892e64764fe22dbd241b5f02"
SRC_URI[sha256sum] = "961bd6fb24f31bba75333c234145fff88e6de0a90fc0f7e5e7c79deca69f6bb2"

PYPI_PACKAGE = "flit_scm"

inherit pypi python_flit_core

DEPENDS += "python3-setuptools-scm-native"

BBCLASSEXTEND = "native nativesdk"
Loading