diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-09-22 14:10:31 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-09-22 14:10:31 +0800 |
commit | 5b806cec5ae982b08f41f697cafe425d2d7b9cac (patch) | |
tree | 6a7dff2fa54b72f53c5ae130165e32f0f4c0bd0b /databases | |
parent | 0c5da513a4f05e44443e69ace2e72e7e177d79e1 (diff) | |
download | freebsd-ports-gnome-5b806cec5ae982b08f41f697cafe425d2d7b9cac.tar.gz freebsd-ports-gnome-5b806cec5ae982b08f41f697cafe425d2d7b9cac.tar.zst freebsd-ports-gnome-5b806cec5ae982b08f41f697cafe425d2d7b9cac.zip |
Add py-pyhs 0.2.4, handlerSocket client for Python.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/py-pyhs/Makefile | 25 | ||||
-rw-r--r-- | databases/py-pyhs/distinfo | 2 | ||||
-rw-r--r-- | databases/py-pyhs/pkg-descr | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index ebe855724856..d997ebbdbcbd 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -678,6 +678,7 @@ SUBDIR += py-psycopg SUBDIR += py-psycopg2 SUBDIR += py-pyPgSQL + SUBDIR += py-pyhs SUBDIR += py-pylibmc SUBDIR += py-pymysql SUBDIR += py-pysqlite20 diff --git a/databases/py-pyhs/Makefile b/databases/py-pyhs/Makefile new file mode 100644 index 000000000000..3b2eedc9622a --- /dev/null +++ b/databases/py-pyhs/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: py-pyhs +# Date created: 2011-09-22 +# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pyhs +PORTVERSION= 0.2.4 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-handler-socket-${PORTVERSION} + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= HandlerSocket client for Python + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGNAME= python_handler_socket +PYEASYINSTALL_ARCHDEP= yes + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +.include <bsd.port.mk> diff --git a/databases/py-pyhs/distinfo b/databases/py-pyhs/distinfo new file mode 100644 index 000000000000..e72443a4ae21 --- /dev/null +++ b/databases/py-pyhs/distinfo @@ -0,0 +1,2 @@ +SHA256 (python-handler-socket-0.2.4.tar.gz) = 78b1d520fb6e22bd30187f85e83f15a603d142fe7e4c7cafe657a4ebe6078168 +SIZE (python-handler-socket-0.2.4.tar.gz) = 21928 diff --git a/databases/py-pyhs/pkg-descr b/databases/py-pyhs/pkg-descr new file mode 100644 index 000000000000..0aecee4504ff --- /dev/null +++ b/databases/py-pyhs/pkg-descr @@ -0,0 +1,5 @@ +pyhs (python-handler-socket) is a Python client library for the +HandlerSocket <https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/> +MySQL plugin. + +WWW: http://pypi.python.org/pypi/python-handler-socket |