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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Nov 10 17:30:02 UTC 2021


    Date: Wednesday, November 10, 2021 @ 17:30:02
  Author: alucryd
Revision: 1039987

archrelease: copy trunk to community-any

Added:
  python-pyfakefs/repos/community-any/PKGBUILD
    (from rev 1039985, python-pyfakefs/trunk/PKGBUILD)
Deleted:
  python-pyfakefs/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-10 17:30:01 UTC (rev 1039986)
+++ PKGBUILD	2021-11-10 17:30:02 UTC (rev 1039987)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-pyfakefs
-pkgver=4.5.1
-pkgrel=1
-pkgdesc='pyfakefs implements a fake file system that mocks the Python file system modules'
-url=https://github.com/jmcgeheeiv/pyfakefs/
-license=(APACHE)
-arch=(any)
-depends=(python-pytest)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-tox
-)
-_tag=01e9e0776f9361ad493396a06972b824285c986e
-source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pyfakefs
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd  pyfakefs
-
-  python setup.py build
-}
-
-check() {
-  cd  pyfakefs
-
-  tox -e py39
-}
-
-package() {
-  cd pyfakefs
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pyfakefs/repos/community-any/PKGBUILD (from rev 1039985, python-pyfakefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-10 17:30:02 UTC (rev 1039987)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-pyfakefs
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='pyfakefs implements a fake file system that mocks the Python file system modules'
+url=https://github.com/jmcgeheeiv/pyfakefs/
+license=(APACHE)
+arch=(any)
+depends=(python-pytest)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-tox
+)
+_tag=3da5f37bea8a08986b86bd9071e5a43ff064f649
+source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pyfakefs
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd  pyfakefs
+
+  python setup.py build
+}
+
+check() {
+  cd  pyfakefs
+
+  tox -e py39
+}
+
+package() {
+  cd pyfakefs
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list