import py-corpus
This commit is contained in:
parent
1e7e1dc19e
commit
c0ef2f70a8
4 changed files with 42 additions and 0 deletions
1
py-corpus/DESCR
Normal file
1
py-corpus/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A python api for the Arabic Quranic Corpus project
|
20
py-corpus/Makefile
Normal file
20
py-corpus/Makefile
Normal file
|
@ -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
|
||||
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"
|
16
py-corpus/PLIST
Normal file
16
py-corpus/PLIST
Normal file
|
@ -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
|
5
py-corpus/distinfo
Normal file
5
py-corpus/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue