mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
papis: update to 0.13.
This commit is contained in:
parent
ba2a6d8327
commit
598f746fd7
2 changed files with 7 additions and 19 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -25,7 +25,7 @@ else:
|
|
||||||
"LICENSE.txt",
|
|
||||||
]),
|
|
||||||
|
|
||||||
- ("etc/bash_completion.d/", [
|
|
||||||
+ ("share/bash-completion/completions/", [
|
|
||||||
"scripts/shell_completion/click/papis.sh",
|
|
||||||
]),
|
|
||||||
|
|
|
@ -1,24 +1,23 @@
|
||||||
# Template file for 'papis'
|
# Template file for 'papis'
|
||||||
pkgname=papis
|
pkgname=papis
|
||||||
version=0.12
|
version=0.13
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_args="--deselect=tests/downloaders/test_project_euclid.py::test_1"
|
|
||||||
make_check_target="papis tests"
|
make_check_target="papis tests"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4
|
depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4
|
||||||
python3-colorama python3-click python3-slugify python3-prompt_toolkit
|
python3-colorama python3-click python3-slugify python3-prompt_toolkit
|
||||||
python3-tqdm python3-Pygments python3-stevedore python3-parsing
|
python3-tqdm python3-Pygments python3-stevedore python3-parsing
|
||||||
python3-filetype python3-bibtexparser python3-habanero python3-arxiv2bib
|
python3-filetype python3-bibtexparser python3-habanero python3-arxiv2bib
|
||||||
python3-isbnlib python3-lxml python3-doi python3-Whoosh"
|
python3-isbnlib python3-lxml python3-doi python3-dominate python3-Whoosh"
|
||||||
checkdepends="${depends} python3-pytest-cov"
|
checkdepends="${depends} python3-typing_extensions python3-pytest-cov"
|
||||||
short_desc="Command-line based document and bibliography manager"
|
short_desc="Command-line based document and bibliography manager"
|
||||||
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/papis/papis"
|
homepage="https://github.com/papis/papis"
|
||||||
changelog="https://github.com/papis/papis/blob/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/papis/papis/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/papis/papis/archive/v${version}.tar.gz"
|
distfiles="https://github.com/papis/papis/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=75a91f827927a79ac648fbd810aacb1d2a0ba475f69f2f61c421c8b1dbf10cc9
|
checksum=bca72574a38acbed18091c96f75e9ee0600e0faad5fb741bcf3f4f3b60758020
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# Required to generate egg_info so that tests can use entry points
|
# Required to generate egg_info so that tests can use entry points
|
||||||
|
|
Loading…
Add table
Reference in a new issue