python-iso8601: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-10-28 11:15:17 +03:00
parent 2b3f86eff5
commit de075da98c

View File

@@ -3,9 +3,8 @@
_realname=iso8601
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
_libname=iso8601
pkgver=0.1.12
pkgrel=1
pkgrel=2
pkgdesc="Simple module to parse ISO 8601 dates (mingw-w64)"
arch=('any')
url="https://pyiso8601.readthedocs.io/en/latest/"
@@ -15,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools")
options=('staticlibs' 'strip' '!debug')
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
source=(https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz)
sha256sums=('49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82')
# Helper macros to help make tasks easier #