# -*- 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-itemloaders version 1.3.1 revision 0 maintainers {khindenburg @kurthindenburg} openmaintainer platforms {darwin any} supported_archs noarch license BSD description Base library for scrapy's ItemLoader long_description {*}${description} homepage https://pypi.python.org/pypi/${python.rootname} checksums rmd160 6aeea0bc7c7d24f4bf2362783212ee617f5d0179 \ sha256 81571c941cc189bb55e211f0cd3476fde7511239d3bf7ff91eb6ed68a1b0ec10 \ size 19632 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-itemadapter \ port:py${python.version}-jmespath \ port:py${python.version}-parsel \ port:py${python.version}-w3lib test.run yes }