1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Add py-pgspecial 1.2.0

This package provides an API to execute meta-commands (AKA "special", or
"backslash commands") on PostgreSQL.

WWW: https://pypi.python.org/pypi/pgspecial
WWW: https://github.com/dbcli/pgspecial
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-11-26 01:00:04 +00:00
parent 91f375c6b5
commit 1356695229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402416
4 changed files with 29 additions and 0 deletions

View File

@ -745,6 +745,7 @@
SUBDIR += py-peewee
SUBDIR += py-pg8000
SUBDIR += py-pg_pqueue
SUBDIR += py-pgspecial
SUBDIR += py-pgxnclient
SUBDIR += py-pickledb
SUBDIR += py-postgresql

View File

@ -0,0 +1,21 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pgspecial
PORTVERSION= 1.2.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Meta-commands handler for Postgres Database
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:${PORTSDIR}/devel/py-click
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pgspecial-1.2.0.tar.gz) = 36ae9126f50fd146c96609b71a34ffa9122cfb72e658f46114c4cb8642530b17
SIZE (pgspecial-1.2.0.tar.gz) = 26962

View File

@ -0,0 +1,5 @@
This package provides an API to execute meta-commands (AKA "special", or
"backslash commands") on PostgreSQL.
WWW: https://pypi.python.org/pypi/pgspecial
WWW: https://github.com/dbcli/pgspecial