mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 04:00:16 +00:00
recipes: correct homepage
Leading space leads to SPDX document validation errors for url in some tools. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Screen-scraping library"
|
||||
HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
|
||||
HOMEPAGE = "https://www.crummy.com/software/BeautifulSoup/bs4"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "colorzero is a color manipulation library for Python"
|
||||
DESCRIPTION = "colorzero is a color manipulation library for Python \
|
||||
(yes, another one) which aims to be reasonably simple to use and \
|
||||
"pythonic" in nature."
|
||||
HOMEPAGE = " https://github.com/waveform80/colorzero "
|
||||
HOMEPAGE = "https://github.com/waveform80/colorzero "
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae6c62710c0646f3c60d1ad812ea9bf9"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "User session management for Flask"
|
||||
DESCRIPTION = "Flask-Login provides user session management for Flask. \
|
||||
It handles the common tasks of logging in, logging out, and remembering \
|
||||
your users’ sessions over extended periods of time."
|
||||
HOMEPAGE = " https://github.com/maxcountryman/flask-login"
|
||||
HOMEPAGE = "https://github.com/maxcountryman/flask-login"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Flask extension for sending email"
|
||||
DESCRIPTION = "A Flask extension for sending email"
|
||||
HOMEPAGE = " https://github.com/rduplain/flask-email"
|
||||
HOMEPAGE = "https://github.com/rduplain/flask-email"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=201f2b80112efa61b78515bd54e9f138"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Customizable user account management for Flask"
|
||||
DESCRIPTION = "Customizable User Account Management for Flask; Register \
|
||||
Confirm email, Login, Change username, Change password, Forgot Password \
|
||||
and more."
|
||||
HOMEPAGE = " https://github.com/lingthio/Flask-User"
|
||||
HOMEPAGE = "https://github.com/lingthio/Flask-User"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97de97cd9d6e23c88129d884588ce71a"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Python expectaton library"
|
||||
DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = " https://bitbucket.org/dwt/pyexpect"
|
||||
HOMEPAGE = "https://bitbucket.org/dwt/pyexpect"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user