svn commit: r548551 - head/devel/py-unicodecsv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 13 19:45:45 UTC 2020


Author: sunpoet
Date: Sun Sep 13 19:45:43 2020
New Revision: 548551
URL: https://svnweb.freebsd.org/changeset/ports/548551

Log:
  Update LICENSE
  
  - Update pkg-descr
  - Update WWW
  - Take maintainership

Modified:
  head/devel/py-unicodecsv/Makefile
  head/devel/py-unicodecsv/pkg-descr   (contents, props changed)

Modified: head/devel/py-unicodecsv/Makefile
==============================================================================
--- head/devel/py-unicodecsv/Makefile	Sun Sep 13 19:45:38 2020	(r548550)
+++ head/devel/py-unicodecsv/Makefile	Sun Sep 13 19:45:43 2020	(r548551)
@@ -7,13 +7,14 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Drop-in replacement for Python 2.7 csv module
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Drop-in replacement for Python 2 csv module with Unicode support
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-unicodecsv/pkg-descr
==============================================================================
--- head/devel/py-unicodecsv/pkg-descr	Sun Sep 13 19:45:38 2020	(r548550)
+++ head/devel/py-unicodecsv/pkg-descr	Sun Sep 13 19:45:43 2020	(r548551)
@@ -1,5 +1,4 @@
-The unicodecsv is a drop-in replacement for Python 2.7 csv module
-which supports unicode strings without a hassle.
-Supported versions are python 2.7, 3.3, 3.4, 3.5, and pypy 2.4.0.
+The unicodecsv is a drop-in replacement for Python 2.7's csv module which
+supports unicode strings without a hassle.
 
-WWW: https://arrow.readthedocs.org/en/latest/
+WWW: https://github.com/jdunck/python-unicodecsv


More information about the svn-ports-head mailing list