mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e51c1f35a4
timeout
23 lines
404 B
Makefile
23 lines
404 B
Makefile
COMMENT= file transport adapter for requests
|
|
|
|
MODPY_DISTV= 2.1.0
|
|
DISTNAME= requests_file-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME:S/_/-/}
|
|
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://github.com/dashea/requests-file/
|
|
|
|
MAINTAINER= George Rosamond <george@nycbug.org>
|
|
|
|
# Apache2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools_scm
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= www/py-requests
|
|
|
|
.include <bsd.port.mk>
|