Skip to content

Commit

Permalink
devel/py-csv23: Update to 0.3.3
Browse files Browse the repository at this point in the history
- Use USES=dos2unix to convert CRLF to LF

Changes:	https://github.com/xflr6/csv23/blob/master/CHANGES.rst
  • Loading branch information
sunpoet committed Jan 11, 2022
1 parent d3265e3 commit 5668966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/py-csv23/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= csv23
PORTVERSION= 0.3.2
PORTVERSION= 0.3.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,7 +12,7 @@ COMMENT= Python 2/3 unicode CSV compatibility layer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

USES= python:3.6+ zip
USES= dos2unix python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions devel/py-csv23/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1598777612
SHA256 (csv23-0.3.2.zip) = a33cc86b7c871fde3708c272ae1f6d496b0441d5dd0327ada1424e12af8a8bbe
SIZE (csv23-0.3.2.zip) = 42760
TIMESTAMP = 1641045902
SHA256 (csv23-0.3.3.zip) = 798c10cf587e05d750706e8013bd6ab86fb6f5e3065f27726012a7ddcc0343ae
SIZE (csv23-0.3.3.zip) = 43571

0 comments on commit 5668966

Please sign in to comment.