27 lines
829 B
Bash
27 lines
829 B
Bash
# Template file for 'python-bibtexparser'
|
|
pkgname=python-bibtexparser
|
|
version=1.1.0
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="bibtexparser-${version}"
|
|
build_style=python-module
|
|
pycompile_module="bibtexparser"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-parsing python-future"
|
|
short_desc="Python2 package for parsing BibTeX"
|
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
|
license="LGPL-3.0-only"
|
|
homepage="https://github.com/sciunto-org/python-bibtexparser"
|
|
distfiles="${PYPI_SITE}/b/bibtexparser/bibtexparser-${version}.tar.gz"
|
|
checksum=df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f
|
|
|
|
python3-bibtexparser_package() {
|
|
archs=noarch
|
|
pycompile_module="bibtexparser"
|
|
depends="python3-parsing python3-future"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|