py-scour-0.38.2 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-11-30 14:57:40 +01:00
parent 0ce8603706
commit 51b26f52f1
4 changed files with 58 additions and 0 deletions

10
py-scour/DESCR Normal file
View File

@ -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.

18
py-scour/Makefile Normal file
View File

@ -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
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"

24
py-scour/PLIST Normal file
View File

@ -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

6
py-scour/distinfo Normal file
View File

@ -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