mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
* Remove codes that aren't necessary after the removal of lang/python36 * Mark ports that aren't necessary with Python 3.7 or later as DEPRECATED and set EXPIRATION_DATE. PR: 261046 Approved by: lwhsu (python)
21 lines
434 B
Makefile
21 lines
434 B
Makefile
PORTNAME= dataclasses
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Backport of the dataclasses module for Python 3.6
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
DEPRECATED= Included in Python 3.7 or later
|
|
EXPIRATION_DATE= 2022-03-31
|
|
|
|
USES= python:3.6
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|