pkgsrc/textproc/py-cssselect/Makefile
adam 62459c44ca Version 1.0.1
* Add support for Python 3.6.
* Documentation hosted `on Read the Docs <https://cssselect.readthedocs.io/>`_
2017-02-13 17:58:47 +00:00

16 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/02/13 17:58:47 adam Exp $
DISTNAME= cssselect-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssselect/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://packages.python.org/cssselect/
COMMENT= Parses CSS3 Selectors and translates them to XPath 1.0
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"