mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
community/py3-portalocker: upgrade to 3.2.0
This commit is contained in:
parent
21b503b1b3
commit
a90ba7f3c4
1 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-portalocker
|
||||
pkgver=3.1.1
|
||||
pkgver=3.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="An extended version of portalocker to lock files in Python using the with statement"
|
||||
url="http://portalocker.readthedocs.io/en/latest/"
|
||||
|
@ -22,7 +22,9 @@ makedepends="
|
|||
py3-sphinx
|
||||
"
|
||||
checkdepends="
|
||||
py3-coverage-conditional-plugin
|
||||
py3-docutils
|
||||
py3-flaky
|
||||
py3-pytest
|
||||
py3-pytest-cov
|
||||
py3-pytest-timeout
|
||||
|
@ -41,7 +43,8 @@ build() {
|
|||
check() {
|
||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||
.testenv/bin/python3 -m installer .dist/*.whl
|
||||
.testenv/bin/python3 -m pytest -v
|
||||
.testenv/bin/python3 -m pytest -v \
|
||||
--deselect portalocker_tests/test_multiprocess.py::test_shared_processes
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -50,5 +53,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
f8f8756092980a14353f6b72e46a2a7c7c3a4b1f6593ac78e6e05211ac2cbb90b0fa0433e5583699ce31f9ba45c5722a52c513e5df2b7405e7cc7b7ac41357ec portalocker-3.1.1.tar.gz
|
||||
56f015d73b0d40736347011e72cb9c05c04613393a83a39f3f90663a6c07b288ba49d72e6e013b5c5c7c6a81f5a9f6ce8438d1890549968c87d642eba285b725 portalocker-3.2.0.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue