mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
icdiff: update to 2.0.3.
This commit is contained in:
parent
03b8306d5f
commit
0b4e8e4e4e
1 changed files with 7 additions and 2 deletions
|
@ -1,22 +1,27 @@
|
||||||
# Template file for 'icdiff'
|
# Template file for 'icdiff'
|
||||||
pkgname=icdiff
|
pkgname=icdiff
|
||||||
version=2.0.0
|
version=2.0.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-release-${version}"
|
wrksrc="${pkgname}-release-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3 python3-setuptools"
|
depends="python3 python3-setuptools"
|
||||||
|
checkdepends="flake8"
|
||||||
short_desc="Side-by-side highlighted command line diffs"
|
short_desc="Side-by-side highlighted command line diffs"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
homepage="http://www.jefftk.com/icdiff"
|
homepage="http://www.jefftk.com/icdiff"
|
||||||
changelog="https://github.com/jeffkaufman/icdiff/raw/master/ChangeLog"
|
changelog="https://github.com/jeffkaufman/icdiff/raw/master/ChangeLog"
|
||||||
distfiles="https://github.com/jeffkaufman/icdiff/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/jeffkaufman/icdiff/archive/release-${version}.tar.gz"
|
||||||
checksum=bce07ff4995aafe9de274ca0a322e56275dc264948b125457d2cc73dd7e9eee2
|
checksum=23e9502895999a929e1d3559403205846742f7cf8a22c5d7f3c4db910ba12321
|
||||||
|
|
||||||
replaces="python3-icdiff>=0"
|
replaces="python3-icdiff>=0"
|
||||||
provides="python3-icdiff-${version}_${revision}"
|
provides="python3-icdiff-${version}_${revision}"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
./test.sh python3
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue