mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/python-redbaron to 0.9.2-7
This commit is contained in:
parent
2a573a4dca
commit
588a9d5d8f
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=python-redbaron
|
||||
pkgver=0.9.2
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task"
|
||||
url="https://github.com/PyCQA/redbaron"
|
||||
license=('LGPL')
|
||||
|
@ -14,12 +14,12 @@ depends=('python-baron')
|
|||
makedepends=('python-setuptools')
|
||||
checkdepends=('python-pytest')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/redbaron/archive/$pkgver.tar.gz"
|
||||
https://github.com/PyCQA/redbaron/commit/812081b7bd8774ceb61016ac37da43107c26eea2.patch)
|
||||
$pkgname-pytest-4.patch::https://github.com/PyCQA/redbaron/commit/812081b7bd8774ceb61016ac37da43107c26eea2.patch)
|
||||
sha512sums=('acebde8fcf5fea419960c2647e8251deb6ea9426e886d642d58ee29924f668a8359867cec934aa10a0eeedf511b454a5f9e603458355869989e3b168165d6f6a'
|
||||
'ba829d260ae1994ef12faaa3dd10531046ca754627de44a79f0b5ae9a27eed7a8b304ee5cac709586969b8ad2129b6a68b59631f88a4c616a65ca91937d6b45f')
|
||||
'0c3170116217dd989890850e3f8f6c05c25494a1d843185b4f40d682de76bc6ced58a852d5c34db6e572c491e2fa4a0f764766c3db543bdf25af147f2813fcb8')
|
||||
|
||||
prepare() {
|
||||
patch -d redbaron-$pkgver -p1 -i ../812081b7bd8774ceb61016ac37da43107c26eea2.patch
|
||||
patch -d redbaron-$pkgver -p1 < $pkgname-pytest-4.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue