diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-02-27 22:24:47 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-27 22:24:47 +0000 |
commit | 8f3792acead10ec02e28b8e31eb2a21406e9e205 (patch) | |
tree | 492374733cf174d9e45f08617a81443c135d6537 /testing | |
parent | be409dcb9b03d61234bf59a9e264a622b376b5ef (diff) | |
download | aports-8f3792acead10ec02e28b8e31eb2a21406e9e205.tar.bz2 aports-8f3792acead10ec02e28b8e31eb2a21406e9e205.tar.xz |
testing/py3-lit: fixups
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-lit/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-lit/APKBUILD b/testing/py3-lit/APKBUILD index dc585490ae..08f18fbe43 100644 --- a/testing/py3-lit/APKBUILD +++ b/testing/py3-lit/APKBUILD @@ -2,6 +2,7 @@ # Maintainer: Orson Teodoro <orsonteodoro@hotmail.com> pkgname=py3-lit pkgver=0.6.0_rc1 +_pkgname=lit _pkgver=0.6.0rc1 pkgrel=0 pkgdesc="lit is a tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures." @@ -9,8 +10,8 @@ url="https://pypi.python.org/pypi/lit" arch="noarch" license="BSD-3-Clause NSCA" makedepends="py3-setuptools" -options="check !archcheck" -source="$pkgname-$pkgver.tar.gz::https://pypi.python.org/packages/b7/38/8bbbaca02c8f98e797db9b265bab6e9fc9c3402ffdebd825c6fcf05a49fb/lit-0.6.0rc1.tar.gz#md5=52535811efe285dcf58a97fe16d1c845" +options="check" +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" |