1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Move www/py-dj22-django-jsonfield2 to www/py-dj22-jsonfield2

- Add CONFLICTS_INSTALL
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-13 18:30:20 +00:00
parent d46aa8f8c0
commit dae2068785
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526027
4 changed files with 4 additions and 2 deletions

View File

@ -1454,7 +1454,6 @@
SUBDIR += py-dj22-django-formset-js-improved
SUBDIR += py-dj22-django-jquery-js
SUBDIR += py-dj22-django-js-asset
SUBDIR += py-dj22-django-jsonfield2
SUBDIR += py-dj22-django-model-utils
SUBDIR += py-dj22-django-mptt
SUBDIR += py-dj22-django-prometheus
@ -1468,6 +1467,7 @@
SUBDIR += py-dj22-djangoql
SUBDIR += py-dj22-djangorestframework
SUBDIR += py-dj22-drf-yasg
SUBDIR += py-dj22-jsonfield2
SUBDIR += py-dj22-swapper
SUBDIR += py-django
SUBDIR += py-django-allauth

View File

@ -4,7 +4,7 @@
PORTNAME= jsonfield2
PORTVERSION= 3.1.0
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-django-
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Reusable Django field to store validated JSON in your model
@ -19,6 +19,8 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}jsonfield2
GH_ACCOUNT= rpkilby
USE_GITHUB= yes