pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-ptt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 13:21:44 UTC 2024

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

Log Message:
py-ptt: update to 1.19.6.

Ten years of development, no summary found.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-ptt/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-ptt/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-ptt/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-ptt/Makefile
diff -u pkgsrc/net/py-ptt/Makefile:1.7 pkgsrc/net/py-ptt/Makefile:1.8
--- pkgsrc/net/py-ptt/Makefile:1.7      Wed Jan  5 15:41:17 2022
+++ pkgsrc/net/py-ptt/Makefile  Tue Apr 30 13:21:43 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2022/01/05 15:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/04/30 13:21:43 wiz Exp $
 
-PTTVERS=       1.9.0
+PTTVERS=       1.19.6
 DISTNAME=      twitter-${PTTVERS}
 PKGNAME=       ${PYPKGPREFIX}-ptt-${PTTVERS}
-PKGREVISION=   3
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/twitter/}
 
@@ -12,10 +11,15 @@ HOMEPAGE=   https://mike.verdone.ca/twitte
 COMMENT=       Twitter API, command-line tool, and IRC bot
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-irclib-[0-9]*:../../net/py-irclib
+DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
+
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../net/py-irclib/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/py-ptt/PLIST
diff -u pkgsrc/net/py-ptt/PLIST:1.1 pkgsrc/net/py-ptt/PLIST:1.2
--- pkgsrc/net/py-ptt/PLIST:1.1 Fri Nov  2 13:08:31 2012
+++ pkgsrc/net/py-ptt/PLIST     Tue Apr 30 13:21:43 2024
@@ -1,16 +1,18 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/02 13:08:31 imil Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/04/30 13:21:43 wiz Exp $
 bin/twitter
 bin/twitter-archiver
 bin/twitter-follow
 bin/twitter-log
 bin/twitter-stream-example
 bin/twitterbot
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/twitter/__init__.py
 ${PYSITELIB}/twitter/__init__.pyc
 ${PYSITELIB}/twitter/__init__.pyo
@@ -41,6 +43,9 @@ ${PYSITELIB}/twitter/logger.pyo
 ${PYSITELIB}/twitter/oauth.py
 ${PYSITELIB}/twitter/oauth.pyc
 ${PYSITELIB}/twitter/oauth.pyo
+${PYSITELIB}/twitter/oauth2.py
+${PYSITELIB}/twitter/oauth2.pyc
+${PYSITELIB}/twitter/oauth2.pyo
 ${PYSITELIB}/twitter/oauth_dance.py
 ${PYSITELIB}/twitter/oauth_dance.pyc
 ${PYSITELIB}/twitter/oauth_dance.pyo
@@ -50,6 +55,9 @@ ${PYSITELIB}/twitter/stream.pyo
 ${PYSITELIB}/twitter/stream_example.py
 ${PYSITELIB}/twitter/stream_example.pyc
 ${PYSITELIB}/twitter/stream_example.pyo
+${PYSITELIB}/twitter/timezones.py
+${PYSITELIB}/twitter/timezones.pyc
+${PYSITELIB}/twitter/timezones.pyo
 ${PYSITELIB}/twitter/twitter_globals.py
 ${PYSITELIB}/twitter/twitter_globals.pyc
 ${PYSITELIB}/twitter/twitter_globals.pyo

Index: pkgsrc/net/py-ptt/distinfo
diff -u pkgsrc/net/py-ptt/distinfo:1.5 pkgsrc/net/py-ptt/distinfo:1.6
--- pkgsrc/net/py-ptt/distinfo:1.5      Tue Oct 26 11:06:41 2021
+++ pkgsrc/net/py-ptt/distinfo  Tue Apr 30 13:21:43 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:06:41 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/04/30 13:21:43 wiz Exp $
 
-BLAKE2s (twitter-1.9.0.tar.gz) = 9c4e3c9127ddb7d5b7c974bb768c36fcbcb1cbf017e475ac0c51aea15e66f7f0
-SHA512 (twitter-1.9.0.tar.gz) = 2f4ee43f5204dc0a53dd38a677348e7c55b4ed5e4457213ca510a8605a691225512cb292459f6419aeaedec29a5335accdd9b9867723c959c146253c68f551a5
-Size (twitter-1.9.0.tar.gz) = 31441 bytes
+BLAKE2s (twitter-1.19.6.tar.gz) = 4a99af03856f12182beb6f49088bc60ed56c107e4e5cc9e6ed114bb7828d3d97
+SHA512 (twitter-1.19.6.tar.gz) = 1ad54bb3588ca6a23bd0f806220de330df77e4fe717d32250970514b9c3ad2854088274fb3285e78826e9e4bdf2426eccf0712b1b54cb25479a86a2ef65dec4c
+Size (twitter-1.19.6.tar.gz) = 53089 bytes
 SHA1 (patch-twitter_ircbot.py) = d477f7c3849f3486345f4be58fd9184b42ace855



Home | Main Index | Thread Index | Old Index