855a06429e
Version 1.11.1: Bugs fixed * Corrected an error regarding supported Python versions in the README file. Version 1.11: No bug fixes or new features. Other changes * Python 2 has reached the end of its support cycle from the Python core team; accordingly, Python 2 support is dropped. Supported Python versions are now 3.5, 3.6, 3.7, and 3.8.
18 lines
500 B
Makefile
18 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/02/19 17:49:24 adam Exp $
|
|
|
|
DISTNAME= webcolors-1.11.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=w/webcolors/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ubernostrum/webcolors
|
|
COMMENT= Library for working with color specifications for HTML and CSS
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|