pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-twython



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 16 10:51:00 UTC 2024

Modified Files:
        pkgsrc/net/py-twython: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-twython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-twython/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-twython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-twython/Makefile
diff -u pkgsrc/net/py-twython/Makefile:1.9 pkgsrc/net/py-twython/Makefile:1.10
--- pkgsrc/net/py-twython/Makefile:1.9  Tue Nov  7 22:38:03 2023
+++ pkgsrc/net/py-twython/Makefile      Tue Jan 16 10:51:00 2024
@@ -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
 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"

Index: pkgsrc/net/py-twython/PLIST
diff -u pkgsrc/net/py-twython/PLIST:1.2 pkgsrc/net/py-twython/PLIST:1.3
--- pkgsrc/net/py-twython/PLIST:1.2     Tue Mar 14 19:28:31 2017
+++ pkgsrc/net/py-twython/PLIST Tue Jan 16 10:51:00 2024
@@ -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

Index: pkgsrc/net/py-twython/distinfo
diff -u pkgsrc/net/py-twython/distinfo:1.7 pkgsrc/net/py-twython/distinfo:1.8
--- pkgsrc/net/py-twython/distinfo:1.7  Tue Oct 26 11:06:45 2021
+++ pkgsrc/net/py-twython/distinfo      Tue Jan 16 10:51:00 2024
@@ -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



Home | Main Index | Thread Index | Old Index