python3-file-magic: drop
pass-import have been patched to use python3-magic instead
This commit is contained in:
parent
e64c353b65
commit
d32bab092c
2 changed files with 0 additions and 33 deletions
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'python3-file-magic'
|
||||
# Don't merge python3-file-magic into file
|
||||
|
||||
_file_ver=5.39
|
||||
_file_minver=5.34
|
||||
|
||||
pkgname=python3-file-magic
|
||||
version=0.4.0
|
||||
revision=1
|
||||
wrksrc=file-${_file_ver}
|
||||
build_wrksrc=python
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="libmagic>=${_file_minver}_1"
|
||||
checkdepends="$depends"
|
||||
short_desc="File type identification utility"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://www.darwinsys.com/file/"
|
||||
distfiles="https://astron.com/pub/file/file-${_file_ver}.tar.gz"
|
||||
checksum=f05d286a76d9556243d0cb05814929c2ecf3a5ba07963f8f70bfaaa70517fad1
|
||||
conflicts="python3-magic>=0"
|
||||
|
||||
do_check() {
|
||||
: detect_from_content report application/octet-stream on Python Script
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
site=https://pypi.org/simple/file-magic
|
||||
pkgname=file-magic
|
Loading…
Reference in a new issue