diff mbox series

[meta-python,1/6] python3-expandvars: add recipe

Message ID 20231215160103.2164505-1-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/6] python3-expandvars: add recipe | expand

Commit Message

Leon Anavi Dec. 15, 2023, 4 p.m. UTC
Add python3-expandvars to expand system variables Unix style.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-expandvars_0.12.0.bb                | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Fri, 15 Dec 2023 18:00:58 +0200, Leon Anavi wrote:
> Add python3-expandvars to expand system variables Unix style.
> 
> 

Applied, thanks!

[1/6] python3-expandvars: add recipe
      commit: 122e937a0e0f7986a36df0e4cbaf42d7bdd2ddee
[2/6] python3-frozenlist: upgrade 1.4.0 -> 1.4.1
      commit: 8cb3c9b8db52761d7384371baacdb8ac766c55aa
[3/6] python3-yarl: upgrade 1.9.2 -> 1.9.4
      commit: 038fd54f28ebc5c8d3de47b0a37d4a1dab555ede
[4/6] python3-coverage: upgrade 7.3.2 -> 7.3.3
      commit: 01bafc3eeb61e9ae78e096513ea9ff5f3c285fbc
[5/6] python3-cycler: upgrade 0.11.0 -> 0.12.1
      commit: 39ff8dc26c4cd742b5c93ced99ac4d4b31d4529e
[6/6] python3-aiohue: upgrade 4.6.2 -> 4.7.0
      commit: c754b8ec0c75dd1e8bccdfc45dcf9c2fa4979589

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb b/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb
new file mode 100644
index 000000000..6183c310e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-expandvars_0.12.0.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Expand system variables Unix style"
+HOMEPAGE = "https://github.com/sayanarijit/expandvars"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8b2e744064bd184728ac09dbfb52aaf4"
+
+SRC_URI[sha256sum] = "7d1adfa55728cf4b5d812ece3d087703faea953e0c0a1a78415de9df5024d844"
+
+inherit pypi python_hatchling python_setuptools_build_meta
+
+BBCLASSEXTEND = "native nativesdk"