aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-python-snappy
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-03-26 23:36:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-03-26 23:36:02 +0000
commit2463d94f1bf1c2f870ba47b67c10b2682b9b3601 (patch)
treeb409c737f782f33b6488148d64ea21662c2a9ce6 /archivers/py-python-snappy
parent684a4be48a9865500e18260a843eb04bc2c54164 (diff)
downloadports-2463d94f1bf1c2f870ba47b67c10b2682b9b3601.tar.gz
ports-2463d94f1bf1c2f870ba47b67c10b2682b9b3601.zip
New port: archivers/py-python-snappy
Python library for the snappy compression library from Google. WWW: https://github.com/andrix/python-snappy
Notes
Notes: svn path=/head/; revision=382357
Diffstat (limited to 'archivers/py-python-snappy')
-rw-r--r--archivers/py-python-snappy/Makefile21
-rw-r--r--archivers/py-python-snappy/distinfo2
-rw-r--r--archivers/py-python-snappy/pkg-descr3
3 files changed, 26 insertions, 0 deletions
diff --git a/archivers/py-python-snappy/Makefile b/archivers/py-python-snappy/Makefile
new file mode 100644
index 000000000000..73c62d46744d
--- /dev/null
+++ b/archivers/py-python-snappy/Makefile
@@ -0,0 +1,21 @@
+# Created by: antoine@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= python-snappy
+PORTVERSION= 0.5
+CATEGORIES= archivers devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Python library for the snappy compression library from Google
+
+LICENSE= BSD3CLAUSE
+
+LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy
+
+USES= python
+USE_PYTHON= distutils autoplist
+CPPFLAGS+= -I${LOCALBASE}/include
+
+.include <bsd.port.mk>
diff --git a/archivers/py-python-snappy/distinfo b/archivers/py-python-snappy/distinfo
new file mode 100644
index 000000000000..b021bb0bd70f
--- /dev/null
+++ b/archivers/py-python-snappy/distinfo
@@ -0,0 +1,2 @@
+SHA256 (python-snappy-0.5.tar.gz) = c7fe37679ebfc73840c7cc83657a76bc1ac978efa286b8ac3569fd0630d2b80d
+SIZE (python-snappy-0.5.tar.gz) = 12495
diff --git a/archivers/py-python-snappy/pkg-descr b/archivers/py-python-snappy/pkg-descr
new file mode 100644
index 000000000000..5e24d34539d5
--- /dev/null
+++ b/archivers/py-python-snappy/pkg-descr
@@ -0,0 +1,3 @@
+Python library for the snappy compression library from Google.
+
+WWW: https://github.com/andrix/python-snappy