1.0.1: Make deep copy of fileds from class attr to instance attr Fix: NumberWidget.is_empty() should strip the value if string type Fix: last day isn't included in results qs use Python3 compatible MySql driver in development fix: warning U mode is deprecated in python 3 refactor: easier overridding widgets and default field Updated documentation regardign declaring fields custom js for action form also handles grappelli Use 'verbose_name' in breadcrumbs to match Django default Add Resource.get_diff_class() Fix and add polish translation Restore raise_errors to before_import
20 lines
713 B
Makefile
20 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/05/18 07:17:47 adam Exp $
|
|
|
|
DISTNAME= django-import-export-1.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-import-export/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/django-import-export/django-import-export
|
|
COMMENT= Django application and library for importing and exporting data
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-diff-match-patch-[0-9]*:../../textproc/py-diff-match-patch
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-tablib>=0.9:../../textproc/py-tablib
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|