Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2019 20:44:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500138 - in head/www: . py-dj22-django-taggit
Message-ID:  <201904262044.x3QKi2QQ020006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 26 20:44:02 2019
New Revision: 500138
URL: https://svnweb.freebsd.org/changeset/ports/500138

Log:
  Add py-dj22-django-taggit 0.23.0 (copied from py-django-taggit)
  
  - Update CONFLICTS_INSTALL

Added:
  head/www/py-dj22-django-taggit/
     - copied from r499986, head/www/py-django-taggit/
Modified:
  head/www/Makefile
  head/www/py-dj22-django-taggit/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Apr 26 20:43:43 2019	(r500137)
+++ head/www/Makefile	Fri Apr 26 20:44:02 2019	(r500138)
@@ -1521,6 +1521,7 @@
     SUBDIR += py-dj21-djangoql
     SUBDIR += py-dj21-djangorestframework
     SUBDIR += py-dj21-drf-yasg
+    SUBDIR += py-dj22-django-taggit
     SUBDIR += py-django
     SUBDIR += py-django-allauth
     SUBDIR += py-django-annotations

Modified: head/www/py-dj22-django-taggit/Makefile
==============================================================================
--- head/www/py-django-taggit/Makefile	Thu Apr 25 11:09:03 2019	(r499986)
+++ head/www/py-dj22-django-taggit/Makefile	Fri Apr 26 20:44:02 2019	(r500138)
@@ -4,21 +4,23 @@ PORTNAME=	django-taggit
 PORTVERSION=	0.23.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj22-
 
-MAINTAINER=	kai@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Reusable Django application for simple tagging
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}isort>=0:devel/py-isort@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
-NO_ARCH=		yes
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}dj21-django-taggit
+NO_ARCH=	yes
+
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-taggit \
+			${PYTHON_PKGNAMEPREFIX}dj21-django-taggit
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904262044.x3QKi2QQ020006>