mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
[skip-ci] python3-kitchen: import as fedmsg new deps
This commit is contained in:
parent
2f80ec3ce9
commit
12ca5c9568
25
python3-kitchen/PKGBUILD
Normal file
25
python3-kitchen/PKGBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
# Contibutions from Arch:
|
||||
# Maintainer: John Jenkins twodopeshaggy@gmail.com
|
||||
# Maintainer: Sean Anderson seanga2@gmail.com
|
||||
|
||||
pkgname=python3-kitchen
|
||||
pkgver=1.2.5
|
||||
pkgrel=1
|
||||
pkgdesc="Useful snippets of python code"
|
||||
url="https://github.com/fedora-infra/kitchen"
|
||||
depends=('python3' )
|
||||
makedepends=('python3-setuptools')
|
||||
license=('LGPLv2+')
|
||||
arch=('any')
|
||||
source=(https://github.com/fedora-infra/kitchen/archive/v$pkgver.tar.gz)
|
||||
md5sums=('35490785ed23c91bad1c083c7adbc39e')
|
||||
|
||||
build() {
|
||||
cd $srcdir/kitchen-$pkgver
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/kitchen-$pkgver
|
||||
python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
|
||||
}
|
Loading…
Reference in New Issue
Block a user