1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Pidfile featuring stale detection and file-locking, can also be used as

context-manager or decorator

WWW: http://pypi.python.org/pypi/pid
This commit is contained in:
Mark Felder 2017-10-12 17:53:12 +00:00
parent 6f277c5c52
commit f77c25e1b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451920
4 changed files with 30 additions and 0 deletions

View File

@ -4635,6 +4635,7 @@
SUBDIR += py-phonenumbers
SUBDIR += py-phply
SUBDIR += py-phpserialize
SUBDIR += py-pid
SUBDIR += py-pika
SUBDIR += py-pika-pool
SUBDIR += py-pinocchio

22
devel/py-pid/Makefile Normal file
View File

@ -0,0 +1,22 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pid
PORTVERSION= 2.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Pidfile management for Python
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

3
devel/py-pid/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1507830508
SHA256 (pid-2.1.1.tar.gz) = b443169d3dc21397695b4a82016fadb4cfdb0ed8b2ddb4aaa428e1701bb34e1f
SIZE (pid-2.1.1.tar.gz) = 9591

4
devel/py-pid/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Pidfile featuring stale detection and file-locking, can also be used as
context-manager or decorator
WWW: http://pypi.python.org/pypi/pid