mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-magic: update to 0.4.14 (#9711)
- Switch to GitHub distfile - Fix description typo
This commit is contained in:
parent
fc2f179b15
commit
4726dcade1
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python-magic'
|
# Template file for 'python-magic'
|
||||||
pkgname=python-magic
|
pkgname=python-magic
|
||||||
version=0.4.13
|
version=0.4.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python libmagic"
|
makedepends="python libmagic"
|
||||||
short_desc="File type indetification using libmagic"
|
short_desc="File type identification using libmagic (Python2)"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ahupp/python-magic"
|
homepage="https://github.com/ahupp/python-magic"
|
||||||
distfiles="${PYPI_SITE}/p/python-magic/python-magic-${version}.tar.gz"
|
distfiles="https://github.com/ahupp/python-magic/archive/${version}.tar.gz"
|
||||||
checksum=604eace6f665809bebbb07070508dfa8cabb2d7cb05be9a56706c60f864f1289
|
checksum=287266f5c0b9036bf1feaa3115aed93d8da25e531fc769ffdbd69a437be4057d
|
||||||
pycompile_module="magic"
|
pycompile_module="magic"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue