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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 12:15:11 UTC 2022


    Date: Thursday, August 18, 2022 @ 12:15:11
  Author: alucryd
Revision: 1267087

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 12:15:09 UTC (rev 1267086)
+++ PKGBUILD	2022-08-18 12:15:11 UTC (rev 1267087)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-pyfakefs
-pkgver=4.5.6
-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=a12245dcb47de76012fc30a4747ccbeeb7155fe3
-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 py310
-}
-
-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 1267085, python-pyfakefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 12:15:11 UTC (rev 1267087)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-pyfakefs
+pkgver=4.6.3
+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=e8d80b7cab66a5f85f1caeae6b02730eba960d31
+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 py310
+}
+
+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