void-packages/srcpkgs/python-bibtexparser/template
xaltsc 0e2633fd6c
New package: python-bibtexparser-1.1.0
closes #10626

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-04-05 23:40:41 -03:00

27 lines
829 B
Bash

# Template file for 'python-bibtexparser'
pkgname=python-bibtexparser
version=1.1.0
revision=1
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*
}
}