Skip to content

Commit 30a081c

Browse files
author
Matthew Danielson
committed
py-locket: 0.2.1
A library for File-based locks for Python for Linux and Windows
1 parent 6c01b16 commit 30a081c

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

py-locket/DESCR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dask is a flexible parallel computing library for analytics

py-locket/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# $NetBSD$
2+
3+
DISTNAME= locket-0.2.1
4+
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5+
CATEGORIES= databases
6+
MASTER_SITES= ${MASTER_SITE_PYPI:=l/locket/}
7+
8+
9+
MAINTAINER= [email protected]
10+
HOMEPAGE= https://github.com/mwilliamson/locket/
11+
COMMENT= File based locks for Python for Linux and Windows
12+
LICENSE= modified-bsd
13+
14+
TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.2.1:../../devel/py-nose
15+
16+
17+
USE_LANGUAGES= # none
18+
19+
.include "../../lang/python/egg.mk"
20+
.include "../../mk/bsd.pkg.mk"

py-locket/PLIST

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@comment $NetBSD$
2+
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3+
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4+
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5+
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
6+
${PYSITELIB}/locket/__init__.py
7+
${PYSITELIB}/locket/__init__.pyc
8+
${PYSITELIB}/locket/__init__.pyo

py-locket/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD$
2+
3+
BLAKE2s (locket-0.2.1.tar.gz) = c98dd83d8a2f2601c5c5da88b0750dd6444406bd777ca418ac7e25d6f4f4a2e9
4+
SHA512 (locket-0.2.1.tar.gz) = db25454b83d176f529eb3060e4e7fff0151d8a7ccfd58a66c9bc09345445923137c2e5eb7e8a42b9d8f1bbdb3a967cb3467e91a279f19ede6f8727eaebf85857
5+
Size (locket-0.2.1.tar.gz) = 3936 bytes

0 commit comments

Comments
 (0)