pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import py-mishkal-0.4 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Mar 2 09:38:19 2021 +0100
Changeset: efb4fe58a3f49d42076cb8b99cda13a177861c1b
Modified Files:
Makefile
Added Files:
py-mishkal/DESCR
py-mishkal/Makefile
py-mishkal/PLIST
py-mishkal/distinfo
Log Message:
Import py-mishkal-0.4 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=efb4fe58a3f49d42076cb8b99cda13a177861c1b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-mishkal/DESCR | 2 ++
py-mishkal/Makefile | 28 ++++++++++++++++++++++++++++
py-mishkal/PLIST | 30 ++++++++++++++++++++++++++++++
py-mishkal/distinfo | 6 ++++++
5 files changed, 67 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 8aed597a00..711d81f556 100644
--- a/Makefile
+++ b/Makefile
@@ -3963,6 +3963,7 @@ SUBDIR+= py-minecraft
SUBDIR+= py-minepy
SUBDIR+= py-minidb
SUBDIR+= py-mipp
+SUBDIR+= py-mishkal
SUBDIR+= py-mkdocs-material
SUBDIR+= py-mkdocs-material-extensions
SUBDIR+= py-mkdocs-with-pdf
diff --git a/py-mishkal/DESCR b/py-mishkal/DESCR
new file mode 100644
index 0000000000..30e41add36
--- /dev/null
+++ b/py-mishkal/DESCR
@@ -0,0 +1,2 @@
+TODO: Fill in a short description of the package.
+TODO: It should be between 3 and 20 lines.
diff --git a/py-mishkal/Makefile b/py-mishkal/Makefile
new file mode 100644
index 0000000000..2fe2648f41
--- /dev/null
+++ b/py-mishkal/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME= mishkal-0.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/mishkal/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= http://mishkal.sourceforge.net/
+COMMENT= Mishkal: Arabic text diacritization library for Python
+LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-libqutrub>=1.0:../../wip/py-libqutrub
+DEPENDS+= ${PYPKGPREFIX}-naftawayh>=0.2:../../wip/py-naftawayh
+DEPENDS+= ${PYPKGPREFIX}-arabic>=0.6.2:../../wip/py-arabic
+DEPENDS+= ${PYPKGPREFIX}-tashaphyne>=0.3.1:../../wip/py-tashaphyne
+DEPENDS+= ${PYPKGPREFIX}-arramooz-sqlite>=0.1:../../wip/py-arramooz-sqlite
+DEPENDS+= ${PYPKGPREFIX}-qalsadi>=0.2:../../wip/py-qalsadi
+DEPENDS+= ${PYPKGPREFIX}-mysam-tagmanager>=0.1:../../wip/py-mysam-tagmanage
+DEPENDS+= ${PYPKGPREFIX}-alyahmor>=0.1:../../wip/py-alyahmor
+DEPENDS+= ${PYPKGPREFIX}-asmai>=0.1:../../wip/py-asmai
+DEPENDS+= ${PYPKGPREFIX}-sylajone>=0.1:../../wip/py-sylajone
+DEPENDS+= ${PYPKGPREFIX}-maskouk-sqlite>=0.1:../../wip/py-maskouk-sqlite
+DEPENDS+= ${PYPKGPREFIX}-pickleDB>=0.9.0:../../wip/py-pickleDB
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-mishkal/PLIST b/py-mishkal/PLIST
new file mode 100644
index 0000000000..c33fde01e6
--- /dev/null
+++ b/py-mishkal/PLIST
@@ -0,0 +1,30 @@
+@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}/mishkal/__init__.py
+${PYSITELIB}/mishkal/__init__.pyc
+${PYSITELIB}/mishkal/__init__.pyo
+${PYSITELIB}/mishkal/tashkeel.py
+${PYSITELIB}/mishkal/tashkeel.pyc
+${PYSITELIB}/mishkal/tashkeel.pyo
+${PYSITELIB}/mishkal/tashkeel_const.py
+${PYSITELIB}/mishkal/tashkeel_const.pyc
+${PYSITELIB}/mishkal/tashkeel_const.pyo
+${PYSITELIB}/mishkal/unknown_const.py
+${PYSITELIB}/mishkal/unknown_const.pyc
+${PYSITELIB}/mishkal/unknown_const.pyo
+${PYSITELIB}/mishkal/unknown_tashkeel.py
+${PYSITELIB}/mishkal/unknown_tashkeel.pyc
+${PYSITELIB}/mishkal/unknown_tashkeel.pyo
+${PYSITELIB}/mishkal/unkown.py
+${PYSITELIB}/mishkal/unkown.pyc
+${PYSITELIB}/mishkal/unkown.pyo
+${PYSITELIB}/mishkal/unkown_const.py
+${PYSITELIB}/mishkal/unkown_const.pyc
+${PYSITELIB}/mishkal/unkown_const.pyo
+${PYSITELIB}/mishkal/unkown_tashkeel.py
+${PYSITELIB}/mishkal/unkown_tashkeel.pyc
+${PYSITELIB}/mishkal/unkown_tashkeel.pyo
diff --git a/py-mishkal/distinfo b/py-mishkal/distinfo
new file mode 100644
index 0000000000..3893e4b503
--- /dev/null
+++ b/py-mishkal/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mishkal-0.4.tar.gz) = 164e378530f275b66c59bea2f765e61e44642921
+RMD160 (mishkal-0.4.tar.gz) = 5b0c04e987f3ddb04416ef29932fe5b7ea1bba1d
+SHA512 (mishkal-0.4.tar.gz) = eb30aa0f406254570464d4d128cf9bc9c001ac5b7c533314aafb5d728b56e57169d37a7066e6d5deb6af4ee97950f2dd3119ae69069d147288c7eed7a741572e
+Size (mishkal-0.4.tar.gz) = 766050 bytes
Home |
Main Index |
Thread Index |
Old Index