pkgsrc-WIP-changes archive

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

py-scour-0.38.2 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Nov 30 14:57:40 2020 +0100
Changeset:	51b26f52f1f36cbbc8f5afaac4ed67a12cd1190e

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

Log Message:
py-scour-0.38.2 import to wip

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

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

diffstat:
 py-scour/DESCR    | 10 ++++++++++
 py-scour/Makefile | 18 ++++++++++++++++++
 py-scour/PLIST    | 24 ++++++++++++++++++++++++
 py-scour/distinfo |  6 ++++++
 4 files changed, 58 insertions(+)

diffs:
diff --git a/py-scour/DESCR b/py-scour/DESCR
new file mode 100644
index 0000000000..86ebb3f5b2
--- /dev/null
+++ b/py-scour/DESCR
@@ -0,0 +1,10 @@
+Scour is an SVG optimizer/cleaner that reduces the size
+of scalable vector graphics by optimizing structure and
+removing unnecessary data written in Python.It can be
+used to create streamlined vector graphics suitable for
+web deployment, publishing/sharing or further processing.
+
+The goal of Scour is to output a file that renderes identically
+at a fraction of the size by removing a lot of redundant
+information created by most SVG editors. Optimization options
+are typically lossless but can be tweaked for more agressive cleaning.
diff --git a/py-scour/Makefile b/py-scour/Makefile
new file mode 100644
index 0000000000..beb86d1a71
--- /dev/null
+++ b/py-scour/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	scour-0.38.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	graphics python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/scour/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/scour-project/scour
+COMMENT=	Scour SVG Optimizer
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-scour/PLIST b/py-scour/PLIST
new file mode 100644
index 0000000000..1e51df9441
--- /dev/null
+++ b/py-scour/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+bin/scour
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/scour/__init__.py
+${PYSITELIB}/scour/__init__.pyc
+${PYSITELIB}/scour/__init__.pyo
+${PYSITELIB}/scour/scour.py
+${PYSITELIB}/scour/scour.pyc
+${PYSITELIB}/scour/scour.pyo
+${PYSITELIB}/scour/svg_regex.py
+${PYSITELIB}/scour/svg_regex.pyc
+${PYSITELIB}/scour/svg_regex.pyo
+${PYSITELIB}/scour/svg_transform.py
+${PYSITELIB}/scour/svg_transform.pyc
+${PYSITELIB}/scour/svg_transform.pyo
+${PYSITELIB}/scour/yocto_css.py
+${PYSITELIB}/scour/yocto_css.pyc
+${PYSITELIB}/scour/yocto_css.pyo
diff --git a/py-scour/distinfo b/py-scour/distinfo
new file mode 100644
index 0000000000..5c7bd90b1f
--- /dev/null
+++ b/py-scour/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (scour-0.38.2.tar.gz) = 9b48c246ce13dea640ab6beca810797182f26591
+RMD160 (scour-0.38.2.tar.gz) = 138e33fb4a0ce7add2bff0804484fa0bf5879680
+SHA512 (scour-0.38.2.tar.gz) = d4aec9d95f1ef706182f0da8ce1c6314174ef00cfa3276255dac55cf23f9f707ed372494f8f800a69247e82e3db476f7781816c4a9126c142e2cfffdc679e094
+Size (scour-0.38.2.tar.gz) = 52947 bytes


Home | Main Index | Thread Index | Old Index