diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template index 21560ea3f1240b..910fdf82105a83 100644 --- a/srcpkgs/papis/template +++ b/srcpkgs/papis/template @@ -1,7 +1,7 @@ # Template file for 'papis' pkgname=papis version=0.15.0 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="hatchling" 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 @@ -14,4 +14,3 @@ homepage="https://github.com/papis/papis" changelog="https://raw.githubusercontent.com/papis/papis/main/CHANGELOG.md" distfiles="https://github.com/papis/${pkgname}/archive/refs/tags/v${version}.tar.gz" checksum=40ffd77cde44c7af482ab4523a521754d7c5388d021b01a51eb3c908c6b3cef2 -make_check=no # test_utils.py failed, some issue with python3-habanero diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template index 1e76d74286a34b..0035b8a6f017b7 100644 --- a/srcpkgs/python3-habanero/template +++ b/srcpkgs/python3-habanero/template @@ -1,17 +1,20 @@ # Template file for 'python3-habanero' pkgname=python3-habanero -version=0.6.2 -revision=9 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-requests" +version=2.3.0 +revision=1 +build_style=python3-pep517 +# Disable unstable tests, needs external API +make_check_args="--ignore=test/test-funders.py --ignore=test/test-journals.py --ignore=test/test-types.py --ignore=test/test-workscontainer.py" +hostmakedepends="hatchling python3-pytest" +depends="python3-yaml python3-httpx python3-tqdm python3-urllib3 python3-packaging" +checkdepends="python3-yaml python3-httpx python3-tqdm python3-urllib3" short_desc="Python3 low level client for Crossref Search API" maintainer="xaltsc " license="MIT" homepage="https://github.com/sckott/habanero" distfiles="${PYPI_SITE}/h/habanero/habanero-${version}.tar.gz" -checksum=806c74298e0fb8a838514307ef3eca73685a968b8efd00e5dfe1ea604200f59d +checksum=871e5d088ef641b05514d44b004af512852b309bcd0d81f10545e58d54a654ab post_install() { - vlicense docs/license.rst + vlicense LICENSE.md }