You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
819 B
Tcl
29 lines
819 B
Tcl
# -*- 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-w3lib
|
|
version 2.1.2
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Library of web-related functions
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/scrapy/w3lib
|
|
|
|
checksums rmd160 2088a19ae1ae034b76a951043096a94d18eba49d \
|
|
sha256 ed5b74e997eea2abe3c1321f916e344144ee8e9072a6f33463ee8e57f858a4b1 \
|
|
size 48715
|
|
|
|
python.versions 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|