FreeBSD Bugzilla – Attachment 197512 Details for
Bug 231737
[NEW PORT] databases/py-cassandra-driver: Apache Cassandra driver for python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
databases/py-cassandra-driver
py-cassandra-driver-3.15.1.patch (text/plain), 2.51 KB, created by
Sergey Akhmatov
on 2018-09-26 12:54:58 UTC
(
hide
)
Description:
databases/py-cassandra-driver
Filename:
MIME Type:
Creator:
Sergey Akhmatov
Created:
2018-09-26 12:54:58 UTC
Size:
2.51 KB
patch
obsolete
>Index: databases/py-cassandra-driver/Makefile >=================================================================== >--- databases/py-cassandra-driver/Makefile (nonexistent) >+++ databases/py-cassandra-driver/Makefile (working copy) >@@ -0,0 +1,43 @@ >+# $FreeBSD$ >+ >+PORTNAME= cassandra-driver >+DISTVERSION= 3.15.1 >+CATEGORIES= databases python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= sergey@akhmatov.ru >+COMMENT= Python client library for Apache Cassandra >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ >+ ${PY_FUTURES} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sure>0:devel/py-sure@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist cython distutils >+ >+OPTIONS_DEFINE= LIBEV MURMUR3 >+LIBEV_DESC= Use devel/libev for event loop >+MURMUR3_DESC= Enable murmur3 extension >+OPTIONS_DEFAULT= LIBEV MURMUR3 >+ >+LIBEV_LIB_DEPENDS= libev.so:devel/libev >+LIBEV_VARS= STRIPFILES=${STAGEDIR}${PYTHON_SITELIBDIR}/cassandra/io/libevwrapper.so >+LIBEV_VARS_OFF= PYDISTUTILS_BUILDARGS+=--no-libev PYDISTUTILS_INSTALLARGS+=--no-libev >+ >+MURMUR3_VARS_OFF= PYDISTUTILS_BUILDARGS+=--no-murmur3 PYDISTUTILS_INSTALLARGS+=--no-murmur3 >+ >+post-install: >+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' | ${XARGS} ${STRIP_CMD} >+ >+do-test: >+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+ >+.include <bsd.port.mk> >Index: databases/py-cassandra-driver/distinfo >=================================================================== >--- databases/py-cassandra-driver/distinfo (nonexistent) >+++ databases/py-cassandra-driver/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1536768591 >+SHA256 (cassandra-driver-3.15.1.tar.gz) = af29963597881831e25376f8b72cad606be11f9a70aa64046a110049f7ca91f5 >+SIZE (cassandra-driver-3.15.1.tar.gz) = 228994 >Index: databases/py-cassandra-driver/pkg-descr >=================================================================== >--- databases/py-cassandra-driver/pkg-descr (nonexistent) >+++ databases/py-cassandra-driver/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+A modern, feature-rich and highly-tunable Python client library for >+Apache Cassandra (2.1+) using exclusively Cassandra's binary protocol >+and Cassandra Query Language v3. >+ >+WWW: https://github.com/datastax/python-driver
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
sergey
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 231737
: 197512