blob: 5db76b15b7f1a505b3e5234dca75ea549f4fc489 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
pkgbase = edgedb
pkgdesc = A graph-relational database with declarative schema, built-in migration system, and a next-generation query language.
pkgver = 3.1
pkgrel = 1
url = https://www.edgedb.com/
install = edgedb.install
arch = x86_64
license = Apache
makedepends = git
makedepends = python-setuptools>=67
makedepends = cython>=0.29.32
makedepends = cython<0.30.0
makedepends = python-setuptools-rust>=0.12.1
makedepends = yarn
depends = python>=3.10
depends = python-parsing>=2.0.3
depends = python-edgedb=1.3.0
depends = postgresql>=13
depends = python-httptools>=0.3.0
depends = python-immutables>=0.18
depends = python-uvloop>=0.17.0
depends = python-click>=7.1
depends = python-cryptography>=35.0
depends = python-graphql-core>=3.1.5
depends = python-jwcrypto>=1.3.1
depends = python-psutil>=5.8
depends = python-setproctitle>=1.2
depends = python-wcwidth>=0.2
optdepends = edgedb-cli
optdepends = pgvector
backup = etc/edgedb/server.conf
backup = etc/edgedb/tls-certificate.pem
backup = etc/edgedb/tls-private-key.pem
backup = etc/edgedb/jws-keys.pem
backup = etc/edgedb/jwe-keys.pem
source = git+https://github.com/edgedb/edgedb.git#tag=v3.1
source = https://github.com/MagicStack/py-pgproto/archive/5ae66af0337030405f996d7d13110505a2164374.zip
source = https://github.com/pganalyze/libpg_query/archive/1097b2c33e54a37c0d2c0f2d498c7d1cf967eae9.zip
source = server.conf
source = edgedb.service
source = edgedb.sysusers
source = edgedb.tmpfiles
source = build.patch
sha256sums = SKIP
sha256sums = 3c569126de08bd46214e790c7f6b4d8129897fd41f2a8458a07b6ff5fae6480c
sha256sums = d872b4afc03d9c11297f162dc38ef1f18a420dcfd36b5f197bdfe8f6a47d49e8
sha256sums = 3b8d610edc8b152f420cbe4a93741f85c8d1548914854741e14121a662c2bbba
sha256sums = 34992dd2a9e5c28b5120c2bbcc64d6d49e6ce797797155431b19e27b5ff88cf2
sha256sums = c5c8e4fe88cba51a25709ded30e9e611ed53b57280b135d37bb8dde81857410d
sha256sums = c3fad5eac89d5be31c51abdfbef61adc171a4a01f505a74687f8585e3dde8894
sha256sums = b5e51dd4acc8fe5fb492ef31e0ffbc5f81cf733860da7de5248521435ab4384d
pkgname = edgedb
|