077a6b3ef8
I believe this is a relatively minor update, plus bringing python 3.x support. Upstream does not publish NEWS or a changelog, and the homepage does not even mention the release. Update prompted by tahoe-lfas needing this (py3-compattible) version. I am not aware of anything else needing it. If so and this version isn't ok, we'll have to go to versioned_dependencies and import the old one -- but this builds ok with 2.7.
33 lines
973 B
Makefile
33 lines
973 B
Makefile
# $NetBSD: Makefile,v 1.36 2021/08/31 17:16:22 gdt Exp $
|
|
|
|
DISTNAME= foolscap-21.7.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/foolscap/}
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
# This homepage is correct, but it is out of date.
|
|
HOMEPAGE= https://foolscap.lothar.com/trac
|
|
#HOMEPAGE= https://pypi.org/project/foolscap/
|
|
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
|
|
|
|
# \todo Restore tests
|
|
#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"
|