mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python-kitchen: update to 1.2.6.
This commit is contained in:
parent
6fc165cc62
commit
725614f7f1
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python-kitchen'
|
# Template file for 'python-kitchen'
|
||||||
pkgname=python-kitchen
|
pkgname=python-kitchen
|
||||||
version=1.2.5
|
version=1.2.6
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="kitchen-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="kitchen"
|
pycompile_module="kitchen"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -12,8 +12,8 @@ short_desc="Useful snippets for Python2"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="dleeram <dleeram@protonmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/fedora-infra/kitchen"
|
homepage="https://github.com/fedora-infra/kitchen"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz"
|
||||||
checksum=1258af80868fc8c30170a43040b1eb5434bc5ffa5ff4ab98ffb9ee3d3c1e2f76
|
checksum=6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0
|
||||||
|
|
||||||
python3-kitchen_package() {
|
python3-kitchen_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
|
Loading…
Add table
Reference in a new issue