mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python3-shellingham: update to 1.5.4.
This commit is contained in:
parent
fdf57edfe0
commit
bf58ffcd89
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-shellingham'
|
# Template file for 'python3-shellingham'
|
||||||
pkgname=python3-shellingham
|
pkgname=python3-shellingham
|
||||||
version=1.5.0
|
version=1.5.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest-mock"
|
checkdepends="python3-pytest-mock"
|
||||||
short_desc="Python tool to detect surrounding shell"
|
short_desc="Python tool to detect surrounding shell"
|
||||||
|
@ -12,7 +12,7 @@ license="ISC"
|
||||||
homepage="https://github.com/sarugaku/shellingham"
|
homepage="https://github.com/sarugaku/shellingham"
|
||||||
changelog="https://raw.githubusercontent.com/sarugaku/shellingham/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/sarugaku/shellingham/master/CHANGELOG.rst"
|
||||||
distfiles="https://github.com/sarugaku/shellingham/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/sarugaku/shellingham/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=727a18bfc9356e4c8ee4a9945125ea46680ba44cbb0a413bfae61e21314ceae8
|
checksum=9efba7106b6192be290b6ea1e92f6b2fb04d8059ff364cabf9c08fba1e4dae71
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue