mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
thefuck: update to 3.26. (#13866)
This commit is contained in:
parent
d430b99d55
commit
93de8dc039
1 changed files with 8 additions and 7 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'thefuck'
|
# Template file for 'thefuck'
|
||||||
pkgname=thefuck
|
pkgname=thefuck
|
||||||
version=3.25
|
version=3.26
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="thefuck"
|
pycompile_module="thefuck"
|
||||||
noarch=yes
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-requests python3-psutil python3-decorator
|
depends="python3-colorama python3-decorator python3-psutil python3-pyte
|
||||||
python3-six python3-colorama python3-pyte"
|
python3-requests"
|
||||||
checkdepends="python3-pytest python3-pytest-mock ${depends}"
|
checkdepends="python3-colorama python3-decorator python3-psutil python3-pyte
|
||||||
|
python3-pytest-mock python3-requests"
|
||||||
short_desc="Magnificent app which corrects your previous console command"
|
short_desc="Magnificent app which corrects your previous console command"
|
||||||
maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>'
|
maintainer="Benjamin 'Doctors' Hoffmeyer <hoffmeyer25@gmail.com>"
|
||||||
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=73ea219a317f0d2ef4617c483fa41d218d1e30515edabb9aa5d89c11a8b00b21
|
checksum=37d8cd1b578cbf473e337490d8e050a63a0a9defa2b0cb1619ffa4198b70b435
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# on python3 mock is unittest.mock
|
# on python3 mock is unittest.mock
|
||||||
|
|
Loading…
Add table
Reference in a new issue