From 3f5f2f067be6cd8cebe1c82e7495cf9da74ba8a8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 3 Apr 2023 16:58:42 +0800 Subject: libbytesize: upgrade 2.7 -> 2.8 Changelog: ========== - Added translation using Weblate (Kazakh) - Translated using Weblate (Kazakh) - Added translation using Weblate (Georgian) - Translated using Weblate (Georgian) - Sync spec with downstream - README: Remove the Travis CI badge - Add a GitHub action for running csmock static analysis - ci: Run rpmbuild tests in GitHub actions - ci: Update the csmock GitHub actions configuration - ci: Rename csmock.Dockerfile to ci.Dockerfile - ci: Update Fedora versions for RPM build tests - spec: Change license string to the SPDX format required by Fedora - misc: Remove "warn: false" from Ansible "command" - ci: Update chroots for RPM builds - configure.ac: Remove invalid email address for bug reports - ci: Add Packit configuration for RPM builds on pull requests - ci: Remove GitHub action for RPM builds - ci: Use Packit for daily builds in Copr - spec: Bump release to 21 for Packit daily builds - ci: Add Packit automation for downstream builds - spec: Fix source archive URL - Make use of error optional - Replace C++ style comments with C style - Various docstring fixes - docs: Remove information about Python 2 support - Remove unused test dependencies variables from Makefile - Do not hardcode pylint executable name in Makefile - ci: Do not use release descriptions for Packit builds - Update translation files - Translated using Weblate (Korean) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/libbytesize/libbytesize_2.7.bb | 30 ---------------------- .../recipes-support/libbytesize/libbytesize_2.8.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-oe/recipes-support/libbytesize/libbytesize_2.7.bb create mode 100644 meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb (limited to 'meta-oe/recipes-support/libbytesize') diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.7.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.7.bb deleted file mode 100644 index c83ee926d0..0000000000 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.7.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "The goal of this project is to provide a tiny library that would \ -facilitate the common operations with sizes in bytes." -HOMEPAGE = "https://github.com/rhinstaller/libbytesize" -LICENSE = "LGPL-2.0-or-later" -SECTION = "devel/lib" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" - -S = "${WORKDIR}/git" -B = "${S}" - -SRCREV = "0f47dde41f92f00b12160387659501edefd05b38" -SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" - -inherit gettext autotools pkgconfig python3native - -DEPENDS += " \ - libpcre2 \ - gmp \ - mpfr \ - gettext-native \ -" - -FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize" - -PACKAGECONFIG ??= "python3" -PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" - -EXTRA_OECONF = "--without-gtk-doc" -EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb new file mode 100644 index 0000000000..0afe8a6c0c --- /dev/null +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "The goal of this project is to provide a tiny library that would \ +facilitate the common operations with sizes in bytes." +HOMEPAGE = "https://github.com/rhinstaller/libbytesize" +LICENSE = "LGPL-2.0-or-later" +SECTION = "devel/lib" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" + +S = "${WORKDIR}/git" +B = "${S}" + +SRCREV = "12b8e6bff611eecb0343ee8a765151e7d9d3547b" +SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" + +inherit gettext autotools pkgconfig python3native + +DEPENDS += " \ + libpcre2 \ + gmp \ + mpfr \ + gettext-native \ +" + +FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize" + +PACKAGECONFIG ??= "python3" +PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" + +EXTRA_OECONF = "--without-gtk-doc" +EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" -- cgit v1.2.3-54-g00ecf