python3-filetype: update to 1.2.0.

This commit is contained in:
Luc-Saccoccio 2023-03-26 11:42:57 +02:00 committed by Andrew Benson
parent c52f9b707d
commit 869f0ed65c

View file

@ -1,16 +1,18 @@
# Template file for 'python3-filetype' # Template file for 'python3-filetype'
pkgname=python3-filetype pkgname=python3-filetype
version=1.0.5 version=1.2.0
revision=6 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-pytest python3-pytest-benchmark"
short_desc="Python3 package to infer file types" short_desc="Python3 package to infer file types"
maintainer="xaltsc <xaltsc@protonmail.ch>" maintainer="xaltsc <xaltsc@protonmail.ch>"
license="MIT" license="MIT"
homepage="https://github.com/h2non/filetype.py" homepage="https://github.com/h2non/filetype.py"
changelog="https://raw.githubusercontent.com/h2non/filetype.py/master/History.md"
distfiles="${PYPI_SITE}/f/filetype/filetype-${version}.tar.gz" distfiles="${PYPI_SITE}/f/filetype/filetype-${version}.tar.gz"
checksum=17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7 checksum=66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE