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

(-)Makefile (-3 / +13 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	async_generator
3
PORTNAME=	async_generator
4
PORTVERSION=	1.5
4
PORTVERSION=	1.10
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 9-17 Link Here
9
MAINTAINER=	wg@FreeBSD.org
9
MAINTAINER=	wg@FreeBSD.org
10
COMMENT=	Tiny library to add async generators to Python 3.5
10
COMMENT=	Tiny library to add async generators to Python 3.5
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT APACHE20
13
LICENSE_COMB=	dual
14
LICENSE_FILE_MIT=	${WRKSRC}/LICENSE.MIT
15
LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE.APACHE2
13
16
14
USES=		python:3.5+ zip
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
19
20
USES=		python:3.5+
15
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
22
NO_ARCH=	yes
16
23
24
do-test:
25
	@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest
26
17
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1524581661
1
TIMESTAMP = 1594817248
2
SHA256 (async_generator-1.5.zip) = 392b776f4a158cc3b7ba5127d88d73eee10fa420e36d7099431c6b04fc0032cf
2
SHA256 (async_generator-1.10.tar.gz) = 6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144
3
SIZE (async_generator-1.5.zip) = 25021
3
SIZE (async_generator-1.10.tar.gz) = 29870
(-)pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
This is a tiny library to add async generators†to Python 3.5.
1
This is a tiny library to add async generators to Python 3.5.
2
2
3
WWW: https://pypi.org/project/async_generator/
3
WWW: https://pypi.org/project/async_generator/

Return to bug 247996