[arch-commits] Commit in python-pyfakefs/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Mar 12 08:39:06 UTC 2020
Date: Thursday, March 12, 2020 @ 08:39:05
Author: alucryd
Revision: 595077
archrelease: copy trunk to community-any
Added:
python-pyfakefs/repos/community-any/PKGBUILD
(from rev 595076, python-pyfakefs/trunk/PKGBUILD)
Deleted:
python-pyfakefs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-12 08:39:00 UTC (rev 595076)
+++ PKGBUILD 2020-03-12 08:39:05 UTC (rev 595077)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-pyfakefs
-pkgver=3.7.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
-)
-source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=ad23e51855dd72fc2a88f0b00fc247359c26228e)
-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 595076, python-pyfakefs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-12 08:39:05 UTC (rev 595077)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-pyfakefs
+pkgver=4.0.2
+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
+)
+source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=c0a5d83f6504cbac50c8bc6a923f4f2eda194c76)
+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