pkgsrc/www/py-django-admin-sortable2/Makefile
adam aa25e6980f py-django-admin-sortable2: updated to 0.6.21
0.6.21:
Unknown changes.

0.6.20:
Fix SortableAdminMixin to work in combination with other mixins like that from django-import-export.
Added jQuery compatibility layer for Django-2.1.
2018-08-14 09:39:08 +00:00

18 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.5 2018/08/14 09:39:08 adam Exp $
DISTNAME= django-admin-sortable2-0.6.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-admin-sortable2/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jrief/django-admin-sortable2
COMMENT= Generic drag-and-drop sorting for Views in the Django Admin
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"