a2d1384fb7
0.36.8 - Don't connect to 'postgres' data base for database existence check 0.36.7 - Fix dynamic relationships for observables 0.36.6 - Reverted 426 and added support for Legacy Encrypted Type - Added psycopg2cffi support for create_database and drop_database
21 lines
620 B
Makefile
21 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.31 2020/08/06 14:26:54 adam Exp $
|
|
|
|
DISTNAME= SQLAlchemy-Utils-0.36.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SQLAlchemy-Utils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kvesteri/sqlalchemy-utils
|
|
COMMENT= Various utility functions for SQLAlchemy
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=1.0:../../databases/py-sqlalchemy
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|