Edit

IABSD.fr/ports/textproc/py-cssselect/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2021-11-02 00:02:32
    Hash : 384d9705
    Message : bump REVISION for switch from Python 3.8 -> 3.9

  • textproc/py-cssselect/Makefile
  • # $OpenBSD: Makefile,v 1.17 2021/11/02 00:02:37 sthen Exp $
    
    COMMENT =		parse CSS3 Selectors and translates them to XPath 1.0
    
    MODPY_EGG_VERSION =	1.1.0
    PKGNAME =		py-${DISTNAME}
    REVISION =		0
    
    GH_ACCOUNT =		scrapy
    GH_PROJECT =		cssselect
    GH_TAGNAME =		v${MODPY_EGG_VERSION}
    
    CATEGORIES =		textproc
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    TEST_DEPENDS =		textproc/py-lxml${MODPY_FLAVOR}
    
    MODPY_SETUPTOOLS =	Yes
    MODPY_PYTEST =		Yes
    
    FLAVORS =		python3
    FLAVOR ?=
    
    .include <bsd.port.mk>