mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/python-pytest-plugins to 1.3.0-1
This commit is contained in:
parent
789a3a0fb0
commit
006f7eb220
1 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ pkgbase=python-pytest-plugins
|
|||
pkgname=('python-pytest-fixture-config' 'python2-pytest-fixture-config'
|
||||
'python-pytest-shutil' 'python2-pytest-shutil'
|
||||
'python-pytest-virtualenv' 'python2-pytest-virtualenv')
|
||||
pkgver=1.2.12
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
license=('BSD')
|
||||
|
@ -16,9 +16,9 @@ url='https://github.com/manahl/pytest-plugins'
|
|||
makedepends=('python-pytest' 'python2-pytest' 'python-setuptools-git' 'python2-setuptools-git'
|
||||
'python-execnet' 'python2-execnet'
|
||||
'python-path.py' 'python2-path.py' 'python-mock' 'python2-mock' 'python2-contextlib2'
|
||||
'python-virtualenv')
|
||||
'python-virtualenv' 'python-termcolor' 'python2-termcolor')
|
||||
source=("$pkgbase-$pkgver.tar.gz::https://github.com/manahl/pytest-plugins/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('93372f933c88a0775c29426d181c5084a0bfd251342de4443751e770c48ee0ec002c4cb89bbfc053c6415b61981c91d64b7e283592511fedfa26ffc17bf1b259')
|
||||
sha512sums=('6299f976804376e0f269e8f95a3fc1425359d887d0795ddac54d0cf14a0f614ee534ef0c58af4cceb9e3db121754df1d2f6102a6548dfeedd78da8fa0bae2edb')
|
||||
|
||||
prepare() {
|
||||
# New pypandoc?
|
||||
|
@ -77,7 +77,7 @@ package_python2-pytest-fixture-config() {
|
|||
|
||||
package_python-pytest-shutil() {
|
||||
pkgdesc='A goodie-bag of unix shell and environment tools for py.test'
|
||||
depends=('python-pytest' 'python-execnet' 'python-path.py' 'python-mock')
|
||||
depends=('python-pytest' 'python-execnet' 'python-path.py' 'python-mock' 'python-termcolor')
|
||||
|
||||
cd pytest-plugins-$pkgver/pytest-shutil
|
||||
python setup.py install --root="$pkgdir" --optimize=1
|
||||
|
@ -86,7 +86,7 @@ package_python-pytest-shutil() {
|
|||
|
||||
package_python2-pytest-shutil() {
|
||||
pkgdesc='A goodie-bag of unix shell and environment tools for py.test'
|
||||
depends=('python2-pytest' 'python2-execnet' 'python2-path.py' 'python2-mock'
|
||||
depends=('python2-pytest' 'python2-execnet' 'python2-path.py' 'python2-mock' 'python2-termcolor'
|
||||
'python2-contextlib2')
|
||||
|
||||
cd pytest-plugins-$pkgver-py2/pytest-shutil
|
||||
|
|
Loading…
Reference in a new issue