[arch-commits] Commit in mkosi/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Jun 23 08:31:16 UTC 2022


    Date: Thursday, June 23, 2022 @ 08:31:16
  Author: dvzrv
Revision: 1239219

archrelease: copy trunk to community-any

Added:
  mkosi/repos/community-any/PKGBUILD
    (from rev 1239218, mkosi/trunk/PKGBUILD)
Deleted:
  mkosi/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-23 08:31:07 UTC (rev 1239218)
+++ PKGBUILD	2022-06-23 08:31:16 UTC (rev 1239219)
@@ -1,49 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Lucas Werkmeister <mail at lucaswerkmeister.de>
-# Contributor: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=mkosi
-pkgver=12
-pkgrel=1
-pkgdesc="Build Legacy-Free OS Images"
-arch=(any)
-url="https://github.com/systemd/mkosi"
-license=(LGPL2.1)
-depends=(arch-install-scripts python qemu-img)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-optdepends=(
-  'btrfs-progs: raw_btrfs and subvolume output formats'
-  'debian-archive-keyring: build Debian images'
-  'debootstrap: build Debian or Ubuntu images'
-  'cryptsetup: add dm-verity partitions'
-  'dosfstools: build bootable images'
-  'gnupg: sign images'
-  'qemu: run bootable images using QEMU'
-  'sbsigntools: sign EFI binaries for UEFI SecureBoot'
-  'squashfs-tools: raw_squashfs output format'
-  'tar: tar output format'
-  'ubuntu-keyring: build Ubuntu images'
-  'xz: compress images with xz'
-  'zstd: compress images with zstd'
-)
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('ae59789e3b4855400d130714fac0b3b599b3e69631bc6a5267916697d0722c05a6c788cd70d224917261c931fe93fa287d3d23f6f00849cb80ff9794a13dc04e')
-b2sums=('b4b43e3cd64bc75eaa1993504baa02cc7f35c77fc76d24a88ccc06d4ab566477aa9febca58ac1c397cd32057aa2da8545480e89a1c9b4bd4d4fa516d812237b0')
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $pkgname-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 {NEWS,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: mkosi/repos/community-any/PKGBUILD (from rev 1239218, mkosi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-23 08:31:16 UTC (rev 1239219)
@@ -0,0 +1,49 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Lucas Werkmeister <mail at lucaswerkmeister.de>
+# Contributor: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=mkosi
+pkgver=13
+pkgrel=1
+pkgdesc="Build Legacy-Free OS Images"
+arch=(any)
+url="https://github.com/systemd/mkosi"
+license=(LGPL2.1)
+depends=(arch-install-scripts python qemu-img)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pexpect python-pytest)
+optdepends=(
+  'btrfs-progs: raw_btrfs and subvolume output formats'
+  'debian-archive-keyring: build Debian images'
+  'debootstrap: build Debian or Ubuntu images'
+  'cryptsetup: add dm-verity partitions'
+  'dosfstools: build bootable images'
+  'gnupg: sign images'
+  'qemu: run bootable images using QEMU'
+  'sbsigntools: sign EFI binaries for UEFI SecureBoot'
+  'squashfs-tools: raw_squashfs output format'
+  'tar: tar output format'
+  'ubuntu-keyring: build Ubuntu images'
+  'xz: compress images with xz'
+  'zstd: compress images with zstd'
+)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+sha512sums=('285964835daf5c971ff7580fd99a09107db057da15ad52be1f2aa0bd9be12909b5d214f24ffde857475f9a896731d201d193fc67423d56b6bb507f72a01f24ad')
+b2sums=('b4a5b19cb97b73cc3e1269064320ce7856997d3c748666224b781c16e1dfda9d892a0b8163d8b41a2b980403142c5dfa6c9332b9a62320d18a2dc9343f98740f')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {NEWS,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list