FreeBSD Bugzilla – Attachment 194864 Details for
Bug 229500
[NEW PORT] devel/py-yg.lockfile: Provides lockfile objects with timeouts and context manager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-yg.lockfile.patch
py-yg.lockfile.patch (text/plain), 2.74 KB, created by
Kai Knoblich
on 2018-07-03 18:40:14 UTC
(
hide
)
Description:
py-yg.lockfile.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-03 18:40:14 UTC
Size:
2.74 KB
patch
obsolete
>Index: py-yg.lockfile/Makefile >=================================================================== >--- py-yg.lockfile/Makefile (nonexistent) >+++ py-yg.lockfile/Makefile (working copy) >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+PORTNAME= yg.lockfile >+PORTVERSION= 2.3 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Provides lockfile objects with timeouts and context manager >+ >+LICENSE= MIT >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zclockfile>=0:devel/py-zclockfile@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}tempora>=0:devel/py-tempora@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.16:devel/py-jaraco.functools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}contextlib2>=0.5:devel/py-contextlib2@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: py-yg.lockfile/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-yg.lockfile/distinfo >=================================================================== >--- py-yg.lockfile/distinfo (nonexistent) >+++ py-yg.lockfile/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530208251 >+SHA256 (yg.lockfile-2.3.tar.gz) = b8c8a482958daaa47682bc3004d237c2888e0086e55c2b47b5d8810d100db732 >+SIZE (yg.lockfile-2.3.tar.gz) = 6504 > >Property changes on: py-yg.lockfile/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-yg.lockfile/pkg-descr >=================================================================== >--- py-yg.lockfile/pkg-descr (nonexistent) >+++ py-yg.lockfile/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+This package provides a FileLock class that implements a context manager with >+timeouts on top of zc.lockfile, an excellent, cross-platorm implementation of >+file locking. >+ >+WWW: https://github.com/yougov/yg.lockfile > >Property changes on: py-yg.lockfile/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 229500
: 194864