pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/py-arabic-reshaper
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 5 09:12:55 UTC 2022
Modified Files:
pkgsrc/converters/py-arabic-reshaper: distinfo
pkgsrc/converters/py-arabic-reshaper/patches: patch-setup.py
Log Message:
py-arabic-reshaper: fix requirements.txt
Ride bump
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/py-arabic-reshaper/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/converters/py-arabic-reshaper/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/py-arabic-reshaper/distinfo
diff -u pkgsrc/converters/py-arabic-reshaper/distinfo:1.3 pkgsrc/converters/py-arabic-reshaper/distinfo:1.4
--- pkgsrc/converters/py-arabic-reshaper/distinfo:1.3 Tue Oct 26 10:06:49 2021
+++ pkgsrc/converters/py-arabic-reshaper/distinfo Wed Jan 5 09:12:55 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:06:49 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/01/05 09:12:55 wiz 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
-SHA1 (patch-setup.py) = 5f02d203fec48318bc6527c3747b62515c886032
+SHA1 (patch-setup.py) = b08faed80de6a75748c8139873a95fcfea3e5434
Index: pkgsrc/converters/py-arabic-reshaper/patches/patch-setup.py
diff -u pkgsrc/converters/py-arabic-reshaper/patches/patch-setup.py:1.1 pkgsrc/converters/py-arabic-reshaper/patches/patch-setup.py:1.2
--- pkgsrc/converters/py-arabic-reshaper/patches/patch-setup.py:1.1 Wed Apr 28 09:52:18 2021
+++ pkgsrc/converters/py-arabic-reshaper/patches/patch-setup.py Wed Jan 5 09:12:55 2022
@@ -1,8 +1,10 @@
-$NetBSD: patch-setup.py,v 1.1 2021/04/28 09:52:18 adam Exp $
+$NetBSD: patch-setup.py,v 1.2 2022/01/05 09:12:55 wiz Exp $
Fix building with Python 2.7.
---- setup.py.orig 2021-04-28 09:49:06.000000000 +0000
+https://github.com/mpcabd/python-arabic-reshaper/issues/77
+
+--- setup.py.orig 2021-03-23 11:03:30.000000000 +0000
+++ setup.py
@@ -5,8 +5,8 @@ from setuptools import setup
@@ -15,3 +17,13 @@ Fix building with Python 2.7.
setup(
name="arabic_reshaper",
+@@ -19,8 +19,7 @@ setup(
+ license="MIT",
+ packages=['arabic_reshaper'],
+ install_requires=['configparser; python_version <"3"',
+- 'future',
+- 'setuptools'],
++ 'future',],
+ extras_require={
+ 'with-fonttools': ['fonttools>=4.0; python_version >="3"',
+ 'fonttools>=3.0<4.0; python_version <"3"']
Home |
Main Index |
Thread Index |
Old Index