svn commit: r424137 - in head/devel: . py-fasteners
Roman Bogorodskiy
novel at FreeBSD.org
Mon Oct 17 18:10:17 UTC 2016
Author: novel
Date: Mon Oct 17 18:10:15 2016
New Revision: 424137
URL: https://svnweb.freebsd.org/changeset/ports/424137
Log:
Add py-fasteners 0.14.1, python package that provides useful locks.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov at nfvexpress.com>
Added:
head/devel/py-fasteners/
head/devel/py-fasteners/Makefile (contents, props changed)
head/devel/py-fasteners/distinfo (contents, props changed)
head/devel/py-fasteners/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Oct 17 17:58:32 2016 (r424136)
+++ head/devel/Makefile Mon Oct 17 18:10:15 2016 (r424137)
@@ -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
Added: head/devel/py-fasteners/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-fasteners/Makefile Mon Oct 17 18:10:15 2016 (r424137)
@@ -0,0 +1,21 @@
+# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME= fasteners
+PORTVERSION= 0.14.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alexander.nusov at 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>
Added: head/devel/py-fasteners/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-fasteners/distinfo Mon Oct 17 18:10:15 2016 (r424137)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476297307
+SHA256 (fasteners-0.14.1.tar.gz) = 427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18
+SIZE (fasteners-0.14.1.tar.gz) = 17749
Added: head/devel/py-fasteners/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-fasteners/pkg-descr Mon Oct 17 18:10:15 2016 (r424137)
@@ -0,0 +1,3 @@
+A python package that provides useful locks.
+
+WWW: https://github.com/harlowja/fasteners
More information about the svn-ports-all
mailing list