From d32bab092c3bcac82f4b804733fbcf4967ee0969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 29 Jul 2020 23:19:48 +0700 Subject: [PATCH] python3-file-magic: drop pass-import have been patched to use python3-magic instead --- srcpkgs/python3-file-magic/template | 31 ----------------------------- srcpkgs/python3-file-magic/update | 2 -- 2 files changed, 33 deletions(-) delete mode 100644 srcpkgs/python3-file-magic/template delete mode 100644 srcpkgs/python3-file-magic/update diff --git a/srcpkgs/python3-file-magic/template b/srcpkgs/python3-file-magic/template deleted file mode 100644 index 8a6c0dd96b..0000000000 --- a/srcpkgs/python3-file-magic/template +++ /dev/null @@ -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 " -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 -} diff --git a/srcpkgs/python3-file-magic/update b/srcpkgs/python3-file-magic/update deleted file mode 100644 index ede7010028..0000000000 --- a/srcpkgs/python3-file-magic/update +++ /dev/null @@ -1,2 +0,0 @@ -site=https://pypi.org/simple/file-magic -pkgname=file-magic