You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
942 B
Tcl
33 lines
942 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-safe-netrc
|
|
version 1.0.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
|
|
description Safe netrc file parser
|
|
long_description {*}${description}
|
|
|
|
homepage https://git.ligo.org/computing/software/safe-netrc
|
|
|
|
checksums rmd160 6e521e50ce0908280793f9d8d339440410b9bfab \
|
|
sha256 1dcc7263b4d9ce72e0109d8e2bc9ba89c8056ccc618d26c8c94802c6fd753720 \
|
|
size 10846
|
|
|
|
python.versions 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
test.run yes
|
|
}
|