From 0e2633fd6ce2c12786a83ac5a25aea4e95f95fd0 Mon Sep 17 00:00:00 2001 From: xaltsc <41400742+xaltsc@users.noreply.github.com> Date: Sat, 6 Apr 2019 02:17:49 +0200 Subject: [PATCH] New package: python-bibtexparser-1.1.0 closes #10626 Co-authored-by: maxice8 --- srcpkgs/python-bibtexparser/template | 26 ++++++++++++++++++++++++++ srcpkgs/python3-bibtexparser | 1 + 2 files changed, 27 insertions(+) create mode 100644 srcpkgs/python-bibtexparser/template create mode 120000 srcpkgs/python3-bibtexparser diff --git a/srcpkgs/python-bibtexparser/template b/srcpkgs/python-bibtexparser/template new file mode 100644 index 00000000000..1eff201e6b8 --- /dev/null +++ b/srcpkgs/python-bibtexparser/template @@ -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 " +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* + } +} diff --git a/srcpkgs/python3-bibtexparser b/srcpkgs/python3-bibtexparser new file mode 120000 index 00000000000..cfe1af4c4ca --- /dev/null +++ b/srcpkgs/python3-bibtexparser @@ -0,0 +1 @@ +python-bibtexparser \ No newline at end of file