Date: Sunday, January 15, 2023 @ 10:19:49
Author: alucryd
Revision: 1383606
archrelease: copy trunk to community-any
Added:
python-pyfakefs/repos/community-any/PKGBUILD
(from rev 1383605, python-pyfakefs/trunk/PKGBUILD)
Deleted:
python-pyfakefs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-15 10:19:39 UTC (rev 1383605)
+++ PKGBUILD 2023-01-15 10:19:49 UTC (rev 1383606)
@@ -1,46 +0,0 @@
-# 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:
Copied: python-pyfakefs/repos/community-any/PKGBUILD (from rev 1383605,
python-pyfakefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-15 10:19:49 UTC (rev 1383606)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-pyfakefs
+pkgver=5.1.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=13d0e542cf76c253c0b7973f932787b14379e990
+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: