mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add py-unicodecsv 0.14.1, drop-in replacement for Python 2.7 csv module.
PR: 213337 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
This commit is contained in:
parent
aa5a2c94f6
commit
6d0f22d75e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423850
@ -4571,6 +4571,7 @@
|
||||
SUBDIR += py-ua_parser
|
||||
SUBDIR += py-ujson
|
||||
SUBDIR += py-uncompyle2
|
||||
SUBDIR += py-unicodecsv
|
||||
SUBDIR += py-unipath
|
||||
SUBDIR += py-unpaddedbase64
|
||||
SUBDIR += py-update_checker
|
||||
|
16
devel/py-unicodecsv/Makefile
Normal file
16
devel/py-unicodecsv/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unicodecsv
|
||||
PORTVERSION= 0.14.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Drop-in replacement for Python 2.7 csv module
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-unicodecsv/distinfo
Normal file
3
devel/py-unicodecsv/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1475870339
|
||||
SHA256 (unicodecsv-0.14.1.tar.gz) = 018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc
|
||||
SIZE (unicodecsv-0.14.1.tar.gz) = 10267
|
5
devel/py-unicodecsv/pkg-descr
Normal file
5
devel/py-unicodecsv/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
||||
WWW: https://arrow.readthedocs.org/en/latest/
|
Loading…
Reference in New Issue
Block a user