|
1 | 1 | # Template file for 'papis' |
2 | 2 | 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" |
15 | 10 | short_desc="Command-line based document and bibliography manager" |
16 | 11 | maintainer="xaltsc <xaltsc@protonmail.ch>" |
17 | 12 | license="GPL-3.0-or-later" |
18 | 13 | homepage="https://github.com/papis/papis" |
19 | 14 | 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