Skip to content

Commit

Permalink
rtags: drop tests, which require python3-nose
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Nov 17, 2024
1 parent d41c350 commit 84455a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/rtags/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'rtags'
pkgname=rtags
version=2.38
revision=7
revision=8
build_style=cmake
# Don't run tests in do_install, please.
configure_args="-DSKIP_CTEST=TRUE"
hostmakedepends="pkg-config clang"
makedepends="llvm17-devel openssl-devel zlib-devel"
checkdepends="perl python3-PyHamcrest python3-nose"
short_desc="C/C++ indexer with integration for Emacs based on clang"
maintainer="Alexander Egorenkov <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/Andersbakken/rtags"
distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=e19d9cf5823cccc43266ca57c19ae0bb879cbe138511cb3f0343958860481a5d
nocross=yes
make_check=no # Tests require removed python3-nose

0 comments on commit 84455a2

Please sign in to comment.