pkgsrc-WIP-changes archive

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

import py-corpus



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 3 01:29:03 2015 +0100
Changeset:	c0ef2f70a838ff437629fa1b8d3fa91879d1ddda

Added Files:
	py-corpus/DESCR
	py-corpus/Makefile
	py-corpus/PLIST
	py-corpus/distinfo

Log Message:
import py-corpus

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

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

diffstat:
 py-corpus/DESCR    |  1 +
 py-corpus/Makefile | 20 ++++++++++++++++++++
 py-corpus/PLIST    | 16 ++++++++++++++++
 py-corpus/distinfo |  5 +++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/py-corpus/DESCR b/py-corpus/DESCR
new file mode 100644
index 0000000..390abfe
--- /dev/null
+++ b/py-corpus/DESCR
@@ -0,0 +1 @@
+A python api for the Arabic Quranic Corpus project
diff --git a/py-corpus/Makefile b/py-corpus/Makefile
new file mode 100644
index 0000000..163608f
--- /dev/null
+++ b/py-corpus/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	PyCorpus-0.1
+PKGNAME=   	${PYPKGPREFIX}-${DISTNAME:S/Py//tl}
+CATEGORIES=	textproc
+MASTER_SITES=	https://pypi.python.org/packages/source/P/PyCorpus/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	 http://www.alfanous.org/
+COMMENT=	Arabic Quranic Corpus python API
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-pyparsing>=2.0.2:../../devel/py-pyparsing
+
+WRKSRC=		${WRKDIR}/PyCorpus-0.1
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-corpus/PLIST b/py-corpus/PLIST
new file mode 100644
index 0000000..9acc0b0
--- /dev/null
+++ b/py-corpus/PLIST
@@ -0,0 +1,16 @@
+@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}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/PyCorpus/QuranyCorpus.py
+${PYSITELIB}/PyCorpus/QuranyCorpus.pyc
+${PYSITELIB}/PyCorpus/QuranyCorpus.pyo
+${PYSITELIB}/PyCorpus/QuranyCorpusConstantes.py
+${PYSITELIB}/PyCorpus/QuranyCorpusConstantes.pyc
+${PYSITELIB}/PyCorpus/QuranyCorpusConstantes.pyo
+${PYSITELIB}/PyCorpus/__init__.py
+${PYSITELIB}/PyCorpus/__init__.pyc
+${PYSITELIB}/PyCorpus/__init__.pyo
diff --git a/py-corpus/distinfo b/py-corpus/distinfo
new file mode 100644
index 0000000..183d33e
--- /dev/null
+++ b/py-corpus/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (PyCorpus-0.1.tar.gz) = b633d56feb346ded2355dbb86b5dec1cb0d59d3a
+RMD160 (PyCorpus-0.1.tar.gz) = a76c3ee1ca2a490d4ca2a7c187fb3dcad2cd5343
+Size (PyCorpus-0.1.tar.gz) = 14253 bytes


Home | Main Index | Thread Index | Old Index