void-packages/srcpkgs/python-magic/template
2019-12-23 18:05:13 +01:00

31 lines
801 B
Bash

# Template file for 'python-magic'
pkgname=python-magic
version=0.4.15
revision=3
archs=noarch
build_style=python-module
pycompile_module="magic.py"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python libmagic"
short_desc="File type identification using libmagic (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ahupp/python-magic"
distfiles="https://github.com/ahupp/python-magic/archive/${version}.tar.gz"
checksum=6d730389249ab1e34ffb0a3c5beaa44e116687ffa081e0176dab6c59ff271593
post_install() {
vlicense LICENSE
}
python3-magic_package() {
archs=noarch
depends="python3 libmagic"
pycompile_module="magic.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}