Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+6 -7
View File
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:21 wiz Exp $
# $NetBSD: Makefile,v 1.5 2014/06/12 00:58:38 gls Exp $
VERSION= b79718f8f69d17a075b7a626e32c1ed1200445f8
DISTNAME= ${VERSION}
PKGNAME= cuisine-0.6.4
VERSION= 0.7.1
DISTNAME= cuisine-${VERSION}
#PKGNAME= cuisine-0.7.1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/sebastien/cuisine/archive/
MASTER_SITES= https://pypi.python.org/packages/source/c/cuisine/
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://github.com/sebastien/cuisine
@@ -13,7 +13,7 @@ LICENSE= modified-bsd
DEPENDS+= fabric>=1.6.0:../../sysutils/fabric
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.6.4
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.4
WRKSRC= ${WRKDIR}/cuisine-${VERSION}
@@ -22,7 +22,6 @@ DOCDIR= ${PREFIX}/share/doc/cuisine
INSTALLATION_DIRS+= ${DOCDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/api/cuisine-api.html ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR}
.include "../../lang/python/egg.mk"