summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 83b209e262b2e3ddf1fb9190f7b5187fcb1167e4 (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.4
	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.4.tar.gz
	sha512sums = f04ea36c118f290b20aad00e8fa849330bd416aa9b8574cc8af27ef0124941bd37a9d28219056dcfc86f40dd63a0069a1b0c3fd25b676a332c58c167a11d55fb

pkgname = python-pure-protobuf
	depends = python>=3.9.0
	depends = python-typing_extensions>=4.4.0