mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
ab4f0b9716
lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@
29 lines
587 B
Makefile
29 lines
587 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= astroid
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://bitbucket.org/logilab/astroid/get/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-1.1
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= Extension for Python compiler.ast module
|
|
|
|
LICENSE= LGPL21
|
|
|
|
RUN_DEPENDS= pytest:${PORTSDIR}/devel/py-logilab-common
|
|
|
|
WRKSRC= ${WRKDIR}/logilab-astroid-e003574ae51b
|
|
MAKE_ENV= NO_SETUPTOOLS=1
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${CHMOD} a+r ${WRKSRC}/brain/*.py
|
|
|
|
.include <bsd.port.post.mk>
|