3130fcfea7
1.9.5 - **FIX**: `:placeholder-shown` should not match if the element has content that overrides the placeholder.
21 lines
628 B
Makefile
21 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.11 2019/11/13 20:42:23 adam Exp $
|
|
|
|
DISTNAME= soupsieve-1.9.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/soupsieve/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/facelessuser/soupsieve
|
|
COMMENT= CSS4 selector implementation for Beautiful Soup
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.if ${_PYTHON_VERSION} == 27
|
|
DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
|
|
.endif
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|