diff options
author | novel <novel@FreeBSD.org> | 2016-10-18 02:10:15 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-10-18 02:10:15 +0800 |
commit | 1b453d3a74f274989e799026d8caee2f53258ac4 (patch) | |
tree | 6e9329416ead7fc278b23ab5acb40cd309e98fe5 /devel | |
parent | 0af95b852db38b2ca4228e93cee1b195e1b7282a (diff) | |
download | freebsd-ports-gnome-1b453d3a74f274989e799026d8caee2f53258ac4.tar.gz freebsd-ports-gnome-1b453d3a74f274989e799026d8caee2f53258ac4.tar.zst freebsd-ports-gnome-1b453d3a74f274989e799026d8caee2f53258ac4.zip |
Add py-fasteners 0.14.1, python package that provides useful locks.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-fasteners/Makefile | 21 | ||||
-rw-r--r-- | devel/py-fasteners/distinfo | 3 | ||||
-rw-r--r-- | devel/py-fasteners/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9549d1864461..8ec4a734911d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4134,6 +4134,7 @@ SUBDIR += py-fabric SUBDIR += py-fake-factory SUBDIR += py-fam + SUBDIR += py-fasteners SUBDIR += py-fastimport SUBDIR += py-filemagic SUBDIR += py-fileutils diff --git a/devel/py-fasteners/Makefile b/devel/py-fasteners/Makefile new file mode 100644 index 000000000000..df79c62e6d63 --- /dev/null +++ b/devel/py-fasteners/Makefile @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= fasteners +PORTVERSION= 0.14.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Python package that provides useful locks + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}monotonic>=0.1:devel/py-monotonic + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/devel/py-fasteners/distinfo b/devel/py-fasteners/distinfo new file mode 100644 index 000000000000..1c4ab9b2fd9f --- /dev/null +++ b/devel/py-fasteners/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1476297307 +SHA256 (fasteners-0.14.1.tar.gz) = 427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18 +SIZE (fasteners-0.14.1.tar.gz) = 17749 diff --git a/devel/py-fasteners/pkg-descr b/devel/py-fasteners/pkg-descr new file mode 100644 index 000000000000..a25f9ff8f43a --- /dev/null +++ b/devel/py-fasteners/pkg-descr @@ -0,0 +1,3 @@ +A python package that provides useful locks. + +WWW: https://github.com/harlowja/fasteners |