svn commit: r553031 - head/astro/py-spacetrack
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 22 17:54:44 UTC 2020
Author: sunpoet
Date: Thu Oct 22 17:54:41 2020
New Revision: 553031
URL: https://svnweb.freebsd.org/changeset/ports/553031
Log:
Add ASYNC option
- Bump PORTREVISION for dependency change
Modified:
head/astro/py-spacetrack/Makefile
Modified: head/astro/py-spacetrack/Makefile
==============================================================================
--- head/astro/py-spacetrack/Makefile Thu Oct 22 17:54:37 2020 (r553030)
+++ head/astro/py-spacetrack/Makefile Thu Oct 22 17:54:41 2020 (r553031)
@@ -25,4 +25,10 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+OPTIONS_DEFINE= ASYNC
+OPTIONS_DEFAULT=ASYNC
+ASYNC_DESC= Asynchronous support
+
+ASYNC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6:www/py-aiohttp@${PY_FLAVOR}
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list