pkgsrc/www/py-betamax/Makefile
wiz 386a29e619 py-betamax: update to 0.8.1.
0.8.1 - 2018-03-13
------------------

- Previous attempts to sanitize cassette names were incomplete.
  Sanitization has become more thorough which could have some affects on
  existing cassette files. **This may cause new cassettes to be generated.**

- Fix bug where there may be an exception raised in a
  ``betamax.exceptions.BetamaxError`` repr.
2018-04-17 10:45:05 +00:00

19 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.8 2018/04/17 10:45:05 wiz Exp $
DISTNAME= betamax-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=b/betamax/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/betamax
COMMENT= VCR imitation for python-requests
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"