mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Python extension that wraps hiredis.
WWW: https://github.com/pietern/hiredis-py PR: ports/168510 Submitted by: Denis Generalov <gd@rambler-co.ru>
This commit is contained in:
parent
8c84e8baa8
commit
34841b9755
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298409
@ -684,6 +684,7 @@
|
||||
SUBDIR += py-flask-sqlalchemy
|
||||
SUBDIR += py-forgetsql
|
||||
SUBDIR += py-gdbm
|
||||
SUBDIR += py-hiredis
|
||||
SUBDIR += py-htsql
|
||||
SUBDIR += py-kyotocabinet
|
||||
SUBDIR += py-leveldb
|
||||
|
33
databases/py-hiredis/Makefile
Normal file
33
databases/py-hiredis/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: py-hiredis
|
||||
# Date created: 2012-06-01
|
||||
# Whom: Denis Generalov <gd@rambler-co.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hiredis
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= gd@rambler-co.ru
|
||||
COMMENT= Python extension that wraps hiredis
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= hiredis:${PORTSDIR}/databases/hiredis
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/hiredis/__init__.py \
|
||||
%%PYTHON_SITELIBDIR%%/hiredis/__init__.pyc \
|
||||
%%PYTHON_SITELIBDIR%%/hiredis/__init__.pyo \
|
||||
%%PYTHON_SITELIBDIR%%/hiredis/hiredis.so \
|
||||
%%PYTHON_SITELIBDIR%%/hiredis/version.py \
|
||||
%%PYTHON_SITELIBDIR%%/hiredis/version.pyc \
|
||||
%%PYTHON_SITELIBDIR%%/hiredis/version.pyo
|
||||
PLIST_DIRS= %%PYTHON_SITELIBDIR%%/hiredis
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/py-hiredis/distinfo
Normal file
2
databases/py-hiredis/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (hiredis-0.1.1.tar.gz) = ca7b3840d12f836dabfd73708bd64c0ac31204b22a926279b6515e6433e50ffc
|
||||
SIZE (hiredis-0.1.1.tar.gz) = 35598
|
3
databases/py-hiredis/pkg-descr
Normal file
3
databases/py-hiredis/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Python extension that wraps hiredis.
|
||||
|
||||
WWW: https://github.com/pietern/hiredis-py
|
Loading…
Reference in New Issue
Block a user