You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-off set: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-ftputil
|
|
version 5.1.0
|
|
revision 0
|
|
|
|
categories-append net
|
|
license BSD
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description High level Python interface to the ftplib module
|
|
long_description The module ftputil is a high-level interface to the \
|
|
ftplib module. The FTPHost objects generated from it \
|
|
allow many operations similar to those of os and \
|
|
os.path.
|
|
|
|
homepage https://ftputil.sschwarzer.net/
|
|
|
|
checksums rmd160 dcac9621c9a2486418df3d23751cd066eb6a1776 \
|
|
sha256 e9e62d3fd307ef9c52e43b33fd92759fc94c04d8b5178f85f641b183906d4353 \
|
|
size 86403
|
|
|
|
python.versions 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
|
|
depends_test-append \
|
|
port:py${python.version}-freezegun
|
|
}
|