1cf15a5fa1
Python 3.10 is the minimal supported Python 3. Approved by: portmgr (blanket) With hat: python
30 lines
765 B
Makefile
30 lines
765 B
Makefile
PORTNAME= ghpr
|
|
PORTVERSION= 5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
COMMENT= GitHub Pull Request landing tool for FreeBSD
|
|
WWW= https://github.com/bsdimp/ghpr
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= gh:devel/gh \
|
|
git:devel/git \
|
|
${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR}
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools>=30.3.0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bsdimp
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|