Date: Tuesday, June 26, 2018 @ 22:13:50 Author: foxboron Revision: 346296
upgpkg: python-pipenv 2018.6.25-1 Updated to 2018.6.25 Modified: python-pipenv/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-26 22:10:09 UTC (rev 346295) +++ PKGBUILD 2018-06-26 22:13:50 UTC (rev 346296) @@ -3,16 +3,21 @@ pkgbase=python-pipenv pkgname=(python-pipenv python2-pipenv) -pkgver=2018.05.18 +pkgver=2018.6.25 pkgrel=1 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv." url="https://docs.pipenv.org" arch=('any') license=('MIT') -makedepends=('python' 'python-setuptools' - 'python2' 'python2-setuptools') +makedepends=('python-setuptools' + 'python2-setuptools') +#checkdepends=('python-pytest' 'python-pytest-runner' +# 'python-pip' 'python-certifi' 'python-virtualenv' +# 'python-virtualenv-clone' 'python-strict-rfc3339' +# 'python-pytz' 'python-flaky' 'python-mock' +# 'python2-pytest' 'python2-pytest-runner') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz") -sha256sums=('fadf22cd92ea0c96dc6d111940525e6285866d9bc06eb4aa52bc54bfb2ab2646') +sha256sums=('282b5bdda23f8a14b2c12ea53d524f7d3edc67a6b2c7aa7d27d95f27c475e46c') prepare() { cp -a pipenv-$pkgver{,-py2} @@ -26,6 +31,14 @@ python2 setup.py build } +#check(){ +# cd "$srcdir/pipenv-$pkgver" +# python setup.py pytest +# +# cd "$srcdir/pipenv-$pkgver-py2" +# python2 setup.py pytest +#} + package_python2-pipenv() { depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv' 'python2-virtualenv-clone' 'python2-ordereddict'
