* update python-dpcontracts to 0.6.0-13

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:29 +01:00
parent 604f06675a
commit 368bf802e4
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-dpcontracts
pkgdesc = A simple implementation of contracts for Python
pkgver = 0.6.0
pkgrel = 13
url = https://github.com/deadpixi/contracts
arch = any
license = LGPL-3.0-or-later
checkdepends = python-pytest
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
source = https://pypi.io/packages/source/d/dpcontracts/dpcontracts-0.6.0.tar.gz
source = 0001-fixing-tox-test-of-README.patch
sha512sums = 451b541c87ee2ccad3ab18f2328ffffff0fd422e137af8227b7c264f7b91b4270de077f79596008f746a37aef1e5762278b209b8923a6126a74a3b32225d4dd5
sha512sums = abbe0c19e9f4207a60a36cbcddf3202e1f4477768b836c8cbed9b687d6fe99650db333353ddf3f3535828964a01a9e2c3838d8325c254a835f4ad7a195b666b7
pkgname = python-dpcontracts

View File

@ -0,0 +1,3 @@
[python-dpcontracts]
source = "pypi"
pypi = "dpcontracts"

View File

@ -3,7 +3,7 @@
pkgname=python-dpcontracts
pkgver=0.6.0
pkgrel=12
pkgrel=13
pkgdesc="A simple implementation of contracts for Python"
url="https://github.com/deadpixi/contracts"
license=('LGPL-3.0-or-later')