mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
python-pysrt: update to 1.1.2.
This commit is contained in:
parent
e84a836d94
commit
a79237d7f6
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-pysrt'
|
# Template file for 'python-pysrt'
|
||||||
pkgname=python-pysrt
|
pkgname=python-pysrt
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pysrt-${version}"
|
wrksrc="pysrt-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pysrt"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python python-chardet"
|
depends="python python-chardet"
|
||||||
short_desc="SubRip (.srt) subtitle parser and writer (Python2)"
|
short_desc="SubRip (.srt) subtitle parser and writer (Python2)"
|
||||||
|
@ -13,12 +12,11 @@ maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/byroot/pysrt"
|
homepage="https://github.com/byroot/pysrt"
|
||||||
distfiles="${PYPI_SITE}/p/pysrt/pysrt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pysrt/pysrt-${version}.tar.gz"
|
||||||
checksum=fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa
|
checksum=b4f844ba33e4e7743e9db746492f3a193dc0bc112b153914698e7c1cdeb9b0b9
|
||||||
alternatives="srt:srt:/usr/bin/srt2"
|
alternatives="srt:srt:/usr/bin/srt2"
|
||||||
|
|
||||||
python3-pysrt_package() {
|
python3-pysrt_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="pysrt"
|
|
||||||
depends="python3 python3-chardet"
|
depends="python3 python3-chardet"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="srt:srt:/usr/bin/srt3"
|
alternatives="srt:srt:/usr/bin/srt3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue