python-tracing: update to 0.10.
This commit is contained in:
parent
2a39a893a1
commit
68ecf51366
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'python-tracing'
|
# Template file for 'python-tracing'
|
||||||
pkgname=python-tracing
|
pkgname=python-tracing
|
||||||
version=0.9
|
version=0.10
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc="python-tracing-tracing-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
pycompile_module="tracing"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="tracing"
|
|
||||||
short_desc="Debug log/trace messages for Python2"
|
short_desc="Debug log/trace messages for Python2"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
homepage="http://liw.fi/tracing/"
|
license="GPL-3.0-or-later"
|
||||||
license="GPL-3"
|
homepage="https://liw.fi/tracing/"
|
||||||
distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
distfiles="http://git.liw.fi/python-tracing/snapshot/python-tracing-tracing-${version}.tar.gz"
|
||||||
checksum=b44cafd2fac5d4c43a72af6082f0d3240a00f832f1d1e0ef74f69f8a4759106f
|
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