mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
Changes: https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst PR: 219373 Submitted by: John W. O'Brien <john@saltant.com> Approved by: Axel Rau <axel.rau@chaos1.de> (maintainer)
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# Created by: Axel Rau <axel.rau@chaos1.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= attrs
|
|
PORTVERSION= 17.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= axel.rau@chaos1.de
|
|
COMMENT= Python attributes without boilerplate
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|