[arch-commits] Commit in pytest-pacman/repos/extra-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sat Jul 31 22:15:19 UTC 2021


    Date: Saturday, July 31, 2021 @ 22:15:18
  Author: jelle
Revision: 420970

archrelease: copy trunk to extra-any

Added:
  pytest-pacman/repos/extra-any/PKGBUILD
    (from rev 420969, pytest-pacman/trunk/PKGBUILD)
Deleted:
  pytest-pacman/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-31 22:15:14 UTC (rev 420969)
+++ PKGBUILD	2021-07-31 22:15:18 UTC (rev 420970)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=pytest-pacman
-pkgver=0.1
-pkgrel=1
-pkgdesc="pacman db pytest fixture"
-arch=('any')
-license=('MIT')
-url="https://gitlab.archlinux.org/archlinux/pytest-pacman"
-depends=(python python-pytest python-setuptools)
-makedepends=(git)
-source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
-sha512sums=('SKIP')
-
-build() {
-  cd pytest-pacman
-  python setup.py build
-}
-
-package() {
-  cd pytest-pacman
-
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: pytest-pacman/repos/extra-any/PKGBUILD (from rev 420969, pytest-pacman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-31 22:15:18 UTC (rev 420970)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=pytest-pacman
+pkgver=0.1
+pkgrel=2
+pkgdesc="pacman db pytest fixture"
+arch=('any')
+license=('MIT')
+url="https://gitlab.archlinux.org/archlinux/pytest-pacman"
+depends=(python python-pytest python-setuptools)
+makedepends=(git)
+source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+sha512sums=('SKIP')
+
+build() {
+  cd pytest-pacman
+  python setup.py build
+}
+
+package() {
+  cd pytest-pacman
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list