mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Changelog: https://pagure.io/python-daemon/raw/ba09acd121733b109d1e5a4555e109f089fa2dc2/f/ChangeLog PR: 255036 Approved by: maintainer timeout (> 3 weeks)
23 lines
571 B
Makefile
23 lines
571 B
Makefile
# Created by: jessekempf@gmail.com
|
|
|
|
PORTNAME= daemon
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-daemon-${PORTVERSION}
|
|
|
|
MAINTAINER= jessekempf@gmail.com
|
|
COMMENT= Well-behaved daemon framework for Python
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:devel/py-lockfile@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|