8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
529 B
Makefile
20 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.14 2022/01/04 20:52:44 wiz Exp $
|
|
|
|
DISTNAME= python-sql-1.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-sql/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://python-sql.tryton.org/
|
|
COMMENT= Python library to write SQL queries
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= sql/aggregate.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|