mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/py3-lit: fix source url
This commit is contained in:
parent
c33277bb1d
commit
a6686e6e78
@ -3,7 +3,7 @@
|
||||
pkgname=py3-lit
|
||||
pkgver=0.6.0_rc1
|
||||
_pkgname=lit
|
||||
_pkgver=0.6.0rc1
|
||||
_pkgver=${pkgver//_}
|
||||
pkgrel=0
|
||||
pkgdesc="lit is a tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures."
|
||||
url="https://pypi.python.org/pypi/lit"
|
||||
@ -11,7 +11,7 @@ arch="noarch"
|
||||
license="BSD-3-Clause NSCA"
|
||||
makedepends="py3-setuptools"
|
||||
options="check"
|
||||
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$_pkgver.tar.gz"
|
||||
builddir="$srcdir/"${pkgname#py3-}-$_pkgver
|
||||
subpackages="$pkgname:_py3 $pkgname-doc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user