9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
32 lines
901 B
Makefile
32 lines
901 B
Makefile
# $NetBSD: Makefile,v 1.35 2020/01/26 17:31:54 rillig Exp $
|
|
|
|
DISTNAME= foolscap-0.13.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/foolscap/}
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= https://foolscap.lothar.com/trac
|
|
COMMENT= RPC protocol for Twisted
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted>=16.0:../../net/py-twisted
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.12.7
|
|
|
|
TEST_TARGET= test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
INSTALLATION_DIRS+= share/doc/py-foolscap
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.txt \
|
|
${DESTDIR}${PREFIX}/share/doc/py-foolscap
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.rst \
|
|
${DESTDIR}${PREFIX}/share/doc/py-foolscap
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|