e4bb7fa49b
0.8.0 -- 2017-05-20 ------------------- More information about this release can be found on the `0.8.0 milestone`_. New Features ~~~~~~~~~~~~ - Add ``UserAgentBuilder`` to provide more control over generated User-Agent strings. Fixed Bugs ~~~~~~~~~~ - Include ``_validate_certificate`` in the lits of picked attributes on the ``AppEngineAdapter``. - Fix backwards incompatibility in ``get_encodings_from_content`` .. _0.8.0 milestone: https://github.com/sigmavirus24/requests-toolbelt/milestones/0.8.0
21 lines
730 B
Makefile
21 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/05/29 11:07:19 wiz Exp $
|
|
|
|
DISTNAME= requests-toolbelt-0.8.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-toolbelt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/requests-toolbelt
|
|
COMMENT= Utility belt for advanced users of python-requests
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0<3.0:../../devel/py-requests
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-betamax-[0-9]*:../../www/py-betamax
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|