Date: Tuesday, January 22, 2019 @ 13:54:41 Author: foxboron Revision: 427017
archrelease: copy trunk to community-any Added: mypy/repos/community-any/PKGBUILD (from rev 427016, mypy/trunk/PKGBUILD) Deleted: mypy/repos/community-any/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-01-22 13:54:29 UTC (rev 427016) +++ PKGBUILD 2019-01-22 13:54:41 UTC (rev 427017) @@ -1,26 +0,0 @@ -# Maintainer: Morten Linderud <foxbo...@archlinux.org> -# Contributor: icasdri <icasdri at gmail dot com> -# Contributor: hexchain <i...@hexchain.org> - -pkgname=mypy -pkgver=0.650 -pkgrel=1 -pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' -url="http://www.mypy-lang.org/" -arch=('any') -license=('MIT') -depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions') -makedepends=('python-setuptools' 'git') -source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('38d5b5f835a81817dcc0af8d155bce4e9aefa03794fe32ed154d6612e83feafa') - -build() { - cd "$pkgname-$pkgver" - python setup.py build -} - -package() { - cd "$pkgname-$pkgver" - python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 --skip-build - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: mypy/repos/community-any/PKGBUILD (from rev 427016, mypy/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-01-22 13:54:41 UTC (rev 427017) @@ -0,0 +1,26 @@ +# Maintainer: Morten Linderud <foxbo...@archlinux.org> +# Contributor: icasdri <icasdri at gmail dot com> +# Contributor: hexchain <i...@hexchain.org> + +pkgname=mypy +pkgver=0.660 +pkgrel=1 +pkgdesc='Optional static typing for Python 2 and 3 (PEP484)' +url="http://www.mypy-lang.org/" +arch=('any') +license=('MIT') +depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions') +makedepends=('python-setuptools' 'git') +source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz") +sha256sums=('986a7f97808a865405c5fd98fae5ebfa963c31520a56c783df159e9a81e41b3e') + +build() { + cd "$pkgname-$pkgver" + python setup.py build +} + +package() { + cd "$pkgname-$pkgver" + python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 --skip-build + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}