mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
New package: python3-charset-normalizer-2.0.4
This commit is contained in:
parent
93384d5062
commit
a49bf41689
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-charset-normalizer/template
Normal file
17
srcpkgs/python3-charset-normalizer/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'python3-charset-normalizer'
|
||||||
|
pkgname=python3-charset-normalizer
|
||||||
|
version=2.0.4
|
||||||
|
revision=1
|
||||||
|
wrksrc="charset_normalizer-$version"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
short_desc="Encoding and language detection"
|
||||||
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://charset-normalizer.readthedocs.io/"
|
||||||
|
distfiles="https://github.com/Ousret/charset_normalizer/archive/refs/tags/$version.tar.gz"
|
||||||
|
checksum=3fcde2e1c62bb86ed8e20ce03127ffa5ac09a3e2f2c69cc273834ed6d3e94205
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue