c1b44346cd
until proven otherwise.
22 lines
629 B
Makefile
22 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:22 wiz Exp $
|
|
|
|
DISTNAME= Gnosis_Utils-1.2.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Gnosis_Utils/gnosis-utils/}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://gnosis.cx/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gnosis.cx/download/
|
|
COMMENT= Classes for working with XML
|
|
LICENSE= public-domain
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.2
|
|
|
|
CONFLICTS+= ${PYPKGPREFIX}-Gnosis-Utils-[0-9]*
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|