New package: python-bibtexparser-1.1.0

closes #10626

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
xaltsc 2019-04-06 02:17:49 +02:00 committed by maxice8
parent 33d6d11d40
commit 0e2633fd6c
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# 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*
}
}

View File

@ -0,0 +1 @@
python-bibtexparser