mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Daemons is a resource library for Python developers that want to create daemon
processes. The idea is to provide the basic daemon functionality while still giving the developer the ability to customize their daemon for any purpose. WWW: https://pypi.python.org/pypi/daemons PR: ports/187412 Submitted by: fax@nohik.ee
This commit is contained in:
parent
2a42efe736
commit
a27d455d7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354770
4 changed files with 26 additions and 0 deletions
|
@ -3588,6 +3588,7 @@
|
|||
SUBDIR += py-cxx
|
||||
SUBDIR += py-d2to1
|
||||
SUBDIR += py-daemon
|
||||
SUBDIR += py-daemons
|
||||
SUBDIR += py-dal
|
||||
SUBDIR += py-darcsver
|
||||
SUBDIR += py-dateutil
|
||||
|
|
18
devel/py-daemons/Makefile
Normal file
18
devel/py-daemons/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= daemons
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= fax@nohik.ee
|
||||
COMMENT= Resource library for Python developers to create daemon processes
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-daemons/distinfo
Normal file
2
devel/py-daemons/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (daemons-0.2.1.tar.gz) = fa5da04820a73ee63349db01fb18f2088d1f6d90cc38f342dcd5d82718422a74
|
||||
SIZE (daemons-0.2.1.tar.gz) = 17639
|
5
devel/py-daemons/pkg-descr
Normal file
5
devel/py-daemons/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Daemons is a resource library for Python developers that want to create daemon
|
||||
processes. The idea is to provide the basic daemon functionality while still
|
||||
giving the developer the ability to customize their daemon for any purpose.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/daemons
|
Loading…
Add table
Reference in a new issue