pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics py-wcag-contrast-ratio: added version 0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b2d5a05ea7a
branches:  trunk
changeset: 378002:3b2d5a05ea7a
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 26 10:52:16 2022 +0000

description:
py-wcag-contrast-ratio: added version 0.9

A library for computing contrast ratios, as required by WCAG 2.0.

diffstat:

 graphics/Makefile                        |   3 ++-
 graphics/py-wcag-contrast-ratio/DESCR    |   1 +
 graphics/py-wcag-contrast-ratio/Makefile |  16 ++++++++++++++++
 graphics/py-wcag-contrast-ratio/PLIST    |  11 +++++++++++
 graphics/py-wcag-contrast-ratio/distinfo |   5 +++++
 5 files changed, 35 insertions(+), 1 deletions(-)

diffs (66 lines):

diff -r 013fc2a7f87f -r 3b2d5a05ea7a graphics/Makefile
--- a/graphics/Makefile Tue Apr 26 10:42:47 2022 +0000
+++ b/graphics/Makefile Tue Apr 26 10:52:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.969 2022/04/16 01:03:01 markd Exp $
+# $NetBSD: Makefile,v 1.970 2022/04/26 10:52:16 adam Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -525,6 +525,7 @@
 SUBDIR+=       py-tifffile
 SUBDIR+=       py-uniconvertor
 SUBDIR+=       py-wand
+SUBDIR+=       py-wcag-contrast-ratio
 SUBDIR+=       qimageblitz
 SUBDIR+=       qiv
 SUBDIR+=       qore-glut-module
diff -r 013fc2a7f87f -r 3b2d5a05ea7a graphics/py-wcag-contrast-ratio/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-wcag-contrast-ratio/DESCR     Tue Apr 26 10:52:16 2022 +0000
@@ -0,0 +1,1 @@
+A library for computing contrast ratios, as required by WCAG 2.0.
diff -r 013fc2a7f87f -r 3b2d5a05ea7a graphics/py-wcag-contrast-ratio/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-wcag-contrast-ratio/Makefile  Tue Apr 26 10:52:16 2022 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/04/26 10:52:16 adam Exp $
+
+DISTNAME=      wcag-contrast-ratio-0.9
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcag-contrast-ratio/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/gsnedders/wcag-contrast-ratio
+COMMENT=       Library for computing contrast ratios as required by WCAG 2.0
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 013fc2a7f87f -r 3b2d5a05ea7a graphics/py-wcag-contrast-ratio/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-wcag-contrast-ratio/PLIST     Tue Apr 26 10:52:16 2022 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/26 10:52:16 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wcag_contrast_ratio/__init__.py
+${PYSITELIB}/wcag_contrast_ratio/__init__.pyc
+${PYSITELIB}/wcag_contrast_ratio/__init__.pyo
+${PYSITELIB}/wcag_contrast_ratio/contrast.py
+${PYSITELIB}/wcag_contrast_ratio/contrast.pyc
+${PYSITELIB}/wcag_contrast_ratio/contrast.pyo
diff -r 013fc2a7f87f -r 3b2d5a05ea7a graphics/py-wcag-contrast-ratio/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-wcag-contrast-ratio/distinfo  Tue Apr 26 10:52:16 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/26 10:52:16 adam Exp $
+
+BLAKE2s (wcag-contrast-ratio-0.9.tar.gz) = eb20edf0906c1a8a56482fafd77c57cd2196f8b7512ada1afbbab4afab689ff6
+SHA512 (wcag-contrast-ratio-0.9.tar.gz) = 2723b4b317383151724fe8213d0662e401eb562622afcebb5632be7c5b8f643e34859f4ace9e9e95215648ea443c11ddb5d3ab5859dc5d2c93815f5391d5434c
+Size (wcag-contrast-ratio-0.9.tar.gz) = 2131 bytes



Home | Main Index | Thread Index | Old Index