Add py-pyhs 0.2.4, handlerSocket client for Python.
This commit is contained in:
parent
0e1dacaf8c
commit
824b254819
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282161
@ -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
|
||||
|
25
databases/py-pyhs/Makefile
Normal file
25
databases/py-pyhs/Makefile
Normal file
@ -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>
|
2
databases/py-pyhs/distinfo
Normal file
2
databases/py-pyhs/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (python-handler-socket-0.2.4.tar.gz) = 78b1d520fb6e22bd30187f85e83f15a603d142fe7e4c7cafe657a4ebe6078168
|
||||
SIZE (python-handler-socket-0.2.4.tar.gz) = 21928
|
5
databases/py-pyhs/pkg-descr
Normal file
5
databases/py-pyhs/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user