pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/py-arabic-reshaper py-arabic-reshaper: upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3968b2ed12c
branches:  trunk
changeset: 388379:d3968b2ed12c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 18 06:06:02 2022 +0000

description:
py-arabic-reshaper: updated to 2.1.4

v2.1.4
Fixed fonttools requirement for Python 2.

diffstat:

 converters/py-arabic-reshaper/Makefile               |   6 ++----
 converters/py-arabic-reshaper/distinfo               |   8 ++++----
 converters/py-arabic-reshaper/patches/patch-setup.py |  17 -----------------
 3 files changed, 6 insertions(+), 25 deletions(-)

diffs (57 lines):

diff -r f68735ed7e12 -r d3968b2ed12c converters/py-arabic-reshaper/Makefile
--- a/converters/py-arabic-reshaper/Makefile    Fri Nov 18 06:00:20 2022 +0000
+++ b/converters/py-arabic-reshaper/Makefile    Fri Nov 18 06:06:02 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/05 09:37:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/18 06:06:02 adam Exp $
 
-DISTNAME=      arabic_reshaper-2.1.3
+DISTNAME=      arabic_reshaper-2.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   3
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arabic-reshaper/}
 
@@ -12,7 +11,6 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
diff -r f68735ed7e12 -r d3968b2ed12c converters/py-arabic-reshaper/distinfo
--- a/converters/py-arabic-reshaper/distinfo    Fri Nov 18 06:00:20 2022 +0000
+++ b/converters/py-arabic-reshaper/distinfo    Fri Nov 18 06:06:02 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2022/01/05 09:37:15 wiz Exp $
+$NetBSD: distinfo,v 1.6 2022/11/18 06:06:02 adam Exp $
 
-BLAKE2s (arabic_reshaper-2.1.3.tar.gz) = 2e678f8db19a4523f304bf0a4de04f530924d55daeb173843fa6709a33fa1841
-SHA512 (arabic_reshaper-2.1.3.tar.gz) = c0236fd481aeef56d2f56f2ddb642a71c011d7c34cd66002346d47dc9f73595934f26f375d67bfc62b48cabda911aafb2b86abc05f417ddb0d33874af2eca2da
-Size (arabic_reshaper-2.1.3.tar.gz) = 24460 bytes
+BLAKE2s (arabic_reshaper-2.1.4.tar.gz) = 5b728ec170d47c175f13fe3c2af3cb3e3376768e025c1ccb469b6d9a3892b8ff
+SHA512 (arabic_reshaper-2.1.4.tar.gz) = 13ccba6033c259bb1535487491f0ea00bd99056189091c9f490077a30d37be83253863faafa857bfa04ab0a1451c3d2a2ea6976c7e8874f2cedfc4a5c760c3fd
+Size (arabic_reshaper-2.1.4.tar.gz) = 24423 bytes
 SHA1 (patch-setup.py) = 1304e79145dad8df1115820a7b22dc5a5cd0916d
diff -r f68735ed7e12 -r d3968b2ed12c converters/py-arabic-reshaper/patches/patch-setup.py
--- a/converters/py-arabic-reshaper/patches/patch-setup.py      Fri Nov 18 06:00:20 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-setup.py,v 1.3 2022/01/05 09:37:15 wiz Exp $
-
-Fix building with Python 2.7.
-
---- setup.py.orig      2021-03-23 11:03:30.000000000 +0000
-+++ setup.py
-@@ -5,8 +5,8 @@ from setuptools import setup
- 
- import os
- 
--with open("README.md", "r", encoding="utf-8") as fh:
--    long_description = fh.read()
-+with open("README.md", "rb") as fh:
-+    long_description = fh.read().decode("utf-8")
- 
- setup(
-     name="arabic_reshaper",



Home | Main Index | Thread Index | Old Index