pkgsrc/textproc/py-cssselect/Makefile
adam 942fd806c7 py-cssselect: updated to 1.0.3
Version 1.0.3
* Fix artifact uploads to pypi

Version 1.0.2
* Drop support for Python 2.6 and Python 3.3.
* Fix deprecation warning in Python 3.6.
* Minor cleanups.
2018-01-01 21:28:59 +00:00

16 lines
458 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/01/01 21:28:59 adam Exp $
DISTNAME= cssselect-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
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"