summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2026-03-18 20:16:06 -0700
committerKhem Raj <raj.khem@gmail.com>2026-03-20 09:51:45 -0700
commita2386ca6fd1abce1b4da363a86df247b7e9e0d1a (patch)
treeaa777f67486ba6ccf7333c8850a7f0ce67a4056e /meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb
parentb368ce1790e076d6591b91e3cdf019d9fb4b4312 (diff)
downloadmeta-openembedded-a2386ca6fd1abce1b4da363a86df247b7e9e0d1a.tar.gz
python3-xstatic-font-awesome: Upgrade to 6.2.1.2
License-Update: Updated font-awesome version number to 6.2.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb
new file mode 100644
index 0000000000..934b236983
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.2.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7c083fdfe0b927a9de368a17fbf13b20"
6
7PYPI_PACKAGE = "xstatic_font_awesome"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9
10SRC_URI[sha256sum] = "9f3cb2f038fad7d352722375d3f25af346da9ee093ed9dc2c8c46bd911ab1971"
11
12DEPENDS += " \
13 python3-xstatic \
14 python3-pip \
15"
16
17inherit pypi setuptools3