pkgsrc-WIP-changes archive

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

Import wip/py-arabic-reshaper-2.1.1 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 12 17:54:39 2021 +0100
Changeset:	d6dabbe0e4391198f084048286e656cb48254a13

Modified Files:
	Makefile
Added Files:
	py-arabic-reshaper/DESCR
	py-arabic-reshaper/Makefile
	py-arabic-reshaper/PLIST
	py-arabic-reshaper/distinfo

Log Message:
Import wip/py-arabic-reshaper-2.1.1 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d6dabbe0e4391198f084048286e656cb48254a13

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |  1 +
 py-arabic-reshaper/DESCR    |  2 ++
 py-arabic-reshaper/Makefile | 16 ++++++++++++++++
 py-arabic-reshaper/PLIST    | 25 +++++++++++++++++++++++++
 py-arabic-reshaper/distinfo |  6 ++++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 863e37fbd5..dbffc780a5 100644
--- a/Makefile
+++ b/Makefile
@@ -3262,6 +3262,7 @@ SUBDIR+=	py-applpy
 SUBDIR+=	py-apscheduler
 SUBDIR+=	py-aqopa
 SUBDIR+=	py-arabic
+SUBDIR+=	py-arabic-reshaper
 SUBDIR+=	py-arabic-stopwords
 SUBDIR+=	py-arabic-text-quote
 SUBDIR+=	py-archan
diff --git a/py-arabic-reshaper/DESCR b/py-arabic-reshaper/DESCR
new file mode 100644
index 0000000000..9631cceb7c
--- /dev/null
+++ b/py-arabic-reshaper/DESCR
@@ -0,0 +1,2 @@
+Reconstruct Arabic sentences to be used in applications
+that don't support Arabic script.
diff --git a/py-arabic-reshaper/Makefile b/py-arabic-reshaper/Makefile
new file mode 100644
index 0000000000..139b47b70b
--- /dev/null
+++ b/py-arabic-reshaper/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	arabic_reshaper-2.1.1
+PKGNAME=	${PYPKGPREFIX}-arabic-reshaper-2.1.1
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/arabic_reshaper/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/mpcabd/python-arabic-reshaper/
+COMMENT=	Reconstruct Arabic sentences to be used in applications
+LICENSE=	mit
+
+#DEPENDS+=	${PYPKGPREFIX}-future>=0:../../devel/py-future
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-arabic-reshaper/PLIST b/py-arabic-reshaper/PLIST
new file mode 100644
index 0000000000..bdb7b8dad5
--- /dev/null
+++ b/py-arabic-reshaper/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/arabic_reshaper/__init__.py
+${PYSITELIB}/arabic_reshaper/__init__.pyc
+${PYSITELIB}/arabic_reshaper/__init__.pyo
+${PYSITELIB}/arabic_reshaper/__version__.py
+${PYSITELIB}/arabic_reshaper/__version__.pyc
+${PYSITELIB}/arabic_reshaper/__version__.pyo
+${PYSITELIB}/arabic_reshaper/arabic_reshaper.py
+${PYSITELIB}/arabic_reshaper/arabic_reshaper.pyc
+${PYSITELIB}/arabic_reshaper/arabic_reshaper.pyo
+${PYSITELIB}/arabic_reshaper/default-config.ini
+${PYSITELIB}/arabic_reshaper/letters.py
+${PYSITELIB}/arabic_reshaper/letters.pyc
+${PYSITELIB}/arabic_reshaper/letters.pyo
+${PYSITELIB}/arabic_reshaper/ligatures.py
+${PYSITELIB}/arabic_reshaper/ligatures.pyc
+${PYSITELIB}/arabic_reshaper/ligatures.pyo
+${PYSITELIB}/arabic_reshaper/reshaper_config.py
+${PYSITELIB}/arabic_reshaper/reshaper_config.pyc
+${PYSITELIB}/arabic_reshaper/reshaper_config.pyo
diff --git a/py-arabic-reshaper/distinfo b/py-arabic-reshaper/distinfo
new file mode 100644
index 0000000000..dfc97ef5b7
--- /dev/null
+++ b/py-arabic-reshaper/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (arabic_reshaper-2.1.1.tar.gz) = 4e3cfd5542c8032fc4c9e8533d281bac9eadd7b7
+RMD160 (arabic_reshaper-2.1.1.tar.gz) = 9f7f5914dd00caad83e6c17c7c71606f35fb38dc
+SHA512 (arabic_reshaper-2.1.1.tar.gz) = e00e0c15f36d077717a108080d2ede6bc6242ed402f28fa718e0d3b04a90311adb3e16b1a8b9f809e0c30952419cc31c96d7f7573c726fbaf46d31bbcdaa7a83
+Size (arabic_reshaper-2.1.1.tar.gz) = 18431 bytes


Home | Main Index | Thread Index | Old Index