pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 26 10:52:16 UTC 2022
Modified Files:
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/py-wcag-contrast-ratio: DESCR Makefile PLIST distinfo
Log Message:
py-wcag-contrast-ratio: added version 0.9
A library for computing contrast ratios, as required by WCAG 2.0.
To generate a diff of this commit:
cvs rdiff -u -r1.969 -r1.970 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-wcag-contrast-ratio/DESCR \
pkgsrc/graphics/py-wcag-contrast-ratio/Makefile \
pkgsrc/graphics/py-wcag-contrast-ratio/PLIST \
pkgsrc/graphics/py-wcag-contrast-ratio/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.969 pkgsrc/graphics/Makefile:1.970
--- pkgsrc/graphics/Makefile:1.969 Sat Apr 16 01:03:01 2022
+++ pkgsrc/graphics/Makefile Tue Apr 26 10:52:16 2022
@@ -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-strich
SUBDIR+= py-tifffile
SUBDIR+= py-uniconvertor
SUBDIR+= py-wand
+SUBDIR+= py-wcag-contrast-ratio
SUBDIR+= qimageblitz
SUBDIR+= qiv
SUBDIR+= qore-glut-module
Added files:
Index: pkgsrc/graphics/py-wcag-contrast-ratio/DESCR
diff -u /dev/null pkgsrc/graphics/py-wcag-contrast-ratio/DESCR:1.1
--- /dev/null Tue Apr 26 10:52:16 2022
+++ pkgsrc/graphics/py-wcag-contrast-ratio/DESCR Tue Apr 26 10:52:16 2022
@@ -0,0 +1 @@
+A library for computing contrast ratios, as required by WCAG 2.0.
Index: pkgsrc/graphics/py-wcag-contrast-ratio/Makefile
diff -u /dev/null pkgsrc/graphics/py-wcag-contrast-ratio/Makefile:1.1
--- /dev/null Tue Apr 26 10:52:16 2022
+++ pkgsrc/graphics/py-wcag-contrast-ratio/Makefile Tue Apr 26 10:52:16 2022
@@ -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"
Index: pkgsrc/graphics/py-wcag-contrast-ratio/PLIST
diff -u /dev/null pkgsrc/graphics/py-wcag-contrast-ratio/PLIST:1.1
--- /dev/null Tue Apr 26 10:52:16 2022
+++ pkgsrc/graphics/py-wcag-contrast-ratio/PLIST Tue Apr 26 10:52:16 2022
@@ -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
Index: pkgsrc/graphics/py-wcag-contrast-ratio/distinfo
diff -u /dev/null pkgsrc/graphics/py-wcag-contrast-ratio/distinfo:1.1
--- /dev/null Tue Apr 26 10:52:16 2022
+++ pkgsrc/graphics/py-wcag-contrast-ratio/distinfo Tue Apr 26 10:52:16 2022
@@ -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