python-decorator: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-10-24 23:59:36 +03:00
parent 78bc7bf925
commit fa33f88bc3

View File

@@ -4,7 +4,7 @@ _realname=decorator
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=4.4.0
pkgrel=1
pkgrel=2
pkgdesc="Python Decorator module (mingw-w64)"
arch=('any')
url='https://github.com/micheles/decorator'
@@ -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/micheles/decorator/archive/$pkgver.tar.gz")
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/micheles/decorator/archive/${pkgver}.tar.gz")
sha512sums=('c23c18bb7590dd1481fccdeae42b5722178eabb955d05d219824257525e1104dae3e4a5de52c22b8940afb76c67d99dd22a3b7223dd4b71b3dd0524e396e7b23')
# Helper macros to help make tasks easier #