Date: Thursday, October 27, 2022 @ 17:01:51
Author: dvzrv
Revision: 1338218
archrelease: copy trunk to community-any
Added:
mkosi/repos/community-any/PKGBUILD
(from rev 1338217, mkosi/trunk/PKGBUILD)
Deleted:
mkosi/repos/community-any/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-27 17:01:38 UTC (rev 1338217)
+++ PKGBUILD 2022-10-27 17:01:51 UTC (rev 1338218)
@@ -1,49 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-# Maintainer: David Runge <[email protected]>
-# Contributor: Lucas Werkmeister <[email protected]>
-# Contributor: Dave Reisner <[email protected]>
-
-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/"
-}
Copied: mkosi/repos/community-any/PKGBUILD (from rev 1338217,
mkosi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-27 17:01:51 UTC (rev 1338218)
@@ -0,0 +1,49 @@
+# Maintainer: Christian Rebischke <[email protected]>
+# Maintainer: David Runge <[email protected]>
+# Contributor: Lucas Werkmeister <[email protected]>
+# Contributor: Dave Reisner <[email protected]>
+
+pkgname=mkosi
+pkgver=14
+pkgrel=1
+pkgdesc="Build Legacy-Free OS Images"
+arch=(any)
+url="https://github.com/systemd/mkosi"
+license=(LGPL2.1)
+depends=(arch-install-scripts python python-pexpect 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=('33a387bda9bd74415719d9081373936ead331135fc5c17276bace1a999ec1b90e6caea37fb0fd832bc89ca75635f3dbd1ed19af7679a7d8a59c85a36120d737f')
+b2sums=('04fd81233647bac63a21f6a34972b18aa652d1d8ed07e1618b35372fcc6125ee43fbc80501dbcb81a1aa96b69ee372c9c1b8c61b31c3d6319b5f86f1e2a374ac')
+
+build() {
+ cd $pkgname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $pkgname-$pkgver
+ pytest -vv --ignore tests/test_parse_load_args.py
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -vDm 644 {NEWS,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}