mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pyupgrade
|
|
PORTVERSION= 1.24.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Tool to automatically upgrade Python syntax for newer versions
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|