blob: 447b42472a3ddc4eba470b6a7f1f587cfa0e2ab9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= deprecat
PORTVERSION= 2.1.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= @deprecat decorator to deprecate python classes, functions, methods
WWW= https://github.com/mjhajharia/deprecat
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt<2,>=1.10:devel/py-wrapt@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>
|