python-decorator: Rebuild for python 3.8
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user