Slight reordering

This commit is contained in:
danj 2019-05-20 02:30:22 +00:00
parent 348977d6e3
commit b9d13cca47

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2019/05/20 02:28:19 danj Exp $
# $OpenBSD: Makefile,v 1.36 2019/05/20 02:30:22 danj Exp $
COMMENT= elegant and simple HTTP library for Python
@ -17,6 +17,10 @@ PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYTEST = Yes
MODPY_SETUPTOOLS= Yes
RUN_DEPENDS= devel/py-certifi${MODPY_FLAVOR} \
net/py-idna${MODPY_FLAVOR} \
textproc/py-chardet${MODPY_FLAVOR} \
@ -30,10 +34,6 @@ TEST_DEPENDS= devel/py-test-cov${MODPY_FLAVOR} \
FLAVORS= python3
FLAVOR?=
MODPY_PI= Yes
MODPY_SETUPTOOLS= Yes
MODPY_PYTEST = Yes
WRKDIST= ${WRKDIR}/requests-${MODPY_EGG_VERSION}
post-install: