mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-certifi: update to 2020.06.20.
This commit is contained in:
parent
3bff029c32
commit
5158fb1d52
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-certifi'
|
# Template file for 'python3-certifi'
|
||||||
pkgname=python3-certifi
|
pkgname=python3-certifi
|
||||||
version=2020.04.05.2
|
version=2020.06.20
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="python-certifi-${version}"
|
wrksrc="python-certifi-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,4 +11,9 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://certifi.io"
|
homepage="https://certifi.io"
|
||||||
distfiles="https://github.com/certifi/python-certifi/archive/${version}.tar.gz"
|
distfiles="https://github.com/certifi/python-certifi/archive/${version}.tar.gz"
|
||||||
checksum=0b3cb5b202c377c7002a02af05f988d04e91ef970b74dc13b96ce9ca8e34462f
|
checksum=323a62f5ddfa1a4f093246b52f451aacb725b6cc8eefe647ad6f8bcbed3c9131
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build/lib
|
||||||
|
python3 -c 'import certifi as m; print(m)'
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue