1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00: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:
Sunpoet Po-Chuan Hsieh 2020-10-04 14:12:47 +00:00
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

View File

@ -803,6 +803,7 @@
SUBDIR += py-redis2
SUBDIR += py-sispy
SUBDIR += py-south
SUBDIR += py-sqlalchemy-json
SUBDIR += py-sqlalchemy-migrate
SUBDIR += py-sqlalchemy-utils
SUBDIR += py-sqlalchemy10

View 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>

View 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

View File

@ -0,0 +1,3 @@
SQLAlchemy-JSON provides mutation-tracked JSON types to SQLAlchemy.
WWW: https://github.com/edelooff/sqlalchemy-json