mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 14:32:56 +02:00
python3-imagesize: update to 1.2.0
This commit is contained in:
parent
59b6f26281
commit
1e34550015
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-imagesize'
|
# Template file for 'python3-imagesize'
|
||||||
pkgname=python3-imagesize
|
pkgname=python3-imagesize
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="imagesize-${version}"
|
wrksrc="imagesize-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 library to get image size from png/jpeg/jpeg2000/gif file"
|
short_desc="Python3 library to get image size from png/jpeg/jpeg2000/gif file"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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=f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5
|
checksum=b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
|
Loading…
Add table
Reference in a new issue