FreeBSD Bugzilla – Attachment 154654 Details for
Bug 148441
[New Port] devel/py-daemon Well-behaved daemon framework for Python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade to 2.0.5
py-python-daemon-16-205.txt (text/plain), 3.04 KB, created by
Alan Hicks
on 2015-03-22 13:05:54 UTC
(
hide
)
Description:
Upgrade to 2.0.5
Filename:
MIME Type:
Creator:
Alan Hicks
Created:
2015-03-22 13:05:54 UTC
Size:
3.04 KB
patch
obsolete
>Index: py-daemon/Makefile >=================================================================== >--- py-daemon/Makefile (revision 381786) >+++ py-daemon/Makefile (working copy) >@@ -1,21 +0,0 @@ >-# Created by: jessekempf@gmail.com >-# $FreeBSD$ >- >-PORTNAME= daemon >-PORTVERSION= 1.6 >-PORTREVISION= 1 >-CATEGORIES= devel python >-MASTER_SITES= CHEESESHOP >-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >-DISTNAME= python-daemon-${PORTVERSION} >- >-MAINTAINER= jessekempf@gmail.com >-COMMENT= Well-behaved daemon framework for Python >- >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile >-RUN_DEPENDS:= ${BUILD_DEPENDS} >- >-USE_PYTHON= autoplist distutils >-USES= python:2 >- >-.include <bsd.port.mk> >Index: py-daemon/distinfo >=================================================================== >--- py-daemon/distinfo (revision 381786) >+++ py-daemon/distinfo (working copy) >@@ -1,2 +0,0 @@ >-SHA256 (python-daemon-1.6.tar.gz) = 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b >-SIZE (python-daemon-1.6.tar.gz) = 41564 >Index: py-daemon/pkg-descr >=================================================================== >--- py-daemon/pkg-descr (revision 381786) >+++ py-daemon/pkg-descr (working copy) >@@ -1,11 +0,0 @@ >-Library to implement a well-behaved Unix daemon process. >- >-This library implements the well-behaved daemon specification of PEP 3143, >-"Standard daemon process library". >- >-A well-behaved Unix daemon process is tricky to get right, but the required >-steps are much the same for every daemon program. A DaemonContext instance holds >-the behaviour and configured process environment for the program; use the >-instance as a context manager to enter a daemon state. >- >-WWW: https://pypi.python.org/pypi/python-daemon/ >Index: py-python-daemon/Makefile >=================================================================== >--- py-python-daemon/Makefile (revision 381786) >+++ py-python-daemon/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= daemon >-PORTVERSION= 1.6 >-PORTREVISION= 1 >+PORTVERSION= 2.0.5 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,10 +11,11 @@ > MAINTAINER= jessekempf@gmail.com > COMMENT= Well-behaved daemon framework for Python > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile \ >+ ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:${PORTSDIR}/textproc/py-docutils > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USE_PYTHON= autoplist distutils >-USES= python:2 >+USES= python > > .include <bsd.port.mk> >Index: py-python-daemon/distinfo >=================================================================== >--- py-python-daemon/distinfo (revision 381786) >+++ py-python-daemon/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (python-daemon-1.6.tar.gz) = 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b >-SIZE (python-daemon-1.6.tar.gz) = 41564 >+SHA256 (python-daemon-2.0.5.tar.gz) = afde4fa433d94d007206ee31a0941d55b5eb232a5422b670aad628547b46bf68 >+SIZE (python-daemon-2.0.5.tar.gz) = 71298
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148441
:
107642
|
150898
|
150899
| 154654 |
154655