ports/www/py-django-simple-history/Makefile
Kai Knoblich d0d0b66579 www/py-django-simple-history: Update to 3.0.0
Changelog since 2.10.0:

https://github.com/jazzband/django-simple-history/compare/2.10.0...3.0.0

PR:		261404
Approved by:	maintainer timeout (3 weeks)
2022-02-12 18:13:41 +01:00

31 lines
808 B
Makefile

# Created by: Carlo Strub
PORTNAME= django-simple-history
PORTVERSION= 3.0.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Store model history and view/revert changes from admin site
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTDOCS= *.rst
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES.rst ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/*.rst ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>