Updated to most recent version. All regression tests pass on amd64. It's sole consumer www/py-aiohttp doesn't have working regression tests but its two consumers pass all regression tests with this new version. OK jung@ (maintainer) sthen@
29 lines
599 B
Makefile
29 lines
599 B
Makefile
# $OpenBSD: Makefile,v 1.5 2019/07/20 21:58:33 kmos Exp $
|
|
|
|
COMMENT = yet another URL library
|
|
|
|
MODPY_EGG_VERSION = 1.3.0
|
|
DISTNAME = yarl-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = www devel
|
|
|
|
HOMEPAGE = https://yarl.readthedocs.org
|
|
|
|
MAINTAINER = Joerg Jung <jung@openbsd.org>
|
|
|
|
# Apache License 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
|
|
|
RUN_DEPENDS = net/py-idna${MODPY_FLAVOR}>=2.0 \
|
|
www/py-multidict>=4.0
|
|
TEST_DEPENDS = devel/py-test-runner${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|