aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-06-10 14:41:04 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-06-10 14:41:04 +0000
commit81e3726d1037d3fffbf0a655a49a2e3d8f925eb6 (patch)
tree523b85f9edec2cd8ceb59c334fda420a5dce676c
parentc70fcafcc977c643ae5947cde8d75b3ac156ac3e (diff)
downloadalpine_aports-81e3726d1037d3fffbf0a655a49a2e3d8f925eb6.tar.bz2
alpine_aports-81e3726d1037d3fffbf0a655a49a2e3d8f925eb6.tar.xz
alpine_aports-81e3726d1037d3fffbf0a655a49a2e3d8f925eb6.zip
testing/py3-lupa: add depends
-rw-r--r--testing/py3-lupa/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-lupa/APKBUILD b/testing/py3-lupa/APKBUILD
index da1ae4bd8c..2e5a746a33 100644
--- a/testing/py3-lupa/APKBUILD
+++ b/testing/py3-lupa/APKBUILD
@@ -2,13 +2,13 @@
2pkgname=py3-lupa 2pkgname=py3-lupa
3_pkgname=${pkgname#py3-} 3_pkgname=${pkgname#py3-}
4pkgver=1.8 4pkgver=1.8
5pkgrel=0 5pkgrel=1
6pkgdesc="Python wrapper around Lua and LuaJIT" 6pkgdesc="Python wrapper around Lua and LuaJIT"
7url="https://pypi.org/project/lupa/" 7url="https://pypi.org/project/lupa/"
8arch="all" 8arch="all"
9license="MIT" 9license="MIT"
10makedepends="python3-dev" 10makedepends="python3-dev"
11checkdepends="" 11depends="python3"
12source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" 12source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
13options="!check" # no test suite 13options="!check" # no test suite
14builddir="$srcdir"/$_pkgname-$pkgver 14builddir="$srcdir"/$_pkgname-$pkgver