Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 19:45:43 +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: r548551 - head/devel/py-unicodecsv
Message-ID:  <202009131945.08DJjhVh089396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
-COMMENT=	Drop-in replacement for Python 2.7 csv module
+MAINTAINER=	sunpoet@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



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