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
}
Search Criteria
Package Details: sorl-thumbnail 11.12-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-05-01)
| Package Base: | sorl-thumbnail |
|---|---|
| Description: | Thumbnails for Django |
| Upstream URL: | http://pypi.python.org/pypi/sorl-thumbnail/ |
| Category: | devel |
| Licenses: | |
| Submitter: | ei-grad |
| Maintainer: | DarwinSurvivor |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2010-11-01 19:21 |
| Last Updated: | 2013-08-30 00:58 |
Dependencies (2)
Required by (1)
Sources
Latest Comments
Comment by t0ki
Comment by DarwinSurvivor
Couple last changes:
- changed maintainer name
- incremented release number
Comment by DarwinSurvivor
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
Done
Comment by DarwinSurvivor
Could you please add python2-distribute to makedepends so it builds properly?
Comment by herve
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
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