* update python-linetable to 0.0.3-6

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:35 +01:00
parent e044452cf1
commit 29d7be54c7
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,14 @@
pkgbase = python-linetable
pkgdesc = Library to parse and generate co_linetable attributes in Python code objects
pkgver = 0.0.3
pkgrel = 6
url = https://github.com/amol-/linetable
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
source = python-linetable-0.0.3.tar.gz::https://github.com/amol-/linetable/archive/refs/tags/0.0.3.tar.gz
sha256sums = dad177fcf1a75669e78b12ae5b6a5e5478fc9a41ea9295960436102ae8ce4b0a
pkgname = python-linetable

View File

@ -0,0 +1,3 @@
[python-linetable]
source = "git"
git = "https://github.com/amol-/linetable.git"

View File

@ -3,7 +3,7 @@
pkgname=python-linetable
pkgver=0.0.3
pkgrel=2
pkgrel=6
pkgdesc='Library to parse and generate co_linetable attributes in Python code objects'
url="https://github.com/amol-/linetable"
arch=(any)