blob: 18469f5206fb7f5ddbba7973390192d9b0ebc00a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = nbtopy
pkgdesc = Converts Jupyter notebook files to Python files
pkgver = 1.1
pkgrel = 1
url = https://github.com/bulletmark/nbtopy
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python>=3.6
source = nbtopy-1.1.tar.gz::https://github.com/bulletmark/nbtopy/archive/1.1.tar.gz
sha1sums = 9674844612dd60699f11b415e730a56c5beeb382
pkgname = nbtopy
|