New package: python-bibtexparser-1.1.0
closes #10626 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
33d6d11d40
commit
0e2633fd6c
2 changed files with 27 additions and 0 deletions
26
srcpkgs/python-bibtexparser/template
Normal file
26
srcpkgs/python-bibtexparser/template
Normal 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*
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-bibtexparser
Symbolic link
1
srcpkgs/python3-bibtexparser
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-bibtexparser
|
Loading…
Reference in a new issue