* update python-pyfakefs to 5.6.0-1
This commit is contained in:
parent
42b5ad8315
commit
62d65df6d2
20
python/python-pyfakefs/.SRCINFO
Normal file
20
python/python-pyfakefs/.SRCINFO
Normal file
@ -0,0 +1,20 @@
|
||||
pkgbase = python-pyfakefs
|
||||
pkgdesc = pyfakefs implements a fake file system that mocks the Python file system modules
|
||||
pkgver = 5.6.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/jmcgeheeiv/pyfakefs/
|
||||
arch = any
|
||||
license = APACHE
|
||||
checkdepends = python-pandas
|
||||
checkdepends = python-xlrd
|
||||
checkdepends = python-openpyxl
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
depends = python-pytest
|
||||
source = git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=ba30aeb8b86b44c96adc8531571e5b8a6a50cfd2
|
||||
b2sums = 42d6b2c8646067e0a1c2f42a1741f476740ad35990bdabe39caaa69c9bc2275c073ad7cb07fb6a3e224b2969f3c6e2ce5976cd9d4218e377047c2a2ec67908b1
|
||||
|
||||
pkgname = python-pyfakefs
|
4
python/python-pyfakefs/.nvchecker.toml
Normal file
4
python/python-pyfakefs/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-pyfakefs]
|
||||
source = "git"
|
||||
git = "https://github.com/jmcgeheeiv/pyfakefs.git"
|
||||
prefix = "v"
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
||||
|
||||
pkgname=python-pyfakefs
|
||||
pkgver=5.5.0
|
||||
pkgver=5.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='pyfakefs implements a fake file system that mocks the Python file system modules'
|
||||
url=https://github.com/jmcgeheeiv/pyfakefs/
|
||||
@ -21,9 +21,9 @@ checkdepends=(
|
||||
python-xlrd
|
||||
python-openpyxl
|
||||
)
|
||||
_tag=353ad03e91ab7d306a7d5d10a370ba90f20b3ff4
|
||||
_tag=ba30aeb8b86b44c96adc8531571e5b8a6a50cfd2
|
||||
source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
|
||||
b2sums=('b6f29a62eaaa7e1a9d5c880a62301d804ef4b4c4c99868f85976d52c33e9f119f480d16f666f49cfb7ea6f46d881424a3ee8c30486117e1357bf223ea7bdbefd')
|
||||
b2sums=('42d6b2c8646067e0a1c2f42a1741f476740ad35990bdabe39caaa69c9bc2275c073ad7cb07fb6a3e224b2969f3c6e2ce5976cd9d4218e377047c2a2ec67908b1')
|
||||
|
||||
pkgver() {
|
||||
cd pyfakefs
|
||||
|
Loading…
x
Reference in New Issue
Block a user