pkgsrc/www/py-django-photologue/Makefile
adam aeb55b5f95 py-django-photologue: updated to 3.13
3.13 (2020-09-03)
-----------------
- Checked compatibility with Django 3.1.
- Apply crop/effect changes to existing images
- Encoding objects before hashing error

3.12 (2020-07-30)
-----------------
- Drop alpha channel only on jpeg save (contributed by drazen)
- Added zh_Hans translation     (contributed by Lessica)
- improved Dutch translations (contributed by andreas.milants)

3.11 (2019-12-13)
-----------------
- Added support for Django 3.
- Dropped support for Python 2, python 3.4 and Django 2.1.

3.10 (2019-08-29)
-----------------
- Compatibility with Django 2.2.

3.9 (2019-04-21)
----------------
- Fixes when file doesn't exist in the file system but still is in S3.
- Doc tweaks - and added a page on how to actually use Photologue!
- Make setup compatible with latest version of pip.
- Checked compatibility with Django 2.1 and Python 3.7.
- Updated translations for Catalan and Basque.
- Missed a Django migration
- Test Tox; integrate with Travis and Coveralls.
- Removed old code (old-style demo templates that have been deprecated since 2014).
- Removed old code (old views that have been deprecated since 2014).
- Removed all references to PIL (which hasn't been updated since 2009). I think that by now
  there are no servers left anywhere in the world that still use it :-)
2021-03-10 19:07:06 +00:00

23 lines
811 B
Makefile

# $NetBSD: Makefile,v 1.14 2021/03/10 19:07:06 adam Exp $
DISTNAME= django-photologue-3.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-photologue/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jdriscoll/django-photologue
COMMENT= Plug-in photo management application for the Django framework
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-django-sortedm2m>=3.0.0:../../www/py-django-sortedm2m
DEPENDS+= ${PYPKGPREFIX}-exifread>=2.1.2:../../graphics/py-exifread
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-django-sortedm2m
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"