mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
python3-milc: update to 1.9.1.
This commit is contained in:
parent
7c869bb5d7
commit
54f360b006
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-milc'
|
||||
pkgname=python3-milc
|
||||
version=1.8.0
|
||||
revision=2
|
||||
version=1.9.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-appdirs python3-argcomplete python3-colorama python3-halo
|
||||
depends="python3-platformdirs python3-argcomplete python3-colorama python3-halo
|
||||
python3-spinners"
|
||||
checkdepends="${depends} python3-pytest python3-semver"
|
||||
short_desc="Batteries-Included Python 3 CLI Framework"
|
||||
|
@ -13,7 +13,8 @@ license="MIT"
|
|||
homepage="https://milc.clueboard.co"
|
||||
changelog="https://raw.githubusercontent.com/clueboard/milc/master/CHANGELOG.rst"
|
||||
distfiles="https://github.com/clueboard/milc/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=3bbb7dc7c33c4bdfff8a24e82c60de71af50bf96783f1b83040ccce66485b140
|
||||
checksum=86f8d733aafc3a4b8f82195d2a9b5796f52e477011c2fc150646098f4acf6121
|
||||
noverifypydeps=yes # depends on stub package 'types-colorama'
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue