e6c89357bb
* Drop Django 1.5 support * Drop Python 3.3 support (now 3.4+) * Testrunner cleanup * Fix many regressions and bugs in Django 1.8/1.9 * Admin UI enhancements * Fix issues with non-default STATICFILES_STORAGE * Hide related widget wrapper links * Fix cancel link in delete confirmation * Make BaseImage.subject_location field non-nullable * Adds icon sizes * Fixes owner search icon on detail view * Disable submit button if only one folder to copy file * Design improvements * Empty folder design * Removes disabled action button border * Adds unsorted uploads empty view * Fix issues with subject location being off on images smaller than 210px * Ignores unsorted uploads from search and count
25 lines
859 B
Makefile
25 lines
859 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/05/13 15:53:02 adam Exp $
|
|
|
|
DISTNAME= django-filer-1.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=divio/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/django-filer/
|
|
COMMENT= File management application for Django
|
|
LICENSE= modified-bsd
|
|
|
|
GITHUB_PROJECT= django-filer
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-django-easy-thumbnails-[0-9]*:../../www/py-django-easy-thumbnails
|
|
DEPENDS+= ${PYPKGPREFIX}-django-mptt-[0-9]*:../../www/py-django-mptt
|
|
DEPENDS+= ${PYPKGPREFIX}-django-polymorphic-[0-9]*:../../www/py-django-polymorphic
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|