blob: e60f6472c3b9df9925c6acb1637cab8467dc5909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
pkgbase = duckdb
pkgdesc = An in-process SQL OLAP database management system
pkgver = 1.1.0
pkgrel = 1
url = https://duckdb.org
arch = x86_64
arch = aarch64
license = MIT
makedepends = git
makedepends = cmake
makedepends = python-setuptools
makedepends = pybind11
makedepends = python-numpy
makedepends = python-pandas
makedepends = libutf8proc
makedepends = python-pip
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = gcc-libs
depends = openssl
source = duckdb-1.1.0.tar.gz::https://github.com/duckdb/duckdb/archive/refs/tags/v1.1.0.tar.gz
b2sums = a93489d7450977bf7da9c69f73440c309c0a1f02fcc4c88090e5f07a03a34c2511cbac80fae8219fa451792f29dd9b3a8ee18b9f33db4d923a462a7eedca80b2
pkgname = duckdb
conflicts = duckdb-git
pkgname = python-duckdb
pkgdesc = An in-process SQL OLAP database management system (Python API)
depends = python
depends = gcc-libs
optdepends = python-numpy
optdepends = python-pandas
conflicts = python-duckdb-git
|