pkgsrc-WIP-changes archive

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

Import wip/py-arabic-stopwords-0.3 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Feb 26 18:45:20 2021 +0100
Changeset:	b129023b3d4dd9b9eff669d8c3e792d1de2b39bd

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

Log Message:
Import wip/py-arabic-stopwords-0.3 to wip

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

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

diffstat:
 Makefile                     |  1 +
 py-arabic-stopwords/DESCR    |  2 ++
 py-arabic-stopwords/Makefile | 18 ++++++++++++++++++
 py-arabic-stopwords/PLIST    |  4 ++++
 py-arabic-stopwords/distinfo |  6 ++++++
 5 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f45cfd4fc3..cb5908a64a 100644
--- a/Makefile
+++ b/Makefile
@@ -3255,6 +3255,7 @@ SUBDIR+=	py-applpy
 SUBDIR+=	py-apscheduler
 SUBDIR+=	py-aqopa
 SUBDIR+=	py-arabic
+SUBDIR+=	py-arabic-stopwords
 SUBDIR+=	py-arabic-text-quote
 SUBDIR+=	py-archan
 SUBDIR+=	py-arpeggio
diff --git a/py-arabic-stopwords/DESCR b/py-arabic-stopwords/DESCR
new file mode 100644
index 0000000000..30e41add36
--- /dev/null
+++ b/py-arabic-stopwords/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-arabic-stopwords/Makefile b/py-arabic-stopwords/Makefile
new file mode 100644
index 0000000000..b4cd4633b8
--- /dev/null
+++ b/py-arabic-stopwords/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	Arabic_Stopwords-0.3
+PKGNAME=	${PYPKGPREFIX}-arabic-stopwords-0.3
+CATEGORIES=	textproc python
+MASTER_SITES=	https://files.pythonhosted.org/packages/db/e7/16463f07add672dc7b33230e6eccd52b1f517140520f10dabb3c34049888/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://arabicstopwords.sourceforge.net/
+COMMENT=	Arabic Stop words: list and routins
+LICENSE=	gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+=	# TODO: pyarabic>=0.6.2
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-arabic-stopwords/PLIST b/py-arabic-stopwords/PLIST
new file mode 100644
index 0000000000..cf8b8836f1
--- /dev/null
+++ b/py-arabic-stopwords/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/pkg/bin/bmake package"
+@comment TODO: 2. run "/usr/pkg/bin/bmake print-PLIST"
diff --git a/py-arabic-stopwords/distinfo b/py-arabic-stopwords/distinfo
new file mode 100644
index 0000000000..f2c0d42bef
--- /dev/null
+++ b/py-arabic-stopwords/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Arabic_Stopwords-0.3.tar.gz) = 60724fa238012c4dcf2078f9e06058fddbaddd79
+RMD160 (Arabic_Stopwords-0.3.tar.gz) = efb66c82640bdf069220f39508ebf8589692fefd
+SHA512 (Arabic_Stopwords-0.3.tar.gz) = 46c7baa6933e58d24eb5ab3e496eacd37fe38a68052a30fc93fbdc0b007d000ba00eac9aafa5773343d37e72a020adc00bb44d60011750e86a67396366fa05fa
+Size (Arabic_Stopwords-0.3.tar.gz) = 329074 bytes


Home | Main Index | Thread Index | Old Index