python-monotonic: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-10-28 10:33:47 +03:00
parent 58b96d2837
commit d64d5843a3

View File

@@ -4,7 +4,7 @@ _realname=monotonic
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.5
pkgrel=1
pkgrel=2
pkgdesc="An implementation of time.monotonic() for Python 2 & Python 3 (mingw-w64)"
arch=('any')
url='https://github.com/atdt/monotonic'
@@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/atdt/monotonic/archive/$pkgver.tar.gz")
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/atdt/monotonic/archive/${pkgver}.tar.gz")
sha256sums=('d58dc86a7b0d714702be02df906d2712901efef6a16b3aafc95aaa9174e27771')
# Helper macros to help make tasks easier #