diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-27 21:39:33 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-27 21:39:36 +0300 |
commit | 5c14965a66be850b0e01ed1edb838353dde34330 (patch) | |
tree | ddbab503102a8d3f35c91fced06c488913be2eec /testing | |
parent | e0f086373000ac84f08ea111254717350080be3a (diff) | |
download | aports-5c14965a66be850b0e01ed1edb838353dde34330.tar.bz2 aports-5c14965a66be850b0e01ed1edb838353dde34330.tar.xz |
testing/py-openweather: remove aport
The project no longer supports the OpenWeathermap.org API. This results in
runtime failures, irrespective of python version.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-openweather/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-openweather/APKBUILD b/testing/py-openweather/APKBUILD deleted file mode 100644 index d33d5b5df3..0000000000 --- a/testing/py-openweather/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-openweather -_pkgname=openweather -pkgver=0.11 -pkgrel=0 -pkgdesc="A Python API wrapper for OpenWeatherMap.org" -url="http://github.com/marians/openweather" -arch="noarch" -license="MIT" -depends="python2 py-daterangestr" -depends_dev="" -makedepends="python2-dev py-setuptools" -install="" -subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$_pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - python2 setup.py build || return 1 -} - -package() { - cd "$_builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="8f2658e3d117b1e6d07c702fde9a86f5 openweather-0.11.tar.gz" -sha256sums="912cc5cf2c2d0b3e277faff5973ee857b3cbca855770303811fdbff13aa07ef4 openweather-0.11.tar.gz" -sha512sums="3403795c9d64d567536cc6aba84d994f831601326d9d2458f5f8fe76a510106fff13968ff476e060b2befe5cdb2e87d2fb4c4dc3f2a2c5ffb907885654abaa9f openweather-0.11.tar.gz" |