FreeBSD Bugzilla – Attachment 219157 Details for
Bug 250380
textproc/py-feedparser: fails to import with lang/python39
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to 6.0.1, Ship 2to3 sgmllib (ported from Py27)
feedparser.patch (text/plain), 1.57 KB, created by
James French
on 2020-10-28 00:27:29 UTC
(
hide
)
Description:
Patch to 6.0.1, Ship 2to3 sgmllib (ported from Py27)
Filename:
MIME Type:
Creator:
James French
Created:
2020-10-28 00:27:29 UTC
Size:
1.57 KB
patch
obsolete
>diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile >index 377b82b7fa96..fd75dfded815 100644 >--- a/textproc/py-feedparser/Makefile >+++ b/textproc/py-feedparser/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= feedparser >-PORTVERSION= 5.2.1 >+PORTVERSION= 6.0.1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -10,10 +10,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > MAINTAINER= sbz@FreeBSD.org > COMMENT= Universal feed parser written in Python > >-LICENSE= BSD2CLAUSE >+LICENSE= BSD2CLAUSE PSFL >+LICENSE_COMB= multi > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= python tar:bzip2 >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > > NO_ARCH= yes >@@ -22,6 +23,11 @@ OPTIONS_DEFINE= DOCS > > PORTDOCS= NEWS README.rst > >+PLIST_FILES+= ${PYTHON_SITELIBDIR}/sgmllib.py >+ >+post-install: >+ ${INSTALL_DATA} ${FILESDIR}/sgmllib.py ${STAGEDIR}/${PYTHON_SITELIBDIR}/sgmllib.py >+ > post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} >diff --git a/textproc/py-feedparser/distinfo b/textproc/py-feedparser/distinfo >index 740e0aeea36a..2e31aaba0979 100644 >--- a/textproc/py-feedparser/distinfo >+++ b/textproc/py-feedparser/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1464128973 >-SHA256 (feedparser-5.2.1.tar.bz2) = ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02 >-SIZE (feedparser-5.2.1.tar.bz2) = 192328 >+TIMESTAMP = 1602900188 >+SHA256 (feedparser-6.0.1.tar.gz) = 6ca88edcaa43f428345968df903a87f020843eda5e28d7ea24a612158d61e74c >+SIZE (feedparser-6.0.1.tar.gz) = 284620
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250380
:
218819
|
218820
|
218823
|
218824
|
219157
|
219162
|
224091
|
224133