summaryrefslogtreecommitdiff
path: root/www/py-webcolors/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-07-15 13:37:23 +0000
committerobache <obache>2011-07-15 13:37:23 +0000
commitbd03e70a82f0f2487373f27d5912ace3f0462b18 (patch)
tree48434ff732076ea4b6b3192accf54e297c1a1423 /www/py-webcolors/Makefile
parent83b9ebb97cd8a9765796fbe0ee9de07d5bf1971a (diff)
downloadpkgsrc-bd03e70a82f0f2487373f27d5912ace3f0462b18.tar.gz
Import py-webcolors-1.3.1 as www/py-webcolors.
Support is included for the following formats (RGB colorspace only; conversion to/from HSL can be handled by the ``colorsys`` module in the Python standard library): * Specification-defined color names * Six-digit hexadecimal * Three-digit hexadecimal * Integer rgb() triplet * Percentage rgb() triplet
Diffstat (limited to 'www/py-webcolors/Makefile')
-rw-r--r--www/py-webcolors/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/py-webcolors/Makefile b/www/py-webcolors/Makefile
new file mode 100644
index 00000000000..6a67eb9257a
--- /dev/null
+++ b/www/py-webcolors/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/07/15 13:37:23 obache Exp $
+#
+
+DISTNAME= webcolors-1.3.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= http://bitbucket.org/ubernostrum/webcolors/downloads/ \
+ http://pypi.python.org/packages/source/w/webcolors/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://www.bitbucket.org/ubernostrum/webcolors/overview/
+COMMENT= Library for working with color specifications for HTML and CSS
+#LICENSE= # just OSI Approved BSD License
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"