mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-imagesize: update to 1.4.1.
This commit is contained in:
parent
ce33b3a4bc
commit
4177f2d8b8
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'python3-imagesize'
|
# Template file for 'python3-imagesize'
|
||||||
pkgname=python3-imagesize
|
pkgname=python3-imagesize
|
||||||
version=1.2.0
|
version=1.4.1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
# Triest to fetch a dead url
|
||||||
|
make_check_args="--deselect test/test_get_filelike.py::test_get_filelike"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
@ -11,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/shibukawa/imagesize_py"
|
homepage="https://github.com/shibukawa/imagesize_py"
|
||||||
distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz"
|
||||||
checksum=b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1
|
checksum=69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
|
Loading…
Add table
Reference in a new issue