python-kitchen: drop package
This commit is contained in:
parent
715940d7aa
commit
57833404fb
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'python-kitchen'
|
||||
pkgname=python-kitchen
|
||||
version=1.2.6
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="kitchen-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="kitchen"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Useful snippets for Python2"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/fedora-infra/kitchen"
|
||||
distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz"
|
||||
checksum=6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0
|
||||
|
||||
python3-kitchen_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="kitchen"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-kitchen
|
14
srcpkgs/python3-kitchen/template
Normal file
14
srcpkgs/python3-kitchen/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-kitchen'
|
||||
pkgname=python3-kitchen
|
||||
version=1.2.6
|
||||
revision=4
|
||||
wrksrc="kitchen-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Useful snippets for Python3"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/fedora-infra/kitchen"
|
||||
distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz"
|
||||
checksum=6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0
|
Loading…
Reference in a new issue