Skip to content

Commit ed08a24

Browse files
committed
papis: update to 0.15.0
1 parent ac61a02 commit ed08a24

1 file changed

Lines changed: 10 additions & 19 deletions

File tree

srcpkgs/papis/template

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
# Template file for 'papis'
22
pkgname=papis
3-
version=0.13
4-
revision=5
5-
build_style=python3-module
6-
make_check_target="papis tests"
7-
hostmakedepends="python3-setuptools"
8-
depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4
9-
python3-colorama python3-click python3-slugify python3-prompt_toolkit
10-
python3-tqdm python3-Pygments python3-stevedore python3-parsing
11-
python3-filetype python3-bibtexparser python3-habanero python3-arxiv2bib
12-
python3-isbnlib python3-lxml python3-doi python3-dominate python3-Whoosh
13-
python3-typing_extensions"
14-
checkdepends="${depends} python3-typing_extensions python3-pytest-cov"
3+
version=0.15.0
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="hatchling"
7+
depends="python3-yaml python3-arxiv python3-BeautifulSoup4 python3-bibtexparser python3-click python3-colorama python3-dominate python3-filetype python3-habanero python3-lxml python3-platformdirs python3-prompt_toolkit python3-Pygments python3-parsing python3-doi python3-slugify python3-requests
8+
python3-Jinja2 python3-Whoosh python3-chardet python3-isbnlib python3-setuptools"
9+
checkdepends="${depends} python3-pytest python3-pytest-cov python3-docutils python3-Sphinx python3-sphinx-click"
1510
short_desc="Command-line based document and bibliography manager"
1611
maintainer="xaltsc <xaltsc@protonmail.ch>"
1712
license="GPL-3.0-or-later"
1813
homepage="https://github.com/papis/papis"
1914
changelog="https://raw.githubusercontent.com/papis/papis/main/CHANGELOG.md"
20-
distfiles="https://github.com/papis/papis/archive/refs/tags/v${version}.tar.gz"
21-
checksum=bca72574a38acbed18091c96f75e9ee0600e0faad5fb741bcf3f4f3b60758020
22-
23-
pre_check() {
24-
# Required to generate egg_info so that tests can use entry points
25-
python3 setup.py egg_info
26-
}
15+
distfiles="https://github.com/papis/${pkgname}/archive/refs/tags/v${version}.tar.gz"
16+
checksum=40ffd77cde44c7af482ab4523a521754d7c5388d021b01a51eb3c908c6b3cef2
17+
make_check=no # test_utils.py failed, some issue with python3-habanero

0 commit comments

Comments
 (0)