Files
ports/science/py-pyosf/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

24 lines
530 B
Makefile

# $FreeBSD$
PORTNAME= pyosf
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.5
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python lib for synching with OpenScienceFramework projects
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= psychopy
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>