aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 19:50:07 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 19:50:07 -0300
commit553221ae34cdfda17e57a0e6a95b7e8aa2574476 (patch)
tree85485268ca1568d1673b37236ac96c6b42bdb2d0
parent37ca2d5458682d61cef8fc276ff7891fc7cf2d72 (diff)
testing/py3-pystache: drop dep on py3-setuptools
-rw-r--r--testing/py3-pystache/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/py3-pystache/APKBUILD b/testing/py3-pystache/APKBUILD
index 5e20ee39963..6b20b8a7329 100644
--- a/testing/py3-pystache/APKBUILD
+++ b/testing/py3-pystache/APKBUILD
@@ -5,14 +5,15 @@
pkgname=py3-pystache
_realname=pystache
pkgver=0.5.4
-pkgrel=3
-pkgdesc="Pystache is a Python implementation of Mustache."
+pkgrel=4
+pkgdesc="Pystache is a Python implementation of Mustache"
url="https://pypi.python.org/pypi/pystache"
arch="noarch"
license="MIT"
replaces="py-pystache" # For backwards compatibility
provides="py-pystache=$pkgver-r$pkgrel" # For backwards compatibility
-depends="py3-setuptools"
+depends="python3"
+makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
builddir="$srcdir"/$_realname-$pkgver
@@ -33,5 +34,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="4ac325e1431f58f740218c9ec309821db82d89989ef4ca7fc3536dea0ef1c90e8e85ebaa7df27f33129ca02252b84bcbd7429a1ed999b496f62f174dd66502cb pystache-0.5.4.tar.gz"
+sha512sums="4ac325e1431f58f740218c9ec309821db82d89989ef4ca7fc3536dea0ef1c90e8e85ebaa7df27f33129ca02252b84bcbd7429a1ed999b496f62f174dd66502cb pystache-0.5.4.tar.gz"