void-packages/srcpkgs/python-subliminal/template
2019-03-01 12:04:45 -03:00

46 lines
1.5 KiB
Bash

# Template file for 'python-subliminal'
pkgname=python-subliminal
version=2.0.5
revision=1
archs=noarch
wrksrc="subliminal-${version}"
build_style=python-module
pycompile_module="subliminal"
hostmakedepends="python-setuptools python3-setuptools"
depends="python python-guessit python-babelfish python-enzyme
python-BeautifulSoup4 python-requests python-click python-dogpile.cache
python-stevedore python-chardet python-pysrt python-six python-appdirs
python-rarfile python-pytz"
short_desc="Subtitles, faster than your thoughts (Python2)"
maintainer="Daniel Santana <daniel@santana.tech>"
license="MIT"
homepage="http://subliminal.readthedocs.org"
distfiles="${PYPI_SITE}/s/subliminal/subliminal-${version}.tar.gz"
checksum=147aa54f54de62d6fcafa213bb9ea89319600c133dab1a5532ff7126352bfbb7
alternatives="subliminal:subliminal:/usr/bin/subliminal2"
post_extract() {
# Remove extraneous files, they are not used and they doen't work on python3
rm -r subliminal/subtitles
}
post_install() {
vlicense LICENSE
}
python3-subliminal_package() {
archs=noarch
pycompile_module="subliminal"
depends="python3 python3-guessit python3-babelfish python3-enzyme
python3-BeautifulSoup4 python3-requests python3-click python3-dogpile.cache
python3-stevedore python3-chardet python3-pysrt python3-six python3-appdirs
python3-rarfile python3-pytz"
short_desc="${short_desc/Python2/Python3}"
alternatives="subliminal:subliminal:/usr/bin/subliminal3"
pkg_install() {
vmove usr/bin/subliminal3
vmove usr/lib/python3*
vlicense LICENSE
}
}