Date: Mon, 30 Jan 2023 13:11:20 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 111562fe7d6b - main - www/py-django-simple-history: Update to 3.2.0 Message-ID: <202301301311.30UDBK8J071824@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=111562fe7d6b3a4e767e89816c179408ec66d397 commit 111562fe7d6b3a4e767e89816c179408ec66d397 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:35:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 13:00:23 +0000 www/py-django-simple-history: Update to 3.2.0 - Update WWW - Remove DOCS option - Take maintainership Changes: https://github.com/jazzband/django-simple-history/releases --- www/py-django-simple-history/Makefile | 19 +++++-------------- www/py-django-simple-history/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/www/py-django-simple-history/Makefile b/www/py-django-simple-history/Makefile index 3fdbf3622b34..392a60d0a4dc 100644 --- a/www/py-django-simple-history/Makefile +++ b/www/py-django-simple-history/Makefile @@ -1,31 +1,22 @@ PORTNAME= django-simple-history -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Store model history and view/revert changes from admin site -WWW= https://github.com/treyhunner/django-simple-history +WWW= https://github.com/jazzband/django-simple-history LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ 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> diff --git a/www/py-django-simple-history/distinfo b/www/py-django-simple-history/distinfo index 1d5f473b80c8..42abece35125 100644 --- a/www/py-django-simple-history/distinfo +++ b/www/py-django-simple-history/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642371387 -SHA256 (django-simple-history-3.0.0.tar.gz) = 66fe76c560054be393c52b1799661e104fbe372918d37d151e5d41c676158118 -SIZE (django-simple-history-3.0.0.tar.gz) = 533193 +TIMESTAMP = 1674590040 +SHA256 (django-simple-history-3.2.0.tar.gz) = bff0a756238b2fa048ea3ffe8224b4edd421559123ff9ce5c27682c37c6a7702 +SIZE (django-simple-history-3.2.0.tar.gz) = 549320
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301311.30UDBK8J071824>