ports/devel/py-dateutil/Makefile
Kubilay Kocak c7bc39762c devel/py-dateutil: Remove use of dos2unix
The file installed as dateutil-zoneinfo.tar.gz is corrupted by the dos2unix
run on all of the files in the distribution. There is no need to run dos2unix
as the only files with CRLF is the NEWS file, a README and a Windows BAT file
(which makes sense to use CRLF).

Accordingly:

- Remove use of USES=dos2unix
- Bump PORTREVISION to rebuild package (containing corrupted TZ data file)

PR:		217264
Submitted by:	gordon
MFH:		2017Q2
2017-04-30 04:52:00 +00:00

27 lines
567 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= dateutil
PORTVERSION= 2.6.0
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Extensions to the standard Python datetime module
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six
USES= python
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>