mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-mock: update to 5.1.0.
This commit is contained in:
parent
b33e3c3bc1
commit
19821b9a5c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-mock'
|
# Template file for 'python3-mock'
|
||||||
pkgname=python3-mock
|
pkgname=python3-mock
|
||||||
version=5.0.2
|
version=5.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
||||||
homepage="http://mock.readthedocs.org/en/latest/"
|
homepage="http://mock.readthedocs.org/en/latest/"
|
||||||
changelog="https://raw.githubusercontent.com/testing-cabal/mock/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/testing-cabal/mock/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
|
||||||
checksum=06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891
|
checksum=5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue