python-sql is a library to write SQL queries in a pythonic way.
WWW: http://python-sql.tryton.org/
This commit is contained in:
parent
1c167c4718
commit
7c923f4e85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395167
4 changed files with 23 additions and 0 deletions
|
@ -758,6 +758,7 @@
|
|||
SUBDIR += py-pypuppetdb
|
||||
SUBDIR += py-pytc
|
||||
SUBDIR += py-python-rrdtool
|
||||
SUBDIR += py-python-sql
|
||||
SUBDIR += py-qt4-sql
|
||||
SUBDIR += py-redis
|
||||
SUBDIR += py-riak
|
||||
|
|
17
databases/py-python-sql/Makefile
Normal file
17
databases/py-python-sql/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-sql
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Library to write SQL queries
|
||||
|
||||
#LICENSE= BSD
|
||||
|
||||
USES= pkgconfig python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/py-python-sql/distinfo
Normal file
2
databases/py-python-sql/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (python-sql-0.7.tar.gz) = cfdafe7f101795f56efcbfdb360d6244aa6d908b02bbedc73236f64b2bd33324
|
||||
SIZE (python-sql-0.7.tar.gz) = 27422
|
3
databases/py-python-sql/pkg-descr
Normal file
3
databases/py-python-sql/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
python-sql is a library to write SQL queries in a pythonic way.
|
||||
|
||||
WWW: http://python-sql.tryton.org/
|
Loading…
Reference in a new issue