Skip to content

Commit

Permalink
www/py-django-picklefield: Update to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 5, 2024
1 parent 5fea95b commit 9075e6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions www/py-django-picklefield/Makefile
@@ -1,5 +1,5 @@
PORTNAME= django-picklefield
PORTVERSION= 3.1
PORTVERSION= 3.2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,11 +12,13 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

# Reminder: www/seahub depends on django, changing django version may break seahub
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${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 concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions www/py-django-picklefield/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1657292524
SHA256 (django-picklefield-3.1.tar.gz) = c786cbeda78d6def2b43bff4840d19787809c8909f7ad683961703060398d356
SIZE (django-picklefield-3.1.tar.gz) = 9398
TIMESTAMP = 1712330627
SHA256 (django-picklefield-3.2.tar.gz) = aa463f5d79d497dbe789f14b45180f00a51d0d670067d0729f352a3941cdfa4d
SIZE (django-picklefield-3.2.tar.gz) = 9520

0 comments on commit 9075e6e

Please sign in to comment.