pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-sphinxcontrib-svg2pdfconverter: Import wip/py-sphinxcontrib-svg2pdfconverter as py-sphinxcontrib-svg2pdfconverter-1.1.1
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Wed Feb 17 19:39:33 2021 +0900
Changeset: 7cedd406af9756e99edc17671ceafcb422756a8c
Modified Files:
Makefile
Added Files:
py-sphinxcontrib-svg2pdfconverter/DESCR
py-sphinxcontrib-svg2pdfconverter/Makefile
py-sphinxcontrib-svg2pdfconverter/PLIST
py-sphinxcontrib-svg2pdfconverter/distinfo
Log Message:
py-sphinxcontrib-svg2pdfconverter: Import wip/py-sphinxcontrib-svg2pdfconverter as py-sphinxcontrib-svg2pdfconverter-1.1.1
This extension converts SVG images to PDF in case the builder does not
support SVG images natively (e.g. LaTeX).
Internally, either Inkscape, rsvg-convert from libRSVG or CairoSVG as
progressively more lightweight alternatives are used to convert
images.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7cedd406af9756e99edc17671ceafcb422756a8c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-sphinxcontrib-svg2pdfconverter/DESCR | 6 ++++++
py-sphinxcontrib-svg2pdfconverter/Makefile | 20 ++++++++++++++++++++
py-sphinxcontrib-svg2pdfconverter/PLIST | 18 ++++++++++++++++++
py-sphinxcontrib-svg2pdfconverter/distinfo | 6 ++++++
5 files changed, 51 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a665ac9c1f..e99e601c69 100644
--- a/Makefile
+++ b/Makefile
@@ -4452,6 +4452,7 @@ SUBDIR+= py-spherical-functions
SUBDIR+= py-sphinx-automodapi
SUBDIR+= py-sphinx-bootstrap-theme
SUBDIR+= py-sphinxcontrib-asyncio
+SUBDIR+= py-sphinxcontrib-svg2pdfconverter
SUBDIR+= py-sphinxreport
SUBDIR+= py-sphviewer
SUBDIR+= py-spirack
diff --git a/py-sphinxcontrib-svg2pdfconverter/DESCR b/py-sphinxcontrib-svg2pdfconverter/DESCR
new file mode 100644
index 0000000000..6d1c9cfa8a
--- /dev/null
+++ b/py-sphinxcontrib-svg2pdfconverter/DESCR
@@ -0,0 +1,6 @@
+This extension converts SVG images to PDF in case the builder does not
+support SVG images natively (e.g. LaTeX).
+
+Internally, either Inkscape, rsvg-convert from libRSVG or CairoSVG as
+progressively more lightweight alternatives are used to convert
+images.
diff --git a/py-sphinxcontrib-svg2pdfconverter/Makefile b/py-sphinxcontrib-svg2pdfconverter/Makefile
new file mode 100644
index 0000000000..727e0f2882
--- /dev/null
+++ b/py-sphinxcontrib-svg2pdfconverter/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= sphinxcontrib-svg2pdfconverter-1.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-svg2pdfconverter/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
+COMMENT= Sphinx SVG to PDF converter extension
+LICENSE= 2-clause-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.6.3:../../textproc/py-sphinx
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sphinx
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sphinxcontrib-svg2pdfconverter/PLIST b/py-sphinxcontrib-svg2pdfconverter/PLIST
new file mode 100644
index 0000000000..04ffafb9b8
--- /dev/null
+++ b/py-sphinxcontrib-svg2pdfconverter/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${PYSITELIB}/sphinxcontrib/cairosvgconverter.py
+${PYSITELIB}/sphinxcontrib/cairosvgconverter.pyc
+${PYSITELIB}/sphinxcontrib/cairosvgconverter.pyo
+${PYSITELIB}/sphinxcontrib/inkscapeconverter.py
+${PYSITELIB}/sphinxcontrib/inkscapeconverter.pyc
+${PYSITELIB}/sphinxcontrib/inkscapeconverter.pyo
+${PYSITELIB}/sphinxcontrib/rsvgconverter.py
+${PYSITELIB}/sphinxcontrib/rsvgconverter.pyc
+${PYSITELIB}/sphinxcontrib/rsvgconverter.pyo
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-sphinxcontrib-svg2pdfconverter/distinfo b/py-sphinxcontrib-svg2pdfconverter/distinfo
new file mode 100644
index 0000000000..fb6a167b0d
--- /dev/null
+++ b/py-sphinxcontrib-svg2pdfconverter/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sphinxcontrib-svg2pdfconverter-1.1.1.tar.gz) = f093708f28e82cb050193947a55675b3ed950609
+RMD160 (sphinxcontrib-svg2pdfconverter-1.1.1.tar.gz) = 11efce678471e05123717b135268b2f7c8d6b358
+SHA512 (sphinxcontrib-svg2pdfconverter-1.1.1.tar.gz) = 7f06da4373eed8673fc4cd4598a00a7d529adcec7a40649bf79c5b8d5b363455c8a83286e58d783edcba27114ac4687fd15a4be37ec95e331e9abd22bd3cd4b7
+Size (sphinxcontrib-svg2pdfconverter-1.1.1.tar.gz) = 5185 bytes
Home |
Main Index |
Thread Index |
Old Index