da682b2a27
0.35.0: - Removed some deprecation warnings - Added Int8RangeType
21 lines
620 B
Makefile
21 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.27 2019/12/03 18:23:32 adam Exp $
|
|
|
|
DISTNAME= SQLAlchemy-Utils-0.35.0
|
|
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"
|