Skip to content

Commit

Permalink
py-ptt: update to 1.19.6.
Browse files Browse the repository at this point in the history
Ten years of development, no summary found.
  • Loading branch information
0-wiz-0 committed Apr 30, 2024
1 parent 787a61a commit 1733ac2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 17 deletions.
16 changes: 10 additions & 6 deletions net/py-ptt/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -12,10 +11,15 @@ HOMEPAGE= https://mike.verdone.ca/twitter/
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"
22 changes: 15 additions & 7 deletions net/py-ptt/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions net/py-ptt/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1733ac2

Please sign in to comment.