Package Details: sorl-thumbnail 11.12-3

Package Base: sorl-thumbnail
Description: Thumbnails for Django
Upstream URL: http://pypi.python.org/pypi/sorl-thumbnail/
Category: devel
Licenses: GPL
Submitter: ei-grad
Maintainer: DarwinSurvivor
Last Packager: None
Votes: 3
First Submitted: 2010-11-01 19:21
Last Updated: 2013-08-30 00:58

Latest Comments

Comment by t0ki

2015-05-01 18:16

Please update:

pkgname=sorl-thumbnail
pkgver=12.2
pkgrel=1
pkgdesc="Thumbnails for Django"
arch=(any)
url="http://pypi.python.org/pypi/sorl-thumbnail/"
license=('GPL')
makedepends=('python-distribute')
depends=('python' 'python-django')
source=("http://pypi.python.org/packages/source/s/sorl-thumbnail/sorl-thumbnail-${pkgver}.tar.gz")
sha1sums=('48243f0fdc4fb5f109dc697c950f83a3043c41ea')

build() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py build || return 1
}

package() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root=$pkgdir --optimize=1 || return 1
}

Comment by DarwinSurvivor

2013-08-30 01:02

Couple last changes:
- changed maintainer name
- incremented release number

Comment by DarwinSurvivor

2013-08-30 00:56

I have uploaded a new version with the following fixes:
- Moved sha1sums to below source (makes it easier to read)
- changed "django" dependency to "python2-django"
- now uses package() function instead of installing in build()

Anonymous comment

2012-05-26 10:26

Done

Comment by DarwinSurvivor

2012-05-25 17:48

Could you please add python2-distribute to makedepends so it builds properly?

Comment by herve

2011-10-31 15:45

Wow! last time I used it, it was in version 3.2.

I've just seen the latest version on Pypi is 11.09.

And according to the comment below, the project moved to Github.

Comment by aleray

2010-12-06 14:05

Hi,

the google code project seems to be down; I've updated the PKGBUILD to fetch the source from Pypi, see: http://aur.pastebin.com/q98uuLzy

Best,

Alex