blob: 9f26337e69ed412359dcf61e2dc585ae41c09f69 (
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 = 2
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 = 2bd0aab845444dc746ee4826dc977374ab27b586a62bea5e3c4913bf2f4f5eae34b3bf0cbbbb5a8e46d92f5d0b7677ac43c26085165dee4ca79e937f1d7d70aa
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
|