Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 17:44:12 GMT
From:      Kozlov Sergey <kozlov.sergey.404@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184809: [maintainer update] Chase ports framework changes in my python-related ports
Message-ID:  <201312161744.rBGHiC78057479@oldred.freebsd.org>
Resent-Message-ID: <201312161750.rBGHo0Zv011645@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184809
>Category:       ports
>Synopsis:       [maintainer update] Chase ports framework changes in my python-related ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 17:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kozlov Sergey
>Release:        9.1-RELEASE-p7
>Organization:
ARC
>Environment:
FreeBSD sonya 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #4: Tue Sep 10 18:39:35 EEST 2013     root@sonya:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
devel/py-RPyC:
- Make use of AUTOPLIST
- Remove patch not needed with setuptools

textproc/py-pdfminer:
- Make use of AUTOPLIST

www/py-django-registration-defaults:
- Make use of AUTOPLIST

www/py-django-tables2:
- Change deprecated LICENSE=BSD
- Change deprecated easy_install
- zip_safe=False is no longer needed

www/py-django-tinymce:
- Change deprecated easy_install

Please delete the following files and directories:
devel/py-RPyC/files/patch-python.py
devel/py-RPyC/files
devel/py-RPyC/pkg-plist
textproc/py-pdfminer/pkg-plist
www/py-django-registration-defaults/pkg-plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: devel/py-RPyC/Makefile
===================================================================
--- devel/py-RPyC/Makefile	(revision 336646)
+++ devel/py-RPyC/Makefile	(working copy)
@@ -14,5 +14,6 @@
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>
Index: textproc/py-pdfminer/Makefile
===================================================================
--- textproc/py-pdfminer/Makefile	(revision 336646)
+++ textproc/py-pdfminer/Makefile	(working copy)
@@ -14,5 +14,6 @@
 
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>
Index: www/py-django-registration-defaults/Makefile
===================================================================
--- www/py-django-registration-defaults/Makefile	(revision 336646)
+++ www/py-django-registration-defaults/Makefile	(working copy)
@@ -16,5 +16,6 @@
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>
Index: www/py-django-tables2/Makefile
===================================================================
--- www/py-django-tables2/Makefile	(revision 336646)
+++ www/py-django-tables2/Makefile	(working copy)
@@ -10,17 +10,13 @@
 MAINTAINER=	kozlov.sergey.404@gmail.com
 COMMENT=	Table/data-grid framework for Django
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \
 		${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=yes
 
-post-patch:
-	@${REINPLACE_CMD} 's|classifiers=\[|zip_safe=False, classifiers=\[|' \
-		${WRKSRC}/setup.py
-
 .include <bsd.port.mk>
Index: www/py-django-tinymce/Makefile
===================================================================
--- www/py-django-tinymce/Makefile	(revision 336646)
+++ www/py-django-tinymce/Makefile	(working copy)
@@ -15,7 +15,7 @@
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



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