# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-parsel version 1.9.1 revision 0 python.versions 38 39 310 311 312 platforms {darwin any} supported_archs noarch maintainers {khindenburg @kurthindenburg} openmaintainer license BSD description Extract data from HTML and XML using XPath and CSS selectors long_description {*}${description} homepage https://github.com/scrapy/parsel/ checksums rmd160 1615d813b70d1923a068c095ba3dccfc09a1c838 \ sha256 14e00dc07731c9030db620c195fcae884b5b4848e9f9c523c6119f708ccfa9ac \ size 51225 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-pytest-runner depends_lib-append port:py${python.version}-cssselect \ port:py${python.version}-lxml \ port:py${python.version}-jmespath \ port:py${python.version}-psutil \ port:py${python.version}-w3lib test.run yes }