View | Details | Raw Unified | Return to bug 228576
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	async_timeout
3
PORTNAME=	async_timeout
4
PORTVERSION=	2.0.1
4
PORTVERSION=	3.0.0
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-19 Link Here
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
USES=		python:3.4+
16
USES=		python:3.6+
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1524688672
1
TIMESTAMP = 1527547473
2
SHA256 (async-timeout-2.0.1.tar.gz) = 00cff4d2dce744607335cba84e9929c3165632da2d27970dbc55802a0c7873d0
2
SHA256 (async-timeout-3.0.0.tar.gz) = b3c0ddc416736619bd4a95ca31de8da6920c3b9a140c64dbef2b2fa7bf521287
3
SIZE (async-timeout-2.0.1.tar.gz) = 10463
3
SIZE (async-timeout-3.0.0.tar.gz) = 10803

Return to bug 228576