mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
32 lines
598 B
Makefile
32 lines
598 B
Makefile
COMMENT = Python library for managing github repos
|
|
|
|
MODPY_DISTV = 2.8.1
|
|
DISTNAME = pygithub-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://pygithub.readthedocs.io/en/stable/
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools_scm
|
|
|
|
RUN_DEPENDS = devel/py-deprecated \
|
|
devel/py-typing-extensions \
|
|
security/py-PyNaCl \
|
|
www/py-jwt \
|
|
www/py-requests \
|
|
www/py-urllib3
|
|
|
|
TEST_DEPENDS = devel/py-test-cov \
|
|
www/py-responses
|
|
|
|
.include <bsd.port.mk>
|