From 4f525c8f7e90c3e6627d57f2fd64e2fe25aef6e1 Mon Sep 17 00:00:00 2001 From: xaltsc <41400742+xaltsc@users.noreply.github.com> Date: Sat, 6 Apr 2019 00:54:00 +0200 Subject: [PATCH] New package: papis-0.8 --- srcpkgs/papis/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/papis/template diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template new file mode 100644 index 0000000000..4d61c8aa4f --- /dev/null +++ b/srcpkgs/papis/template @@ -0,0 +1,21 @@ +# Template file for 'papis' +pkgname=papis +version=0.8 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4 + python3-colorama python3-click python3-slugify python3-prompt_toolkit + python3-tqdm python3-Pygments python3-stevedore python3-parsing + python3-filetype python3-bibtexparser python3-habanero python3-arxiv2bib + python3-pylibgen python3-isbnlib python3 python3-setuptools" +short_desc="Command-line based document and bibliography manager" +maintainer="xaltsc " +license="GPL-3.0-or-later" +homepage="https://github.com/papis/papis" +distfiles="https://github.com/papis/papis/archive/v${version}.tar.gz" +checksum=6c5493d5f7062a960bc2b1351ddde001ed585e407aa06e7c07092c61040c696a + +pre_build() { + sed -i '/configparser/d' setup.py +}