python-imagesize: update to 1.1.0
This commit is contained in:
parent
21d47339ca
commit
71f02a05eb
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-imagesize'
|
# Template file for 'python-imagesize'
|
||||||
pkgname=python-imagesize
|
pkgname=python-imagesize
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="imagesize-${version}"
|
wrksrc="imagesize-${version}"
|
||||||
|
@ -13,7 +13,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/shibukawa/imagesize_py"
|
homepage="https://github.com/shibukawa/imagesize_py"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/imagesize/imagesize-${version}.tar.gz"
|
||||||
checksum=5b326e4678b6925158ccc66a9fa3122b6106d7c876ee32d7de6ce59385b96315
|
checksum=f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.rst
|
||||||
|
}
|
||||||
|
|
||||||
python3-imagesize_package() {
|
python3-imagesize_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -22,5 +26,6 @@ python3-imagesize_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE.rst
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue