mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
* Switch the port from the repo-copied py-dj42-django* ports to the
original ones as they're using Django 4.2 now.
* Some ports were also created directly with a "py-dj42-" prefix to
have a consistent naming scheme of Django 4.2 ports and had no
Django 3.2 counterpart.
After all Django consumers have been changed from Django 3.2 to
Django 4.2 with 680c68fd4d
, these ports are now renamed accordingly.
- From: www/py-dj42-channels-redis
To: www/py-channels-redis
- From: www/py-dj42-django-auditlog
To: www/py-django-auditlog
- From: www/py-dj42-django-celery-results
To: www/py-django-celery-results
- From: www/py-dj42-django-compression-middleware
To: www/py-django-compression-middleware
- From: www/py-dj42-django-multiselectfield
To: www/py-django-multiselectfield
- From: www/py-dj42-django-restframework-guardian
To: www/py-django-restframework-guardian
- From: www/py-dj42-drf-writable-nested
To: www/py-drf-writable-nested
Add related entries to MOVED as well.
* Bump PORTREVISION due changed dependencies.
PR: 276319
Approved by: grembo (via e-mail)
23 lines
650 B
Makefile
23 lines
650 B
Makefile
PORTNAME= drf-writable-nested
|
|
PORTVERSION= 0.7.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= grembo@FreeBSD.org
|
|
COMMENT= Writable nested model serializer for Django REST framework
|
|
WWW= https://github.com/beda-software/drf-writable-nested
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}djangorestframework>0:www/py-djangorestframework@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= beda-software
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|