You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
py-backports.tarfile: submission
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# -*- 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-backports.tarfile
|
||||
version 1.2.0
|
||||
revision 0
|
||||
|
||||
categories-append devel
|
||||
supported_archs noarch
|
||||
platforms {darwin any}
|
||||
license MIT
|
||||
maintainers nomaintainer
|
||||
|
||||
description Backport of CPython tarfile module
|
||||
long_description {*}${description}
|
||||
|
||||
homepage https://github.com/jaraco/backports.tarfile
|
||||
|
||||
distname backports_tarfile-${version}
|
||||
|
||||
checksums rmd160 4e6a2b4d3d08532baabb231ebe9c3fc6dac70b27 \
|
||||
sha256 d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991 \
|
||||
size 86406
|
||||
|
||||
python.versions 39 310 311 312 313
|
||||
|
||||
if {${name} ne ${subport}} {
|
||||
depends_build-append \
|
||||
port:py${python.version}-setuptools_scm
|
||||
}
|
||||
Reference in New Issue
Block a user