[arch-commits] Commit in python-feedparser/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Jul 8 19:38:05 UTC 2018
Date: Sunday, July 8, 2018 @ 19:38:05
Author: foutrelis
Revision: 328110
Prepare for Python 3.7 rebuild
Modified:
python-feedparser/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-08 19:06:54 UTC (rev 328109)
+++ PKGBUILD 2018-07-08 19:38:05 UTC (rev 328110)
@@ -52,6 +52,6 @@
cd "${srcdir}/feedparser-${pkgver}-sgmllib"
install -Dm644 feedparser/sgmllib3.py \
"${pkgdir}/usr/lib/python3.6/site-packages/sgmllib.py"
- install -Dm644 feedparser/__pycache__/sgmllib3.cpython-36.pyc \
- "${pkgdir}/usr/lib/python3.6/site-packages/__pycache__/sgmllib.cpython-36.pyc"
+ install -Dm644 feedparser/__pycache__/sgmllib3.cpython-37.pyc \
+ "${pkgdir}/usr/lib/python3.6/site-packages/__pycache__/sgmllib.cpython-37.pyc"
}
More information about the arch-commits
mailing list