pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove py-commonmark, imported into pkgsrc
Module Name: pkgsrc-wip
Committed By: Jonathan Schleifer <js%nil.im@localhost>
Pushed By: js
Date: Fri Sep 11 02:51:01 2020 +0200
Changeset: 4eda6846f3786a384e7f38270a5b3f16d678732f
Modified Files:
Makefile
py-recommonmark/Makefile
Removed Files:
py-commonmark/DESCR
py-commonmark/Makefile
py-commonmark/PLIST
py-commonmark/distinfo
Log Message:
Remove py-commonmark, imported into pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4eda6846f3786a384e7f38270a5b3f16d678732f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-commonmark/DESCR | 2 --
py-commonmark/Makefile | 23 ------------------
py-commonmark/PLIST | 62 ------------------------------------------------
py-commonmark/distinfo | 6 -----
py-recommonmark/Makefile | 2 +-
6 files changed, 1 insertion(+), 95 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 490fbb8444..91bfac81e8 100644
--- a/Makefile
+++ b/Makefile
@@ -3225,7 +3225,6 @@ SUBDIR+= py-collectd
SUBDIR+= py-colorlog
SUBDIR+= py-colormath
SUBDIR+= py-colorpy
-SUBDIR+= py-commonmark
SUBDIR+= py-complexsystems
SUBDIR+= py-conan
SUBDIR+= py-concepts
diff --git a/py-commonmark/DESCR b/py-commonmark/DESCR
deleted file mode 100644
index 6ced5f99e7..0000000000
--- a/py-commonmark/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Pure Python port of jgms commonmark.js, a Markdown parser and renderer
-for the CommonMark specification, using only native modules. Once both
diff --git a/py-commonmark/Makefile b/py-commonmark/Makefile
deleted file mode 100644
index 2d93f7776d..0000000000
--- a/py-commonmark/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME= commonmark-0.9.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-CATEGORIES= www textproc
-MASTER_SITES= ${MASTER_SITE_PYPI:=c/commonmark/}
-
-MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= https://github.com/rtfd/CommonMark-py
-COMMENT= Python parser for the CommonMark Markdown spec
-LICENSE= modified-bsd
-
-DEPENDS+= ${PYPKGPREFIX}-future>=0.15.2:../../devel/py-future
-DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.4.2:../../devel/py-hypothesis
-
-USE_LANGUAGES= # none
-
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} cmark cmark-${PYVERSSUFFIX} || ${TRUE}
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-commonmark/PLIST b/py-commonmark/PLIST
deleted file mode 100644
index cefd440090..0000000000
--- a/py-commonmark/PLIST
+++ /dev/null
@@ -1,62 +0,0 @@
-@comment $NetBSD$
-bin/cmark-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/entry_points.txt
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
-${PYSITELIB}/commonmark/__init__.py
-${PYSITELIB}/commonmark/__init__.pyc
-${PYSITELIB}/commonmark/__init__.pyo
-${PYSITELIB}/commonmark/blocks.py
-${PYSITELIB}/commonmark/blocks.pyc
-${PYSITELIB}/commonmark/blocks.pyo
-${PYSITELIB}/commonmark/cmark.py
-${PYSITELIB}/commonmark/cmark.pyc
-${PYSITELIB}/commonmark/cmark.pyo
-${PYSITELIB}/commonmark/common.py
-${PYSITELIB}/commonmark/common.pyc
-${PYSITELIB}/commonmark/common.pyo
-${PYSITELIB}/commonmark/dump.py
-${PYSITELIB}/commonmark/dump.pyc
-${PYSITELIB}/commonmark/dump.pyo
-${PYSITELIB}/commonmark/entitytrans.py
-${PYSITELIB}/commonmark/entitytrans.pyc
-${PYSITELIB}/commonmark/entitytrans.pyo
-${PYSITELIB}/commonmark/inlines.py
-${PYSITELIB}/commonmark/inlines.pyc
-${PYSITELIB}/commonmark/inlines.pyo
-${PYSITELIB}/commonmark/main.py
-${PYSITELIB}/commonmark/main.pyc
-${PYSITELIB}/commonmark/main.pyo
-${PYSITELIB}/commonmark/node.py
-${PYSITELIB}/commonmark/node.pyc
-${PYSITELIB}/commonmark/node.pyo
-${PYSITELIB}/commonmark/normalize_reference.py
-${PYSITELIB}/commonmark/normalize_reference.pyc
-${PYSITELIB}/commonmark/normalize_reference.pyo
-${PYSITELIB}/commonmark/render/__init__.py
-${PYSITELIB}/commonmark/render/__init__.pyc
-${PYSITELIB}/commonmark/render/__init__.pyo
-${PYSITELIB}/commonmark/render/html.py
-${PYSITELIB}/commonmark/render/html.pyc
-${PYSITELIB}/commonmark/render/html.pyo
-${PYSITELIB}/commonmark/render/renderer.py
-${PYSITELIB}/commonmark/render/renderer.pyc
-${PYSITELIB}/commonmark/render/renderer.pyo
-${PYSITELIB}/commonmark/render/rst.py
-${PYSITELIB}/commonmark/render/rst.pyc
-${PYSITELIB}/commonmark/render/rst.pyo
-${PYSITELIB}/commonmark/tests/__init__.py
-${PYSITELIB}/commonmark/tests/__init__.pyc
-${PYSITELIB}/commonmark/tests/__init__.pyo
-${PYSITELIB}/commonmark/tests/rst_tests.py
-${PYSITELIB}/commonmark/tests/rst_tests.pyc
-${PYSITELIB}/commonmark/tests/rst_tests.pyo
-${PYSITELIB}/commonmark/tests/run_spec_tests.py
-${PYSITELIB}/commonmark/tests/run_spec_tests.pyc
-${PYSITELIB}/commonmark/tests/run_spec_tests.pyo
-${PYSITELIB}/commonmark/tests/unit_tests.py
-${PYSITELIB}/commonmark/tests/unit_tests.pyc
-${PYSITELIB}/commonmark/tests/unit_tests.pyo
diff --git a/py-commonmark/distinfo b/py-commonmark/distinfo
deleted file mode 100644
index 09598b5a09..0000000000
--- a/py-commonmark/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (commonmark-0.9.1.tar.gz) = ace69766c6d498f87cbee50d055bdf43e5b2cf5b
-RMD160 (commonmark-0.9.1.tar.gz) = 87a980080d252986c782720cbb3e834ca4ede9da
-SHA512 (commonmark-0.9.1.tar.gz) = bacf5ef387a0c330a2128f42c42c29c1a48ae623683e6e56ad28a1621aabd72e29cd3e2d661e8207b8cc0c347d267f262a55f2145fc58f8c8aeff91e7a283324
-Size (commonmark-0.9.1.tar.gz) = 95764 bytes
diff --git a/py-recommonmark/Makefile b/py-recommonmark/Makefile
index 859a687e26..7eb6921cfe 100644
--- a/py-recommonmark/Makefile
+++ b/py-recommonmark/Makefile
@@ -11,7 +11,7 @@ COMMENT= Docutils-compatibility bridge to CommonMark
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
-DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.7.2:../../wip/py-commonmark
+DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.7.2:../../textproc/py-commonmark
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index