svn commit: r424165 - in head/devel: . py-pika-pool
Roman Bogorodskiy
novel at FreeBSD.org
Tue Oct 18 15:01:23 UTC 2016
Author: novel
Date: Tue Oct 18 15:01:21 2016
New Revision: 424165
URL: https://svnweb.freebsd.org/changeset/ports/424165
Log:
Add py-pika-pool 0.1.3, pika connection pooling.
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov at nfvexpress.com>
Added:
head/devel/py-pika-pool/
head/devel/py-pika-pool/Makefile (contents, props changed)
head/devel/py-pika-pool/distinfo (contents, props changed)
head/devel/py-pika-pool/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Oct 18 15:00:48 2016 (r424164)
+++ head/devel/Makefile Tue Oct 18 15:01:21 2016 (r424165)
@@ -4335,6 +4335,7 @@
SUBDIR += py-phply
SUBDIR += py-phpserialize
SUBDIR += py-pika
+ SUBDIR += py-pika-pool
SUBDIR += py-pinocchio
SUBDIR += py-pip
SUBDIR += py-pkgconfig
Added: head/devel/py-pika-pool/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-pika-pool/Makefile Tue Oct 18 15:01:21 2016 (r424165)
@@ -0,0 +1,20 @@
+# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME= pika-pool
+PORTVERSION= 0.1.3
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alexander.nusov at nfvexpress.com
+COMMENT= Pika connection pooling
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pika>=0.9.0:devel/py-pika
+
+NO_ARCH= yes
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/devel/py-pika-pool/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-pika-pool/distinfo Tue Oct 18 15:01:21 2016 (r424165)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476297425
+SHA256 (pika-pool-0.1.3.tar.gz) = f3985888cc2788cdbd293a68a8b5702a9c955db6f7b8b551aeac91e7f32da397
+SIZE (pika-pool-0.1.3.tar.gz) = 4722
Added: head/devel/py-pika-pool/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-pika-pool/pkg-descr Tue Oct 18 15:01:21 2016 (r424165)
@@ -0,0 +1,3 @@
+Pools for pikas. Pika connection pooling library.
+
+WWW: https://github.com/bninja/pika-pool
More information about the svn-ports-head
mailing list