New package: python-enzyme-0.4.1
This commit is contained in:
parent
a2834672ba
commit
87cdd6b049
2 changed files with 27 additions and 0 deletions
26
srcpkgs/python-enzyme/template
Normal file
26
srcpkgs/python-enzyme/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'python-enzyme'
|
||||
pkgname=python-enzyme
|
||||
version=0.4.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="enzyme-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="enzyme"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Enzyme is a Python module to parse video metadata (Python2)"
|
||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/Diaoul/enzyme"
|
||||
distfiles="${PYPI_SITE}/e/enzyme/enzyme-${version}.tar.gz"
|
||||
checksum=f2167fa97c24d1103a94d4bf4eb20f00ca76c38a37499821049253b2059c62bb
|
||||
|
||||
python3-enzyme_package() {
|
||||
noarch=yes
|
||||
pycompile_module="enzyme"
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
1
srcpkgs/python3-enzyme
Symbolic link
1
srcpkgs/python3-enzyme
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-enzyme
|
Loading…
Reference in a new issue