blob: 4c054dfc032083b206a1591e5b1005af01c8b7eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = marcel-git
pkgdesc = A modern shell that accepts Python code and uses Python objects for piping
pkgver = v0.30.0.r0.g17f66cc
pkgrel = 1
url = https://www.marceltheshell.org/
arch = any
license = GPL-3.0-only
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-dill
depends = python-psutil
provides = marcel
conflicts = marcel
source = git+https://github.com/geophile/marcel.git
sha256sums = SKIP
pkgname = marcel-git
|