py-twython: updated to 3.9.1

3.9.1
Changes from raising StopIteration to returning instead.
Updates information about Python 2.7 support drop.
This commit is contained in:
adam 2024-01-16 10:51:00 +00:00
parent 73ad37c98f
commit 0b983433cb
3 changed files with 15 additions and 14 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.9 2023/11/07 22:38:03 wiz Exp $
# $NetBSD: Makefile,v 1.10 2024/01/16 10:51:00 adam Exp $
DISTNAME= twython-3.8.2
DISTNAME= twython-3.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/twython/}
@ -11,6 +10,8 @@ HOMEPAGE= https://github.com/ryanmcgrath/twython
COMMENT= Python wrapper for the Twitter API
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
@ -18,5 +19,5 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2017/03/14 19:28:31 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.3 2024/01/16 10:51:00 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/twython/__init__.py
${PYSITELIB}/twython/__init__.pyc
${PYSITELIB}/twython/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2021/10/26 11:06:45 nia Exp $
$NetBSD: distinfo,v 1.8 2024/01/16 10:51:00 adam Exp $
BLAKE2s (twython-3.8.2.tar.gz) = 4567f3ac09a4db0f6cc4004733be109a90abcdd1ed839fe3fc02a49b901a46ef
SHA512 (twython-3.8.2.tar.gz) = 928dfb88f179caf3416b245126f939f6c12d08f7bc04b37584e42cb943b3f3ba5abe9ad9350e7079139e847f1aec75e0199dc24992ae1839c01e8f48411355cf
Size (twython-3.8.2.tar.gz) = 373927 bytes
BLAKE2s (twython-3.9.1.tar.gz) = b55ae5a5f1b30785a6ece9860b94cb4c364c4b8252d248dfa03b97725225f89e
SHA512 (twython-3.9.1.tar.gz) = 04c0d2f5d6698c4ace9474ec792d3be533516a8cc46029b8b7d1cf51faf2f5f9f1988958b60ba69d95eaa7a179ec173060de190135111ecb8040c2f9e58492e8
Size (twython-3.9.1.tar.gz) = 376877 bytes