pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-filelock: added version 3.0.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/d992970bad98
branches: trunk
changeset: 324170:d992970bad98
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 10 09:55:32 2018 +0000
description:
py-filelock: added version 3.0.9
This package contains a single module, which implements a platform independent
file lock in Python, which provides a simple way of inter-process communication.
diffstat:
devel/Makefile | 3 ++-
devel/py-filelock/DESCR | 2 ++
devel/py-filelock/Makefile | 16 ++++++++++++++++
devel/py-filelock/PLIST | 8 ++++++++
devel/py-filelock/distinfo | 6 ++++++
5 files changed, 34 insertions(+), 1 deletions(-)
diffs (65 lines):
diff -r 3e0fb5c82573 -r d992970bad98 devel/Makefile
--- a/devel/Makefile Wed Oct 10 08:21:17 2018 +0000
+++ b/devel/Makefile Wed Oct 10 09:55:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2737 2018/10/07 08:13:09 adam Exp $
+# $NetBSD: Makefile,v 1.2738 2018/10/10 09:55:32 adam Exp $
#
COMMENT= Development utilities
@@ -2002,6 +2002,7 @@
SUBDIR+= py-fastimport
SUBDIR+= py-filebytes
SUBDIR+= py-filechunkio
+SUBDIR+= py-filelock
SUBDIR+= py-fixtures
SUBDIR+= py-flake8
SUBDIR+= py-flake8-docstrings
diff -r 3e0fb5c82573 -r d992970bad98 devel/py-filelock/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-filelock/DESCR Wed Oct 10 09:55:32 2018 +0000
@@ -0,0 +1,2 @@
+This package contains a single module, which implements a platform independent
+file lock in Python, which provides a simple way of inter-process communication.
diff -r 3e0fb5c82573 -r d992970bad98 devel/py-filelock/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-filelock/Makefile Wed Oct 10 09:55:32 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/10/10 09:55:32 adam Exp $
+
+DISTNAME= filelock-3.0.9
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=f/filelock/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/benediktschmitt/py-filelock
+COMMENT= Platform independent file lock
+LICENSE= unlicense
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3e0fb5c82573 -r d992970bad98 devel/py-filelock/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-filelock/PLIST Wed Oct 10 09:55:32 2018 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2018/10/10 09:55:32 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/filelock.py
+${PYSITELIB}/filelock.pyc
+${PYSITELIB}/filelock.pyo
diff -r 3e0fb5c82573 -r d992970bad98 devel/py-filelock/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-filelock/distinfo Wed Oct 10 09:55:32 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/10/10 09:55:32 adam Exp $
+
+SHA1 (filelock-3.0.9.tar.gz) = 68ea83f020162f331ab1a85e993e870dc76d7ddb
+RMD160 (filelock-3.0.9.tar.gz) = 8245bf140f7d45b037254f8bf3b530157e24a6bd
+SHA512 (filelock-3.0.9.tar.gz) = 455abd4b792590b21f63c12dacea236ae39d348e501ddb33e1572c57693a84778b3db189c1a8d19e5214615a5d53df730c51bb3614fae48440fe1cae2f186b75
+Size (filelock-3.0.9.tar.gz) = 6754 bytes
Home |
Main Index |
Thread Index |
Old Index