bump python-isort and python-pies

This commit is contained in:
Yaron de Leeuw 2014-12-28 19:47:22 +02:00
parent 7ac0ee2504
commit 05027fdfe5
2 changed files with 5 additions and 6 deletions

View file

@ -1,14 +1,14 @@
pkgbase = python-pies
pkgdesc = The simplest (and tastiest) way to write one program that runs on both Python 2.6+ and Python 3.
pkgver = 2.6.1
pkgver = 2.6.3
pkgrel = 2
url = https://github.com/timothycrosley/pies
arch = any
license = MIT
makedepends = python-setuptools
depends = python
source = python-pies-2.6.1.tar.gz::https://github.com/timothycrosley/pies/archive/2.6.1.tar.gz
md5sums = 65312c468735c1d7b18c722b2ecd47be
source = python-pies-2.6.3.tar.gz::https://github.com/timothycrosley/pies/archive/2.6.3.tar.gz
sha512sums = 7a6bb0bdcc0ddb13c2d7cd6929ffeada3d7f08d12527a098aa590b1e76e530719c68e6e5f99ed07c3f2f4aa52d5b730f54638c0aab04bb3cc606f8077ed0f74b
pkgname = python-pies

View file

@ -3,7 +3,7 @@
# Maintained at : https://github.com/jarondl/aur-pkgbuilds-jarondl
pkgname=python-pies
_pkgname=pies
pkgver=2.6.1
pkgver=2.6.3
pkgrel=2
pkgdesc="The simplest (and tastiest) way to write one program that runs on both Python 2.6+ and Python 3."
arch=('any')
@ -12,12 +12,11 @@ license=('MIT')
depends=('python')
makedepends=(python-setuptools)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
md5sums=('65312c468735c1d7b18c722b2ecd47be')
sha512sums=('7a6bb0bdcc0ddb13c2d7cd6929ffeada3d7f08d12527a098aa590b1e76e530719c68e6e5f99ed07c3f2f4aa52d5b730f54638c0aab04bb3cc606f8077ed0f74b')
package() {
cd "$srcdir/$_pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}