diff options
Diffstat (limited to 'meta-python/recipes-extended')
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb index 85575df7b5..fcadf130c9 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "A python module for system storage configuration" | 1 | DESCRIPTION = "A python module for system storage configuration" |
2 | HOMEPAGE = "http://fedoraproject.org/wiki/blivet" | 2 | HOMEPAGE = "http://fedoraproject.org/wiki/blivet" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPL-2.0-or-later" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb index 9522770eff..995fb49622 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "GUI tool for storage configuration using blivet library" | 1 | DESCRIPTION = "GUI tool for storage configuration using blivet library" |
2 | HOMEPAGE = "https://github.com/rhinstaller/blivet-gui" | 2 | HOMEPAGE = "https://github.com/rhinstaller/blivet-gui" |
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb index 96dba96123..16596596a6 100644 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A python library for handling exceptions" | |||
2 | DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ | 2 | DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ |
3 | exceptions." | 3 | exceptions." |
4 | HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git" | 4 | HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | inherit setuptools3 | 8 | inherit setuptools3 |
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.34.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.34.bb index 7aa0758400..6bf9ada581 100644 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.34.bb +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.34.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "A python library for manipulating kickstart files" | 1 | DESCRIPTION = "A python library for manipulating kickstart files" |
2 | HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" | 2 | HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" |
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
6 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb index 66cd27d447..2cdf82365a 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | |||
@@ -3,7 +3,7 @@ an interface to libparted, the GNU parted library for disk partitioning and \ | |||
3 | filesystem manipulation." | 3 | filesystem manipulation." |
4 | SUMMARY = "Python bindings for libparted" | 4 | SUMMARY = "Python bindings for libparted" |
5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" | 5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" |
6 | LICENSE = "GPL-2.0+" | 6 | LICENSE = "GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "\ | 7 | LIC_FILES_CHKSUM = "\ |
8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | 8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ |
9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ | 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ |
diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb index bf9304cdd1..2d23017c88 100644 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.3.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Cross-platform locking library" | 1 | SUMMARY = "Cross-platform locking library" |
2 | DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" | 2 | DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" |
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF-2.0" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14" |
6 | 6 | ||
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb index 26758427a2..676c654b52 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.3.0.bb | |||
@@ -13,7 +13,7 @@ at http://www.dmtf.org/standards/wbem. \ | |||
13 | It also provides a Python provider interface, and is the fastest and easiest \ | 13 | It also provides a Python provider interface, and is the fastest and easiest \ |
14 | way to write providers on the planet." | 14 | way to write providers on the planet." |
15 | HOMEPAGE = "http://pywbem.github.io" | 15 | HOMEPAGE = "http://pywbem.github.io" |
16 | LICENSE = "LGPLv2.1" | 16 | LICENSE = "LGPL-2.1-only" |
17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | 17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" |
18 | 18 | ||
19 | SRC_URI[sha256sum] = "5df0af28f81891a3914a12f3a30b11b1981f7b30e09c5a42c011797e7fce9b6a" | 19 | SRC_URI[sha256sum] = "5df0af28f81891a3914a12f3a30b11b1981f7b30e09c5a42c011797e7fce9b6a" |