pkgsrc/www/py-django-celery-beat/Makefile
adam 0179b34fff py-django-celery-beat: updated to 2.2.1
2.2.1
- Enable Django 3.2 CI and add default_auto_field
- Fix locale in dir tree
- Do not blindly delete duplicate schedules
- used python:3.8-slim for lighter builds
- Do not blindly delete duplicate schedules
2021-07-22 13:36:42 +00:00

23 lines
759 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/07/22 13:36:42 adam Exp $
DISTNAME= django-celery-beat-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django_celery_beat/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/celery/django-celery-beat
COMMENT= Database-backed Periodic Tasks
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-celery>=4.4:../../net/py-celery
DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
DEPENDS+= ${PYPKGPREFIX}-django-timezone-field>=4.1.0:../../www/py-django-timezone-field
DEPENDS+= ${PYPKGPREFIX}-crontab>=2.3.4:../../sysutils/py-crontab
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"