-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtags: drop tests, which require python3-nose
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |