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

Jelle van der Waa jelle at gemini.archlinux.org
Wed Feb 2 13:51:28 UTC 2022


    Date: Wednesday, February 2, 2022 @ 13:51:28
  Author: jelle
Revision: 1122509

archrelease: copy trunk to community-any

Added:
  reprotest/repos/community-any/PKGBUILD
    (from rev 1122508, reprotest/trunk/PKGBUILD)
Deleted:
  reprotest/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-02 13:51:17 UTC (rev 1122508)
+++ PKGBUILD	2022-02-02 13:51:28 UTC (rev 1122509)
@@ -1,43 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: kpcyrd <git at rxv.cc>
-
-pkgname=('reprotest')
-pkgver=0.7.18
-pkgrel=2
-pkgdesc="Run a process twice and check the output for reproducibility"
-arch=('any')
-license=('GPL3')
-url="https://salsa.debian.org/reproducible-builds/reprotest"
-depends=('python-setuptools' 'python' 'python-rstr' 'diffoscope' 'fakeroot' 'python-distro' 'libfaketime')
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=('python-pytest' 'disorderfs')
-optdepends=(
-    'disorderfs: to enable the shuffle-dirents option'
-    'python-progressbar: to show a progress bar during diffoscope')
-source=("git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=${pkgver}")
-sha512sums=('SKIP')
-
-validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
-              "66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo
-              "8B7868786C33E5C64C4D0A480816B9E18C762BAD" # Mattia Rizzolo
-              "F0ADA5240891831165DF98EA7CFCD8CD257721E9" # Vagrant Cascadian
-              "B8BF54137B09D35CF026FE9D091AB856069AAA1C") # Holger Levsen
-
-build() {
-  cd "$srcdir/${pkgname}"
-  python setup.py build
-
-  make -C doc
-}
-
-check() {
-  cd "$srcdir/${pkgname}"
-  # real reprotest tests don't run in a chroot.
-  PYTHONPATH=".:${PYTHONPATH}" py.test tests/test_shell.py tests/test_mdiffconf.py
-}
-
-package() {
-  cd "$srcdir/${pkgname}"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644  doc/reprotest.1 "${pkgdir}/usr/share/man/man1/reprotest.1"
-}

Copied: reprotest/repos/community-any/PKGBUILD (from rev 1122508, reprotest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-02 13:51:28 UTC (rev 1122509)
@@ -0,0 +1,43 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: kpcyrd <git at rxv.cc>
+
+pkgname=('reprotest')
+pkgver=0.7.19
+pkgrel=1
+pkgdesc="Run a process twice and check the output for reproducibility"
+arch=('any')
+license=('GPL3')
+url="https://salsa.debian.org/reproducible-builds/reprotest"
+depends=('python-setuptools' 'python' 'python-rstr' 'diffoscope' 'fakeroot' 'python-distro' 'libfaketime')
+makedepends=('help2man' 'python-docutils' 'git')
+checkdepends=('python-pytest' 'disorderfs')
+optdepends=(
+    'disorderfs: to enable the shuffle-dirents option'
+    'python-progressbar: to show a progress bar during diffoscope')
+source=("git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=${pkgver}")
+sha512sums=('SKIP')
+
+validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
+              "66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo
+              "8B7868786C33E5C64C4D0A480816B9E18C762BAD" # Mattia Rizzolo
+              "F0ADA5240891831165DF98EA7CFCD8CD257721E9" # Vagrant Cascadian
+              "B8BF54137B09D35CF026FE9D091AB856069AAA1C") # Holger Levsen
+
+build() {
+  cd "$srcdir/${pkgname}"
+  python setup.py build
+
+  make -C doc
+}
+
+check() {
+  cd "$srcdir/${pkgname}"
+  # real reprotest tests don't run in a chroot.
+  PYTHONPATH=".:${PYTHONPATH}" py.test tests/test_shell.py tests/test_mdiffconf.py
+}
+
+package() {
+  cd "$srcdir/${pkgname}"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644  doc/reprotest.1 "${pkgdir}/usr/share/man/man1/reprotest.1"
+}



More information about the arch-commits mailing list