1682c6507d
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
33 lines
920 B
Makefile
33 lines
920 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/08/28 15:48:34 wiz Exp $
|
|
|
|
DISTNAME= v0.7.6
|
|
PROPERNAME= ${DISTNAME:S/v/xattr-/}
|
|
PKGNAME= ${PYPKGPREFIX}-${PROPERNAME}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/xattr/xattr/archive/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/xattr/xattr/
|
|
COMMENT= Python wrapper for extended filesystem attributes
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cffi>=0.8.1:../../devel/py-cffi
|
|
DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser
|
|
|
|
DIST_SUBDIR= xattr
|
|
|
|
WRKSRC= ${WRKDIR}/${PROPERNAME}
|
|
EGG_NAME= ${PROPERNAME}
|
|
USE_LANGUAGES= c
|
|
REPLACE_PYTHON= xattr/tool.py
|
|
|
|
# XXX: builds, installs, but cannot be executed
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/bin/xattr \
|
|
${DESTDIR}${PREFIX}/bin/xattr-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|