pkgsrc-WIP-changes archive

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

Import wip/py-asmai-0.1 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Feb 26 11:30:54 2021 +0100
Changeset:	592ba75af7a0ad46e4b3c942e3c0c650ba8b3dc5

Modified Files:
	.gitignore
	Makefile
Added Files:
	py-asmai/DESCR
	py-asmai/Makefile
	py-asmai/PLIST
	py-asmai/distinfo

Log Message:
Import wip/py-asmai-0.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=592ba75af7a0ad46e4b3c942e3c0c650ba8b3dc5

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

diffstat:
 .gitignore        |  1 +
 Makefile          |  2 ++
 py-asmai/DESCR    |  1 +
 py-asmai/Makefile | 16 ++++++++++++++++
 py-asmai/PLIST    | 19 +++++++++++++++++++
 py-asmai/distinfo |  6 ++++++
 6 files changed, 45 insertions(+)

diffs:
diff --git a/.gitignore b/.gitignore
index 5132fd671e..d74b42c886 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
 
 # Temporary files
 Makefile-url2pkg.bak
+commit_wip.sh
 *~
 \#*\#
 *.orig
diff --git a/Makefile b/Makefile
index a8179c64f6..120a5956a2 100644
--- a/Makefile
+++ b/Makefile
@@ -3257,6 +3257,7 @@ SUBDIR+=	py-aqopa
 SUBDIR+=	py-arabic
 SUBDIR+=	py-archan
 SUBDIR+=	py-arpeggio
+SUBDIR+=	py-aruudy
 SUBDIR+=	py-arrayfire
 SUBDIR+=	py-ars
 SUBDIR+=	py-art
@@ -3264,6 +3265,7 @@ SUBDIR+=	py-arxiv
 SUBDIR+=	py-arxiv-connections
 SUBDIR+=	py-arxiv2bib
 SUBDIR+=	py-arxvier
+SUBDIR+=	py-asmai
 SUBDIR+=	py-asciidata
 SUBDIR+=	py-asciimathml
 SUBDIR+=	py-asdf
diff --git a/py-asmai/DESCR b/py-asmai/DESCR
new file mode 100644
index 0000000000..63c4fba034
--- /dev/null
+++ b/py-asmai/DESCR
@@ -0,0 +1 @@
+Asmai: (Al'asma'i) Arabic semantic analysis library for Python
diff --git a/py-asmai/Makefile b/py-asmai/Makefile
new file mode 100644
index 0000000000..683a8434b5
--- /dev/null
+++ b/py-asmai/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	asmai-0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/asmai/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://asmai.sourceforge.net/
+COMMENT=	Arabic semantic analysis library for Python
+LICENSE=	gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-arabic>=4.0.0:../../wip/py-arabic
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-asmai/PLIST b/py-asmai/PLIST
new file mode 100644
index 0000000000..c2afa7a163
--- /dev/null
+++ b/py-asmai/PLIST
@@ -0,0 +1,19 @@
+@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}/asmai/__init__.py
+${PYSITELIB}/asmai/__init__.pyc
+${PYSITELIB}/asmai/__init__.pyo
+${PYSITELIB}/asmai/anasem.py
+${PYSITELIB}/asmai/anasem.pyc
+${PYSITELIB}/asmai/anasem.pyo
+${PYSITELIB}/asmai/data/semantic.sqlite
+${PYSITELIB}/asmai/sem_const.py
+${PYSITELIB}/asmai/sem_const.pyc
+${PYSITELIB}/asmai/sem_const.pyo
+${PYSITELIB}/asmai/semdictionary.py
+${PYSITELIB}/asmai/semdictionary.pyc
+${PYSITELIB}/asmai/semdictionary.pyo
diff --git a/py-asmai/distinfo b/py-asmai/distinfo
new file mode 100644
index 0000000000..de6ae1f329
--- /dev/null
+++ b/py-asmai/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (asmai-0.1.tar.gz) = 25d94a82bc79540f707dbe6a074239a31c4c8838
+RMD160 (asmai-0.1.tar.gz) = 22ff71f519c5350686fa8068b5c6410e19ed0702
+SHA512 (asmai-0.1.tar.gz) = c47560e352267bbc5b9f71be891619ec9ada209f45c957384fd8339959752b315e5ca50fe62492488c31104dec077d2d8bee846486691d7f8b1d7f7ad77bc488
+Size (asmai-0.1.tar.gz) = 7724695 bytes


Home | Main Index | Thread Index | Old Index