py-wcag-contrast-ratio: added version 0.9
A library for computing contrast ratios, as required by WCAG 2.0.
This commit is contained in:
parent
9df192d0de
commit
6256f9e301
5 changed files with 35 additions and 1 deletions
|
@ -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
|
||||
|
|
1
graphics/py-wcag-contrast-ratio/DESCR
Normal file
1
graphics/py-wcag-contrast-ratio/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A library for computing contrast ratios, as required by WCAG 2.0.
|
16
graphics/py-wcag-contrast-ratio/Makefile
Normal file
16
graphics/py-wcag-contrast-ratio/Makefile
Normal file
|
@ -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
|
||||
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"
|
11
graphics/py-wcag-contrast-ratio/PLIST
Normal file
11
graphics/py-wcag-contrast-ratio/PLIST
Normal file
|
@ -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
|
5
graphics/py-wcag-contrast-ratio/distinfo
Normal file
5
graphics/py-wcag-contrast-ratio/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue