mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add py-sqlalchemy-json 0.4.0
SQLAlchemy-JSON provides mutation-tracked JSON types to SQLAlchemy. WWW: https://github.com/edelooff/sqlalchemy-json
This commit is contained in:
parent
046a9dac24
commit
0e5d1e2386
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551391
4 changed files with 30 additions and 0 deletions
|
@ -803,6 +803,7 @@
|
||||||
SUBDIR += py-redis2
|
SUBDIR += py-redis2
|
||||||
SUBDIR += py-sispy
|
SUBDIR += py-sispy
|
||||||
SUBDIR += py-south
|
SUBDIR += py-south
|
||||||
|
SUBDIR += py-sqlalchemy-json
|
||||||
SUBDIR += py-sqlalchemy-migrate
|
SUBDIR += py-sqlalchemy-migrate
|
||||||
SUBDIR += py-sqlalchemy-utils
|
SUBDIR += py-sqlalchemy-utils
|
||||||
SUBDIR += py-sqlalchemy10
|
SUBDIR += py-sqlalchemy10
|
||||||
|
|
23
databases/py-sqlalchemy-json/Makefile
Normal file
23
databases/py-sqlalchemy-json/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= sqlalchemy-json
|
||||||
|
PORTVERSION= 0.4.0
|
||||||
|
CATEGORIES= databases python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= JSON type with nested change tracking for SQLAlchemy
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=0.7:databases/py-sqlalchemy13@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python
|
||||||
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
databases/py-sqlalchemy-json/distinfo
Normal file
3
databases/py-sqlalchemy-json/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1601754184
|
||||||
|
SHA256 (sqlalchemy-json-0.4.0.tar.gz) = d8e72cac50724a17cc137c98bec5cb5990e9f1e8fc3eb30dd225fb47c087ea27
|
||||||
|
SIZE (sqlalchemy-json-0.4.0.tar.gz) = 5583
|
3
databases/py-sqlalchemy-json/pkg-descr
Normal file
3
databases/py-sqlalchemy-json/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SQLAlchemy-JSON provides mutation-tracked JSON types to SQLAlchemy.
|
||||||
|
|
||||||
|
WWW: https://github.com/edelooff/sqlalchemy-json
|
Loading…
Add table
Reference in a new issue