Skip to content

Commit

Permalink
www/py-django-csp: Update to 3.8
Browse files Browse the repository at this point in the history
* Switch to the PEP517 build framework.

Changelog:

https://github.com/mozilla/django-csp/blob/3.8/CHANGES
  • Loading branch information
knobix committed Mar 9, 2024
1 parent a426bd0 commit 6579571
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions www/py-django-csp/Makefile
@@ -1,6 +1,5 @@
PORTNAME= django-csp
PORTVERSION= 3.7
PORTREVISION= 1
PORTVERSION= 3.8
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,10 +12,12 @@ WWW= https://github.com/mozilla/django-csp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.8:www/py-django32@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions www/py-django-csp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1644784370
SHA256 (django_csp-3.7.tar.gz) = 01eda02ad3f10261c74131cdc0b5a6a62b7c7ad4fd017fbefb7a14776e0a9727
SIZE (django_csp-3.7.tar.gz) = 12821
TIMESTAMP = 1709978451
SHA256 (django_csp-3.8.tar.gz) = ef0f1a9f7d8da68ae6e169c02e9ac661c0ecf04db70e0d1d85640512a68471c0
SIZE (django_csp-3.8.tar.gz) = 13341

0 comments on commit 6579571

Please sign in to comment.