blob: 23bce165a19fd9b9a2e561e9bcffbc78a9678dbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pure-protobuf
pkgdesc = Python implementation of Protocol Buffers data types with dataclasses support.
pkgver = 3.1.3
pkgrel = 1
url = https://eigenein.github.io/protobuf
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-benchmark
checkdepends = python-pydantic
makedepends = python-poetry-dynamic-versioning
makedepends = python-build
makedepends = python-installer
source = https://github.com/eigenein/protobuf/archive/refs/tags/3.1.3.tar.gz
sha512sums = f6de2d15ba97700a502174f8e48f313bd33c05f7d33ae028e532b237fe6850c16473adc6bded080bf332cecbec9ae5f0e0b2d7e88c10b127d6d1ba91840e271f
pkgname = python-pure-protobuf
depends = python>=3.7
depends = python-typing_extensions>=4.4.0
|