oriented interface to databases like DBIx-Class is for Perl. It is quite extensible and widely deployed. It contains compilers for a number of database engines which are used only if they're requested explicitly, nevertheless the package offers to depend on some of them explicitly as requested by PKG_OPTIONS.py-sqlalchemy.
23 lines
613 B
Makefile
23 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/09/04 20:42:28 tonnerre Exp $
|
|
|
|
SQLALCHEMYVERS= 0.4.7p1
|
|
DISTNAME= SQLAlchemy-${SQLALCHEMYVERS}
|
|
PKGNAME= ${PYPKGPREFIX}-sqlalchemy-${SQLALCHEMYVERS}
|
|
EGG_NAME= ${DISTNAME}
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqlalchemy/}
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
HOMEPAGE= http://www.sqlalchemy.org/
|
|
COMMENT= Python SQL toolkit and Object Relational Mapper
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "options.mk"
|
|
|
|
PLIST_SUBST+= SQLALCHEMYVERS=${SQLALCHEMYVERS:Q}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|