* update python-tblib to 2.0.0-3

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:48 +01:00
parent 10e05a2076
commit b17ce3071f
3 changed files with 28 additions and 4 deletions

View File

@ -0,0 +1,20 @@
pkgbase = python-tblib
pkgdesc = Python traceback fiddling library
pkgver = 2.0.0
pkgrel = 3
url = https://github.com/ionelmc/python-tblib
arch = any
license = BSD-2-Clause
checkdepends = python-pytest
checkdepends = python-twisted
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-six
makedepends = python-wheel
depends = python-six
source = https://github.com/ionelmc/python-tblib/archive/v2.0.0/python-tblib-2.0.0.tar.gz
sha512sums = 13f9800647aacc516f893fed6717b13b53102af367bb3c21224b5545dedc3b8f1b73173b2fe26a7e2325235071ed534f8bafe28d2c8ba38d2f7a69bd3fb5419a
b2sums = e26c224f6ca20cba5d8ce654da4069ed4735e2da77cb6ccb27040c67b762df32f50676932c49ed2adf71ca7ce135a5d0ea3821df926ee7d64e865c034fe9442f
pkgname = python-tblib

View File

@ -0,0 +1,4 @@
[python-tblib]
source = "git"
git = "https://github.com/ionelmc/python-tblib.git"
prefix = "v"

View File

@ -3,8 +3,8 @@
pkgname=python-tblib
_pyname=tblib
pkgver=1.7.0
pkgrel=7
pkgver=2.0.0
pkgrel=3
pkgdesc='Python traceback fiddling library'
url='https://github.com/ionelmc/python-tblib'
arch=(any)
@ -13,8 +13,8 @@ depends=('python-six')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-six' 'python-wheel')
checkdepends=('python-pytest' 'python-twisted')
source=("https://github.com/ionelmc/python-tblib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('14745af9647262c4569ae578e2bd439b4fbc430735449bf3c4dbc99c6dd39706725ddbf5b6d6e078eee34f0ccb5d9a5f5143d133a2a0b171afa6975e21c30999')
b2sums=('edbd9e475304b6486072ef86147a65c0a8f540dc821a0f7e8babd72386276246b64d3d04f4fbb89edb34164965746e999694fba5d5b65f71b8ce3e8cfddb0add')
sha512sums=('13f9800647aacc516f893fed6717b13b53102af367bb3c21224b5545dedc3b8f1b73173b2fe26a7e2325235071ed534f8bafe28d2c8ba38d2f7a69bd3fb5419a')
b2sums=('e26c224f6ca20cba5d8ce654da4069ed4735e2da77cb6ccb27040c67b762df32f50676932c49ed2adf71ca7ce135a5d0ea3821df926ee7d64e865c034fe9442f')
build() {
cd ${pkgname}-${pkgver}