PORTNAME=	tokenize-rt
DISTVERSION=	6.1.0
CATEGORIES=	devel
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	tokenize_rt-${PORTVERSION}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Wrapper around the stdlib `tokenize` which roundtrips
WWW=		https://github.com/asottile/tokenize-rt

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>
