[arch-commits] Commit in python-pyfakefs/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat Nov 7 16:16:14 UTC 2020
Date: Saturday, November 7, 2020 @ 16:16:13
Author: alucryd
Revision: 745879
archrelease: copy trunk to community-any
Added:
python-pyfakefs/repos/community-any/PKGBUILD
(from rev 745878, python-pyfakefs/trunk/PKGBUILD)
Deleted:
python-pyfakefs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-07 16:16:09 UTC (rev 745878)
+++ PKGBUILD 2020-11-07 16:16:13 UTC (rev 745879)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-pyfakefs
-pkgver=4.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=8156087abaf5e6dcc111be6fbcbff7fbe1b39e95
-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 py38
-}
-
-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 745878, python-pyfakefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-07 16:16:13 UTC (rev 745879)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-pyfakefs
+pkgver=4.2.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=59769a8b3cacd51f2386d37ccf9b3f6cf49b7b67
+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 py38
+}
+
+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