aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-astral
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2018-11-01 10:55:15 +0000
committerAndy Postnikov <apostnikov@gmail.com>2018-11-01 13:02:32 +0200
commit675b25c331fe20e8af2bd57a7b8e35861c5c03ca (patch)
tree8e23d1dd53076e9499a6491f26fd2f17065368e3 /testing/py-astral
parent024f655ebdd880cd7b643e5caa953855414033d3 (diff)
downloadaports-675b25c331fe20e8af2bd57a7b8e35861c5c03ca.tar.bz2
aports-675b25c331fe20e8af2bd57a7b8e35861c5c03ca.tar.xz
testing/py-astral: upgrade to 1.7.1
Diffstat (limited to 'testing/py-astral')
-rw-r--r--testing/py-astral/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/py-astral/APKBUILD b/testing/py-astral/APKBUILD
index 8929df20b8..bb67c14a73 100644
--- a/testing/py-astral/APKBUILD
+++ b/testing/py-astral/APKBUILD
@@ -2,12 +2,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-astral
_pkgname=astral
-pkgver=1.6.1
+pkgver=1.7.1
pkgrel=0
pkgdesc="Calculations for the position of the sun and moon"
url="https://pypi.python.org/pypi/astral/"
arch="noarch"
license="Apache-2.0"
+# Disable tests for now because they require an API key
+options="!check"
depends="py-tz"
makedepends="python2-dev python3-dev py-setuptools"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
@@ -51,4 +53,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="c987e642224b503b334716a670e85100dd7dcab7c00105be9c2816653dc4c143869a05ff84dd3e1d3d1ab1e968217464f08a759e27e5061bd994a49ffb081e1f astral-1.6.1.tar.gz"
+sha512sums="151bcc76e6cc3a84cf0e894f57c7c0c02464f6ad93aa3c1adc88064f7e781ed5e7ec0473f616700b504f756c78800b02817d79f1c216733e474242ea9af1e45f astral-1.7.1.tar.gz"