head	1.8;
access;
symbols
	pkgsrc-2019Q4:1.7.0.18
	pkgsrc-2019Q4-base:1.7
	pkgsrc-2019Q3:1.7.0.14
	pkgsrc-2019Q3-base:1.7
	pkgsrc-2019Q2:1.7.0.12
	pkgsrc-2019Q2-base:1.7
	pkgsrc-2019Q1:1.7.0.10
	pkgsrc-2019Q1-base:1.7
	pkgsrc-2018Q4:1.7.0.8
	pkgsrc-2018Q4-base:1.7
	pkgsrc-2018Q3:1.7.0.6
	pkgsrc-2018Q3-base:1.7
	pkgsrc-2018Q2:1.7.0.4
	pkgsrc-2018Q2-base:1.7
	pkgsrc-2018Q1:1.7.0.2
	pkgsrc-2018Q1-base:1.7
	pkgsrc-2017Q4:1.6.0.16
	pkgsrc-2017Q4-base:1.6
	pkgsrc-2017Q3:1.6.0.14
	pkgsrc-2017Q3-base:1.6
	pkgsrc-2017Q2:1.6.0.10
	pkgsrc-2017Q2-base:1.6
	pkgsrc-2017Q1:1.6.0.8
	pkgsrc-2017Q1-base:1.6
	pkgsrc-2016Q4:1.6.0.6
	pkgsrc-2016Q4-base:1.6
	pkgsrc-2016Q3:1.6.0.4
	pkgsrc-2016Q3-base:1.6
	pkgsrc-2016Q2:1.6.0.2
	pkgsrc-2016Q2-base:1.6
	pkgsrc-2016Q1:1.4.0.10
	pkgsrc-2016Q1-base:1.4
	pkgsrc-2015Q4:1.4.0.8
	pkgsrc-2015Q4-base:1.4
	pkgsrc-2015Q3:1.4.0.6
	pkgsrc-2015Q3-base:1.4
	pkgsrc-2015Q2:1.4.0.4
	pkgsrc-2015Q2-base:1.4
	pkgsrc-2015Q1:1.4.0.2
	pkgsrc-2015Q1-base:1.4
	pkgsrc-2014Q4:1.3.0.6
	pkgsrc-2014Q4-base:1.3
	pkgsrc-2014Q3:1.3.0.4
	pkgsrc-2014Q3-base:1.3
	pkgsrc-2014Q2:1.3.0.2
	pkgsrc-2014Q2-base:1.3
	pkgsrc-2014Q1:1.2.0.2
	pkgsrc-2014Q1-base:1.2
	pkgsrc-2013Q4:1.1.0.8
	pkgsrc-2013Q4-base:1.1
	pkgsrc-2013Q3:1.1.0.6
	pkgsrc-2013Q3-base:1.1
	pkgsrc-2013Q2:1.1.0.4
	pkgsrc-2013Q2-base:1.1
	pkgsrc-2013Q1:1.1.0.2
	pkgsrc-2013Q1-base:1.1;
locks; strict;
comment	@# @;


1.8
date	2020.02.19.11.00.56;	author adam;	state dead;
branches;
next	1.7;
commitid	PqHEo5OKBPjC4hXB;

1.7
date	2018.01.11.13.50.39;	author adam;	state Exp;
branches;
next	1.6;
commitid	zDvvi7ISTyaoJsmA;

1.6
date	2016.06.08.17.43.44;	author wiz;	state Exp;
branches;
next	1.5;
commitid	z4yEulWexjFaJG9z;

1.5
date	2016.04.20.17.58.36;	author adam;	state Exp;
branches;
next	1.4;
commitid	JdbH7GI8fwi1oo3z;

1.4
date	2014.12.31.13.57.30;	author wiz;	state Exp;
branches;
next	1.3;
commitid	ybQxkgXABHSTlc4y;

1.3
date	2014.04.12.10.10.27;	author adam;	state Exp;
branches;
next	1.2;
commitid	kcTat1VBURDaynwx;

1.2
date	2014.01.20.15.45.14;	author wiz;	state Exp;
branches;
next	1.1;
commitid	kNaOARVLAxkt2Slx;

1.1
date	2013.01.28.21.15.26;	author adam;	state Exp;
branches;
next	;


desc
@@


1.8
log
@py-easy-thumbnails: updated to 2.7

2.7.0:
* Add support for Django 3.0
* Drop support for Python 2
* Drop support for Django < 1.11
* Drop support for Django 2.0, 2.1

2.6.0:
* Added testing for Django 2.2 (no code changes required).
@
text
@# $NetBSD: Makefile,v 1.7 2018/01/11 13:50:39 adam Exp $

DISTNAME=	easy-thumbnails-2.5
PKGNAME=	${PYPKGPREFIX}-django-${DISTNAME}
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_PYPI:=e/easy-thumbnails/}

MAINTAINER=	adam@@NetBSD.org
HOMEPAGE=	https://github.com/SmileyChris/easy-thumbnails/
COMMENT=	Easy thumbnails for Django
LICENSE=	modified-bsd

DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
DEPENDS+=	${PYPKGPREFIX}-django>=1.8:../../www/py-django

USE_LANGUAGES=	# none

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
@


1.7
log
@py-django-easy-thumbnails: updated to 2.5

2.5:
Support Django versions up to 1.11. Version 2.0 is in beta.
Fix: Pickle/unpickle machine. The ThumbnailerField fields no longer generated thumbnails.
Removed all references to South migrations.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:44 wiz Exp $
@


1.6
log
@Switch to MASTER_SITES_PYPI.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2016/04/20 17:58:36 adam Exp $
d3 1
a3 1
DISTNAME=	easy-thumbnails-2.3
d13 2
a14 1
DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
d16 1
a16 1
USE_LANGUAGES=		# empty
@


1.5
log
@Changes 2.3:
* New ``Alias`` namer.
* Avoid a potential concurrency issue with creating the cache.
* Fix incorrect use of select_related for source thumbnail model.
* Removed some vestigal processor arguments.
* Allow ``HIGH_RESOLUTION`` argument on thumbnail template tag.
* Add logic to correctly handle thumbnail images on deferred models (e.g. when using ``.only()``).
* Add a ``data_uri`` filter to allow rendering of an image inline as a data uri.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:30 wiz Exp $
d6 1
a6 1
MASTER_SITES=	http://pypi.python.org/packages/source/e/easy-thumbnails/
@


1.4
log
@Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2014/04/12 10:10:27 adam Exp $
d3 1
a3 1
DISTNAME=	easy-thumbnails-1.5
d9 1
a9 1
HOMEPAGE=	https://github.com/SmileyChris/easy-thumbnails
@


1.3
log
@Changes 1.5:
* Better support for multiple source generators.
* Update method used to check for modification dates of source and thumbnail
  images. Thanks Ben Roberts.
* Better thumbnail_high_resolution handling, including the ability to switch on
  and off explicitly with a ``HIGH_RESOLUTION`` thumbnail option.
* Added configuration option to specify the infix used for high resolution
  image handling.
* Optional postprocessor for image optimization. Thanks Jacob Rief!
* More remote storages optimization
* Thumbnail dimensions can now optionally be cached. Thanks David Novakovic.
* New ``zoom`` option to generate a thumbnail of a source image with a
  percentage clipped off each side.
* New ``background`` source processor that can add a border color to ensure
  scaled images fit within the exact dimensions given.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2014/01/20 15:45:14 wiz Exp $
a14 1
EGG_NAME=		${DISTNAME:S/-/_/}
@


1.2
log
@Use distutils.mk. Mark as not for python-3.x. Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2013/01/28 21:15:26 adam Exp $
d3 1
a3 1
DISTNAME=	easy-thumbnails-1.2
a4 1
PKGREVISION=	1
d15 1
a15 3
PYTHON_VERSIONS_INCOMPATIBLE=	33 # not yet ported as of 1.2
EGG_NAME=	${DISTNAME:S/-/_/}

d18 1
a18 1
.include "../../lang/python/distutils.mk"
@


1.1
log
@The primary function of easy-thumbnails is to dynamically create thumbnails
based on a source image. So whenever a thumbnail does not exist or if the
source was modified more recently than the existing thumbnail, a new thumbnail
is generated (and saved).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2012/10/28 06:31:00 asau Exp $
d5 1
d14 5
a18 1
PYDISTUTILSPKG=		yes
d21 1
a21 3
DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django

.include "../../lang/python/extension.mk"
@

