Update the the lastest py-podcastparser and flip it to Python 3. The only
consumer is net/gpodder which is Python 3.
Been running this with the newer gPodder on amd64 several weeks.
Tim.
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-podcastparser/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 12 Jul 2019 20:50:12 -0000 1.6
+++ Makefile 27 Jun 2020 01:31:52 -0000
@@ -2,7 +2,7 @@
COMMENT= simple, fast and efficient podcast parser
-MODPY_EGG_VERSION= 0.6.4
+MODPY_EGG_VERSION= 0.6.5
DISTNAME= podcastparser-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
@@ -23,7 +23,7 @@ TEST_DEPENDS= devel/py-nose${MODPY_FLAVO
devel/py-coverage${MODPY_FLAVOR}
FLAVORS= python3
-FLAVOR?=
+FLAVOR= python3
MAKE_FILE= makefile
MAKE_ENV= PYTHON=${MODPY_BIN}
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-podcastparser/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 23 Sep 2018 20:56:04 -0000 1.4
+++ distinfo 27 Jun 2020 01:31:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (podcastparser-0.6.4.tar.gz) =
h4i9e+dBcWpggotPzrn63URchV4dX9gHiaXaVdkLUs8=
-SIZE (podcastparser-0.6.4.tar.gz) = 22446
+SHA256 (podcastparser-0.6.5.tar.gz) =
6wCOSQ2HiXeKSDj/fjE8xN/1j5WtoV4Ye4FEIN69wkw=
+SIZE (podcastparser-0.6.5.tar.gz) = 22232
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-podcastparser/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST 9 Jul 2018 12:45:48 -0000 1.3
+++ pkg/PLIST 27 Jun 2020 01:31:52 -0000
@@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.3 2018/07/09 12:45:48 sthen Exp $
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}podcastparser.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/podcastparser-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/podcastparser.py
-lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}podcastparser.${MODPY_PYC_MAGIC_TAG}pyc
@man man/man1/podcastparser${MODPY_BIN_SUFFIX}.1