pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-parsimonious: imported into base
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Sun Feb 7 21:16:21 2021 +0100
Changeset: 798336cc86a768cef504538baae2ad600c0667a0
Modified Files:
Makefile
py-http-prompt/Makefile
Removed Files:
py-parsimonious/DESCR
py-parsimonious/Makefile
py-parsimonious/PLIST
py-parsimonious/distinfo
Log Message:
py-parsimonious: imported into base
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=798336cc86a768cef504538baae2ad600c0667a0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-http-prompt/Makefile | 2 +-
py-parsimonious/DESCR | 5 -----
py-parsimonious/Makefile | 19 -------------------
py-parsimonious/PLIST | 42 ------------------------------------------
py-parsimonious/distinfo | 6 ------
6 files changed, 1 insertion(+), 74 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 67eb850324..75b1966abd 100644
--- a/Makefile
+++ b/Makefile
@@ -4114,7 +4114,6 @@ SUBDIR+= py-param
SUBDIR+= py-parameters
SUBDIR+= py-paramz
SUBDIR+= py-parserutils
-SUBDIR+= py-parsimonious
SUBDIR+= py-parsy
SUBDIR+= py-parver
SUBDIR+= py-patch
diff --git a/py-http-prompt/Makefile b/py-http-prompt/Makefile
index a7be520489..246637dc3b 100644
--- a/py-http-prompt/Makefile
+++ b/py-http-prompt/Makefile
@@ -12,7 +12,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-httpie>=0.9.2:../../www/py-httpie
-DEPENDS+= ${PYPKGPREFIX}-parsimonious>=0.6.2:../../wip/py-parsimonious
+DEPENDS+= ${PYPKGPREFIX}-parsimonious>=0.6.2:../../textproc/py-parsimonious
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.7:../../devel/py-prompt_toolkit
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.1.0:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
diff --git a/py-parsimonious/DESCR b/py-parsimonious/DESCR
deleted file mode 100644
index 658eb42df8..0000000000
--- a/py-parsimonious/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure
-Python-and the most usable. It's based on parsing expression grammars (PEGs),
-which means you feed it a simplified sort of EBNF notation. Parsimonious was
-designed to undergird a MediaWiki parser that wouldn't take 5 seconds or a GB
-of RAM to do one page, but it's applicable to all sorts of languages
diff --git a/py-parsimonious/Makefile b/py-parsimonious/Makefile
deleted file mode 100644
index 833d65fe2b..0000000000
--- a/py-parsimonious/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME= parsimonious-0.8.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel python
-MASTER_SITES= https://files.pythonhosted.org/packages/02/fc/067a3f89869a41009e1a7cdfb14725f8ddd246f30f63c645e8ef8a1c56f4/
-
-MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= https://github.com/erikrose/parsimonious
-COMMENT= The fastest pure-Python PEG parser I could muster
-LICENSE= mit
-
-DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
-
-USE_LANGUAGES= # none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-parsimonious/PLIST b/py-parsimonious/PLIST
deleted file mode 100644
index 7f87568201..0000000000
--- a/py-parsimonious/PLIST
+++ /dev/null
@@ -1,42 +0,0 @@
-@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}/parsimonious/__init__.py
-${PYSITELIB}/parsimonious/__init__.pyc
-${PYSITELIB}/parsimonious/__init__.pyo
-${PYSITELIB}/parsimonious/exceptions.py
-${PYSITELIB}/parsimonious/exceptions.pyc
-${PYSITELIB}/parsimonious/exceptions.pyo
-${PYSITELIB}/parsimonious/expressions.py
-${PYSITELIB}/parsimonious/expressions.pyc
-${PYSITELIB}/parsimonious/expressions.pyo
-${PYSITELIB}/parsimonious/grammar.py
-${PYSITELIB}/parsimonious/grammar.pyc
-${PYSITELIB}/parsimonious/grammar.pyo
-${PYSITELIB}/parsimonious/nodes.py
-${PYSITELIB}/parsimonious/nodes.pyc
-${PYSITELIB}/parsimonious/nodes.pyo
-${PYSITELIB}/parsimonious/tests/__init__.py
-${PYSITELIB}/parsimonious/tests/__init__.pyc
-${PYSITELIB}/parsimonious/tests/__init__.pyo
-${PYSITELIB}/parsimonious/tests/benchmarks.py
-${PYSITELIB}/parsimonious/tests/benchmarks.pyc
-${PYSITELIB}/parsimonious/tests/benchmarks.pyo
-${PYSITELIB}/parsimonious/tests/test_benchmarks.py
-${PYSITELIB}/parsimonious/tests/test_benchmarks.pyc
-${PYSITELIB}/parsimonious/tests/test_benchmarks.pyo
-${PYSITELIB}/parsimonious/tests/test_expressions.py
-${PYSITELIB}/parsimonious/tests/test_expressions.pyc
-${PYSITELIB}/parsimonious/tests/test_expressions.pyo
-${PYSITELIB}/parsimonious/tests/test_grammar.py
-${PYSITELIB}/parsimonious/tests/test_grammar.pyc
-${PYSITELIB}/parsimonious/tests/test_grammar.pyo
-${PYSITELIB}/parsimonious/tests/test_nodes.py
-${PYSITELIB}/parsimonious/tests/test_nodes.pyc
-${PYSITELIB}/parsimonious/tests/test_nodes.pyo
-${PYSITELIB}/parsimonious/utils.py
-${PYSITELIB}/parsimonious/utils.pyc
-${PYSITELIB}/parsimonious/utils.pyo
diff --git a/py-parsimonious/distinfo b/py-parsimonious/distinfo
deleted file mode 100644
index d68f211b2f..0000000000
--- a/py-parsimonious/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (parsimonious-0.8.1.tar.gz) = 52eb0c338858d787f38931dd0951a1a87edcba76
-RMD160 (parsimonious-0.8.1.tar.gz) = c85c0e415f63596948ab0dd511678224739b306a
-SHA512 (parsimonious-0.8.1.tar.gz) = 8eb3959090dcbc7ea16ff72bbe1a5b695ea07de09865c5ca5832c7db2405fa609844e19ebafd0d156bd8e9efe1b9025caae22e7bff7d94b520691e86f00fcfdd
-Size (parsimonious-0.8.1.tar.gz) = 45057 bytes
Home |
Main Index |
Thread Index |
Old Index