New package: python-kitchen-1.2.5

This commit is contained in:
dleeram 2017-09-19 17:46:38 +01:00 committed by Michael Aldridge
parent d0825150e0
commit 0700f8451b
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,29 @@
# Template file for 'python-kitchen'
pkgname=python-kitchen
version=1.2.5
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="kitchen"
hostmakedepends="python-setuptools python3-setuptools"
short_desc="Python2 useful snippets"
maintainer="dleeram <dleeram@protonmail.com>"
license="LGPL-2"
homepage="https://github.com/fedora-infra/kitchen"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1258af80868fc8c30170a43040b1eb5434bc5ffa5ff4ab98ffb9ee3d3c1e2f76
post_install() {
vlicense COPYING LICENSE
}
python3-kitchen_package() {
noarch=yes
pycompile_module="kitchen"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense COPYING LICENSE
}
}

1
srcpkgs/python3-kitchen Symbolic link
View file

@ -0,0 +1 @@
python-kitchen