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:
parent
91f375c6b5
commit
1356695229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402416
@ -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
|
||||
|
21
databases/py-pgspecial/Makefile
Normal file
21
databases/py-pgspecial/Makefile
Normal 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>
|
2
databases/py-pgspecial/distinfo
Normal file
2
databases/py-pgspecial/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pgspecial-1.2.0.tar.gz) = 36ae9126f50fd146c96609b71a34ffa9122cfb72e658f46114c4cb8642530b17
|
||||
SIZE (pgspecial-1.2.0.tar.gz) = 26962
|
5
databases/py-pgspecial/pkg-descr
Normal file
5
databases/py-pgspecial/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user