peru: update to 1.3.1.
This commit is contained in:
parent
a7b269821e
commit
200bf7a33b
1 changed files with 20 additions and 6 deletions
|
@ -1,17 +1,31 @@
|
||||||
# Template file for 'peru'
|
# Template file for 'peru'
|
||||||
pkgname=peru
|
pkgname=peru
|
||||||
version=1.2.0
|
version=1.3.1
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
pycompile_module="peru"
|
hostmakedepends="hatchling python3-wheel"
|
||||||
hostmakedepends="python3-setuptools"
|
|
||||||
depends="curl git mercurial python3 python3-docopt python3-yaml"
|
depends="curl git mercurial python3 python3-docopt python3-yaml"
|
||||||
|
checkdepends="${depends} python3-pytest rsync subversion"
|
||||||
short_desc="Tool for fetching code"
|
short_desc="Tool for fetching code"
|
||||||
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/buildinspace/peru"
|
homepage="https://github.com/buildinspace/peru"
|
||||||
distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
|
checksum=6a21108f8b0417301d3cd76fa220906cea9d58f95208b70191282972f8bb8ff9
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
local skiptests
|
||||||
|
|
||||||
|
skiptests+=" test_curl_plugin_fetch or"
|
||||||
|
skiptests+=" test_curl_plugin_fetch_archives or"
|
||||||
|
skiptests+=" test_curl_plugin_reup or"
|
||||||
|
skiptests+=" test_git_plugin_with_relative_submodule or"
|
||||||
|
skiptests+=" test_git_plugin_with_submodule or"
|
||||||
|
skiptests+=" test_plugin_fetch or"
|
||||||
|
skiptests+=" test_plugin_get_reup_fields"
|
||||||
|
|
||||||
|
PYTHONPATH="$(cd tests && pwd)" python3 -m pytest -k "not (${skiptests})"
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue