python-tracing: update to 0.10.
This commit is contained in:
parent
2a39a893a1
commit
68ecf51366
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'python-tracing'
|
||||
pkgname=python-tracing
|
||||
version=0.9
|
||||
version=0.10
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="python-tracing-tracing-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="tracing"
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel"
|
||||
depends="python"
|
||||
pycompile_module="tracing"
|
||||
short_desc="Debug log/trace messages for Python2"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
homepage="http://liw.fi/tracing/"
|
||||
license="GPL-3"
|
||||
distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
||||
checksum=b44cafd2fac5d4c43a72af6082f0d3240a00f832f1d1e0ef74f69f8a4759106f
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://liw.fi/tracing/"
|
||||
distfiles="http://git.liw.fi/python-tracing/snapshot/python-tracing-tracing-${version}.tar.gz"
|
||||
checksum=9715af22c95ddb6451625f28153f8eaca6e1b452428610565deedff889c47c75
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="http://git.liw.fi/python-tracing/"
|
||||
pattern='(?<!-)\b\Q'"$pkgname"'\E(-tracing)?[-_]?((src|source)[-_])?\K([^-/_\s]*?\d[^-/_\s]*?)(?=(?:[-_.](?:src|source|orig))?\.(?:[jt]ar|shar|t[bglx]z|tbz2|zip))\b'
|
Loading…
Reference in New Issue