20 lines
694 B
Bash
20 lines
694 B
Bash
# Template file for 'python3-binaryornot'
|
|
pkgname=python3-binaryornot
|
|
version=0.4.4
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-chardet"
|
|
checkdepends="python3-hypothesis $depends"
|
|
short_desc="Pure Python package to check if a file is binary or text"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/audreyfeldroy/binaryornot"
|
|
changelog="https://raw.githubusercontent.com/audreyfeldroy/binaryornot/master/HISTORY.rst"
|
|
distfiles="${PYPI_SITE}/b/binaryornot/binaryornot-${version}.tar.gz"
|
|
checksum=359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|