diff options
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.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7c083fdfe0b927a9de368a17fbf13b20" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "xstatic_font_awesome" | ||
| 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "9f3cb2f038fad7d352722375d3f25af346da9ee093ed9dc2c8c46bd911ab1971" | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python3-xstatic \ | ||
| 14 | python3-pip \ | ||
| 15 | " | ||
| 16 | |||
| 17 | inherit pypi setuptools3 | ||
