pkgsrc/net/py-cymruwhois/Makefile
adam 14132bcfd5 py-cymruwhois: update to 1.6
Changes 1.6:
Add in a check for the windows version of EWOULDBLOCK
Apparently in newer versions of python this just works, but in older
versions the error codes were not consistent across platforms.
2017-10-05 09:16:10 +00:00

21 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/10/05 09:16:10 adam Exp $
DISTNAME= cymruwhois-1.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cymruwhois/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/JustinAzoff/python-cymruwhois
COMMENT= Client for the whois.cymru.com service
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} cymruwhois cymruwhois${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"