Date: Monday, October 10, 2022 @ 08:24:06
Author: alucryd
Revision: 1324697
archrelease: copy trunk to community-any
Added:
python-pyfakefs/repos/community-any/PKGBUILD
(from rev 1324696, python-pyfakefs/trunk/PKGBUILD)
Deleted:
python-pyfakefs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-10 08:23:57 UTC (rev 1324696)
+++ PKGBUILD 2022-10-10 08:24:06 UTC (rev 1324697)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-pyfakefs
-pkgver=4.7.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=2aa8cc4440cd3ed2191d31d9283309d2f77c035f
-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 1324696,
python-pyfakefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-10 08:24:06 UTC (rev 1324697)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-pyfakefs
+pkgver=5.0.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=8c8470e6de962c1b56069ce4d56cc704f366a83d
+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: