mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
thef: updated to 3.30
fixed lint error added go binary to checkdepends
This commit is contained in:
parent
c8ece55a32
commit
5167c88685
1 changed files with 3 additions and 4 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'thefuck'
|
# Template file for 'thefuck'
|
||||||
pkgname=thefuck
|
pkgname=thefuck
|
||||||
version=3.29
|
version=3.30
|
||||||
revision=4
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="thefuck"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-colorama python3-decorator python3-psutil python3-pyte
|
depends="python3-colorama python3-decorator python3-psutil python3-pyte
|
||||||
python3-requests"
|
python3-requests"
|
||||||
checkdepends="python3-colorama python3-decorator python3-psutil python3-pyte
|
checkdepends="python3-colorama python3-decorator python3-psutil python3-pyte
|
||||||
python3-pytest-mock python3-requests"
|
python3-pytest-mock python3-requests go"
|
||||||
short_desc="Magnificent app which corrects your previous console command"
|
short_desc="Magnificent app which corrects your previous console command"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/nvbn/thefuck"
|
homepage="https://github.com/nvbn/thefuck"
|
||||||
distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
|
distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
|
||||||
checksum=34a9ec020ff991a96a895dfbe2313b69464bbcc6975b1ad8158b32a2de5803a9
|
checksum=dd2e7bc94e9453beabbafc10c4d62c67601ea705250103a67ababcdad2991dd3
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# on python3 mock is unittest.mock
|
# on python3 mock is unittest.mock
|
||||||
|
|
Loading…
Add table
Reference in a new issue