blob: 0e1dde8dd25eecf0074998e0b70eb02fe32490eb (
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
34
|
pkgbase = duckdb
pkgdesc = An in-process SQL OLAP database management system
pkgver = 0.10.2
pkgrel = 1
url = https://duckdb.org
arch = x86_64
arch = aarch64
arch = armv7h
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-0.10.2.tar.gz::https://github.com/duckdb/duckdb/archive/refs/tags/v0.10.2.tar.gz
b2sums = 49d3f34a09d2fc60b1a65ff546cfeca7a03941e1381f8365c082a56133d5a728c7b0e0f23f9688147ec297e44bc9c56ef584f91b9bd4edf3b8b5f946340a77c5
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
|