summaryrefslogtreecommitdiff
path: root/devel/py-lock_file
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-lock_file')
-rw-r--r--devel/py-lock_file/Makefile22
-rw-r--r--devel/py-lock_file/distinfo2
-rw-r--r--devel/py-lock_file/pkg-descr7
3 files changed, 0 insertions, 31 deletions
diff --git a/devel/py-lock_file/Makefile b/devel/py-lock_file/Makefile
deleted file mode 100644
index 61004e547a59..000000000000
--- a/devel/py-lock_file/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Martin Horcicka <martin@horcicka.eu>
-# $FreeBSD$
-
-PORTNAME= lock_file
-PORTVERSION= 2.0
-PORTREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= http://martin.horcicka.eu/python/lock_file/ \
- http://pypi.python.org/packages/source/l/lock_file/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= martin@horcicka.eu
-COMMENT= Lock file manipulation
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/devel/py-lock_file/distinfo b/devel/py-lock_file/distinfo
deleted file mode 100644
index b7976b1dd139..000000000000
--- a/devel/py-lock_file/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (lock_file-2.0.tar.gz) = c77828fdb26e422f274986982a17d34aa24f485ab7e83c0ca0d7c6160dd89471
-SIZE (lock_file-2.0.tar.gz) = 2658
diff --git a/devel/py-lock_file/pkg-descr b/devel/py-lock_file/pkg-descr
deleted file mode 100644
index 4057b2cbb3cf..000000000000
--- a/devel/py-lock_file/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Lock file is a traditional means of synchronization among processes. In this
-module it is implemented as an empty regular file exclusively locked using
-fcntl.lockf. When it is to be released it is removed by default. However, if
-all cooperating processes turn off the removal, they get a guaranteed order of
-acquisitions and better scalability.
-
-WWW: http://martin.horcicka.eu/python/lock_file/