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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 8 06:23:33 UTC 2021


    Date: Tuesday, June 8, 2021 @ 06:23:33
  Author: alucryd
Revision: 958641

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 06:23:28 UTC (rev 958640)
+++ PKGBUILD	2021-06-08 06:23:33 UTC (rev 958641)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-pyfakefs
-pkgver=4.4.0
-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=2cf411ddf48aac55886fc451f46d88b4fbd503a6
-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 958640, python-pyfakefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-08 06:23:33 UTC (rev 958641)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-pyfakefs
+pkgver=4.5.0
+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=fedc3eb2a8a58ae32d00afe7d0d00d6d4df8e615
+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